charm-hacluster/tests/bundles/bionic-train.yaml
Alex Kavanagh 7431fd21f1 Test bundles for focal-wallaby and hirsute-wallaby
These are the test bundles (and any associated changes) for
focal-wallaby and hirsute-wallaby support.

Libaries sync.

hisute-wallaby test is disabled (moved to dev) due to [1] as bundle may
reference a reactive charm.

[1] https://github.com/juju-solutions/layer-basic/issues/194

Change-Id: I84c6210e0db2596cb4ba12ba641b56b6e73b5419
2021-05-06 10:15:26 +00:00

33 lines
568 B
YAML

series: bionic
machines:
'0':
'1':
'2':
'3':
relations:
- ['keystone:shared-db', 'percona-cluster:shared-db']
- ['hacluster:ha', 'keystone:ha']
applications:
percona-cluster:
charm: cs:~openstack-charmers-next/percona-cluster
num_units: 1
to:
- '0'
keystone:
charm: cs:~openstack-charmers-next/keystone
num_units: 3
options:
openstack-origin: cloud:bionic-train
token-expiration: 60
to:
- '1'
- '2'
- '3'
hacluster:
charm: ../../../hacluster
subordinate-to:
- keystone