"name": "etcd" "summary": "Deploy a TLS terminated ETCD Cluster" "maintainers": - "Tim Van Steenburgh " - "George Kraft " - "Rye Terrell " - "Konstantinos Tsakalozos " - "Charles Butler " "description": | This charm supports deploying Etcd from the upstream binaries with resources. It will also TLS wrap your service, and distribute client keys to any service connecting. Etcd is a highly available key/value store. "tags": - "misc" - "database" - "keystore" "series": - "focal" - "bionic" - "xenial" "requires": "certificates": "interface": "tls-certificates" "provides": "nrpe-external-master": "interface": "nrpe-external-master" "scope": "container" "db": "interface": "etcd" "proxy": "interface": "etcd-proxy" "prometheus": "interface": "prometheus-manual" "grafana": "interface": "grafana-dashboard" "peers": "cluster": "interface": "etcd" "resources": "snapshot": "type": "file" "filename": "snapshot.tar.gz" "description": "Tarball snapshot of an etcd clusters data." "core": "type": "file" "filename": "core.snap" "description": | Snap package of core [DEPRECATED] in favor of using a Snap Store Proxy. See https://ubuntu.com/kubernetes/docs/proxies for more details. "etcd": "type": "file" "filename": "etcd.snap" "description": | Snap package of etcd [DEPRECATED] in favor of using a Snap Store Proxy. See https://ubuntu.com/kubernetes/docs/proxies for more details. "storage": "data": "type": "block" "description": "Data volume to store the Etcd wal file and data." "multiple": "range": "0-1" "minimum-size": "1G" "subordinate": !!bool "false"