21.10 - Stable cut of charms for testing period
* use stable/21.10 libraries * use zaza/zaza-openstack-tests at stable/21.10 * build.lock files for reactive charms * bundles refer to ~openstack-charms candidate channel Change-Id: Ib522cd83a247e70188f37eaf8712aa42830d8be5
This commit is contained in:
@@ -1 +0,0 @@
|
||||
bionic-ha.yaml.j2
|
||||
28
src/tests/bundles/overlays/bionic-queens-ha.yaml.j2
Normal file
28
src/tests/bundles/overlays/bionic-queens-ha.yaml.j2
Normal file
@@ -0,0 +1,28 @@
|
||||
relations:
|
||||
- - keystone
|
||||
- keystone-hacluster
|
||||
- - openstack-dashboard
|
||||
- openstack-dashboard-hacluster
|
||||
applications:
|
||||
keystone:
|
||||
num_units: 3
|
||||
options:
|
||||
vip: {{ OS_VIP00 }}
|
||||
openstack-dashboard:
|
||||
num_units: 3
|
||||
options:
|
||||
vip: {{ OS_VIP01 }}
|
||||
keystone-hacluster:
|
||||
charm: cs:~openstack-charmers/hacluster
|
||||
num_units: 0
|
||||
options:
|
||||
corosync_transport: unicast
|
||||
cluster_count: 3
|
||||
channel: candidate
|
||||
openstack-dashboard-hacluster:
|
||||
charm: cs:~openstack-charmers/hacluster
|
||||
num_units: 0
|
||||
options:
|
||||
corosync_transport: unicast
|
||||
cluster_count: 3
|
||||
channel: candidate
|
||||
Reference in New Issue
Block a user