forked from juju-solutions/charm-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
48 lines (48 loc) · 1.09 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: mysql
summary: MySQL is a fast, stable and true multi-user, multi-threaded SQL database
maintainer: MySQL Charmers <[email protected]>
description: |
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
tags:
- databases
- openstack
series:
- xenial
- bionic
- trusty
provides:
db:
interface: mysql
db-admin:
interface: mysql-root
shared-db:
interface: mysql-shared
master:
interface: mysql-oneway-replication
munin:
interface: munin-node
monitors:
interface: monitors
local-monitors:
interface: local-monitors
scope: container
nrpe-external-master:
interface: nrpe-external-master
scope: container
data:
interface: block-storage
scope: container
peers:
cluster:
interface: mysql-ha
requires:
slave:
interface: mysql-oneway-replication
ceph:
interface: ceph-client
ha:
interface: hacluster
scope: container