23 lines
749 B
YAML
23 lines
749 B
YAML
variables:
|
|
oam-space: &oam-space oam
|
|
ceph-public-space: &ceph-public-space ceph-access
|
|
|
|
applications:
|
|
prometheus-ceph-exporter:
|
|
charm: cs:prometheus-ceph-exporter
|
|
bindings:
|
|
"": *oam-space
|
|
ceph: *ceph-public-space
|
|
num_units: 1
|
|
to:
|
|
- lxd:200
|
|
|
|
relations:
|
|
- [ "prometheus-ceph-exporter:ceph", "ceph-mon:client" ]
|
|
- [ "prometheus-ceph-exporter:nrpe-external-master", "nrpe-container:nrpe-external-master" ]
|
|
- [ "prometheus-ceph-exporter:ceph-exporter", "prometheus:target" ]
|
|
- [ "prometheus-ceph-exporter:juju-info", "filebeat:beats-host" ]
|
|
- [ "prometheus-ceph-exporter:juju-info", "telegraf:juju-info" ]
|
|
- [ "prometheus-ceph-exporter:juju-info", "landscape-client:container" ]
|
|
|