-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
38 lines (36 loc) · 1.07 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
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.
name: mongos
display-name: mongos
description: |
mongos is a router/proxy used for sharded MongoDB clusters. This charm
deploys and operates mongos as a subordinate charm.
source: https://github.com/canonical/mongos-operator
issues: https://github.com/canonical/mongos-operator/issues
docs: https://discourse.charmhub.io/t/charmed-mongos-6-docs/12722
website:
- https://github.com/canonical/mongos-operator
- https://chat.charmhub.io/charmhub/channels/data-platform
summary: A mongos operator charm
series:
- jammy
subordinate: true
peers:
router-peers:
interface: mongos-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
mongos_proxy:
interface: mongos_client
scope: container
limit: 1
cluster:
interface: config-server
limit: 1