generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmetadata.yaml
80 lines (73 loc) · 1.81 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: mysql
display-name: Charmed MySQL
summary: Charmed MySQL VM operator
description: |
MySQL is a widely used, open-source relational database management system
(RDBMS). MySQL InnoDB cluster provides a complete high availability solution
for MySQL via Group Replication.
This charm supports MySQL 8.0 in bare-metal/virtual-machines.
docs: https://discourse.charmhub.io/t/charmed-mysql-documentation/9925
source: https://github.com/canonical/mysql-operator
issues: https://github.com/canonical/mysql-operator/issues
website:
- https://ubuntu.com/data/mysql
- https://charmhub.io/mysql
- https://github.com/canonical/mysql-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
maintainers:
- Canonical Data Platform <[email protected]>
peers:
database-peers:
interface: mysql_peers
upgrade:
interface: upgrade
restart:
interface: rolling_op
provides:
database:
interface: mysql_client
mysql:
interface: mysql
db-router:
interface: mysql-router
shared-db:
interface: mysql-shared
cos-agent:
interface: cos_agent
limit: 1
replication-offer:
interface: mysql_async
limit: 1
requires:
certificates:
interface: tls-certificates
limit: 1
optional: true
s3-parameters:
interface: s3
limit: 1
optional: true
replication:
interface: mysql_async
limit: 1
optional: true
tracing:
interface: tracing
limit: 1
optional: true
storage:
database:
type: filesystem
description: Persistent storage for data
location: /var/snap/charmed-mysql/common
assumes:
- juju
- any-of:
- all-of:
- juju >= 2.9.44
- juju < 3
- all-of:
- juju >= 3.4.3
- juju < 4