forked from canonical/postgresql-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
63 lines (57 loc) · 1.4 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
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: postgresql
display-name: Charmed PostgreSQL VM
summary: Charmed PostgreSQL VM operator
description: |
Charm to operate the PostgreSQL database on machines.
docs: https://discourse.charmhub.io/t/charmed-postgresql-documentation/9710
source: https://github.com/canonical/postgresql-operator
issues: https://github.com/canonical/postgresql-operator/issues
website:
- https://ubuntu.com/data/postgresql
- https://charmhub.io/postgresql
- https://github.com/canonical/postgresql-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
maintainers:
- Canonical Data Platform <[email protected]>
peers:
database-peers:
interface: postgresql_peers
restart:
interface: rolling_op
upgrade:
interface: upgrade
provides:
async-primary:
interface: async_replication
limit: 1
optional: true
database:
interface: postgresql_client
db:
interface: pgsql
db-admin:
interface: pgsql
cos-agent:
interface: cos_agent
limit: 1
requires:
async-replica:
interface: async_replication
limit: 1
optional: true
certificates:
interface: tls-certificates
limit: 1
optional: true
s3-parameters:
interface: s3
limit: 1
optional: true
storage:
pgdata:
type: filesystem
location: /var/snap/charmed-postgresql/common
assumes:
- juju