charm-pacemaker-remote/src/tests/bundles/impish-basic.yaml

36 lines
582 B
YAML

series: impish
applications:
api:
charm: cs:ubuntu
num_units: 3
hacluster:
charm: ch:hacluster
options:
corosync_transport: unicast
cluster_count: 3
channel: latest/edge
compute:
charm: cs:ubuntu
num_units: 1
pacemaker-remote:
charm: pacemaker-remote
options:
enable-stonith: False
enable-resources: False
relations:
- - 'compute:juju-info'
- 'pacemaker-remote:juju-info'
- - 'api:juju-info'
- 'hacluster:juju-info'
- - 'hacluster:pacemaker-remote'
- 'pacemaker-remote:pacemaker-remote'