-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmetadata.yaml
55 lines (50 loc) · 1.37 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
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
name: mongodb
display-name: MongoDB
description: |
MongoDB is a general purpose distributed document database. This charm
deploys and operates MongoDB.
docs: https://discourse.charmhub.io/t/charmed-mongodb-6-docs/12461
source: https://github.com/canonical/mongodb-operator
issues: https://github.com/canonical/mongodb-operator/issues
website:
- https://ubuntu.com/data/mongodb
- https://charmhub.io/mongodb
- https://github.com/canonical/mongodb-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
summary: A MongoDB operator charm
series:
- jammy
provides:
database:
interface: mongodb_client
cos-agent:
interface: cos_agent
config-server:
interface: shards
cluster:
interface: config-server
storage:
mongodb:
type: filesystem
location: /var/snap/charmed-mongodb/common
peers:
database-peers:
interface: mongodb-peers
upgrade-version-a:
# Relation versioning scheme:
# DA056 - Upgrading in-place upgrade protocol
# https://docs.google.com/document/d/1H7qy5SAwLiCOKO9xMQJbbQP5_-jGV6Lhi-mJOk4gZ08/edit
interface: upgrade
requires:
certificates:
interface: tls-certificates
limit: 1
s3-credentials:
interface: s3
limit: 1
sharding:
interface: shards
# shards can only relate to one config-server
limit: 1