github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/mysql/metadata.yaml (about)

     1  name: mysql
     2  summary: MySQL is a fast, stable and true multi-user, multi-threaded SQL database
     3  maintainer: Marco Ceppi <marco@ceppi.net>
     4  description: |
     5    MySQL is a fast, stable and true multi-user, multi-threaded SQL database
     6    server. SQL (Structured Query Language) is the most popular database query
     7    language in the world. The main goals of MySQL are speed, robustness and
     8    ease of use.
     9  categories:
    10      - databases
    11  provides:
    12    db:
    13      interface: mysql
    14    db-admin:
    15      interface: mysql-root
    16    shared-db:
    17      interface: mysql-shared
    18    master:
    19      interface: mysql-oneway-replication
    20    munin:
    21      interface: munin-node
    22    monitors:
    23      interface: monitors
    24    local-monitors:
    25      interface: local-monitors
    26      scope: container
    27  peers:
    28    cluster:
    29      interface: mysql-ha
    30  requires:
    31    slave:
    32      interface: mysql-oneway-replication
    33    ceph:
    34      interface: ceph-client
    35    ha:
    36      interface: hacluster
    37      scope: container
    38  series:
    39    - trusty
    40    - xenial
    41    - artful
    42    - bionic