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:
Alex Kavanagh
2021-10-11 19:05:53 +01:00
parent 254694f1e0
commit 2a230ca228
20 changed files with 569 additions and 142 deletions

View File

@@ -1 +0,0 @@
bionic-ha.yaml.j2

View 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