Use hacluster for true HA validation
Currently the keystone zaza tests deploy multiple instances of keystone, however, without hacluster. The recent LP Bug #1801754 would have been caught if the tests ran a true HA environment with hacluster. This change adds hacluster and a VIP for keystone. Change-Id: I7ebd7cd5c1961329080c9ddd7d7e574f925872ae
This commit is contained in:
parent
32e4d822c1
commit
d720e537e3
11
tests/bundles/overlays/local-charm-overlay.yaml.j2
Normal file
11
tests/bundles/overlays/local-charm-overlay.yaml.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# Add True HA
|
||||
applications:
|
||||
keystone:
|
||||
options:
|
||||
vip: {{ AMULET_OS_VIP00 }}
|
||||
hacluster:
|
||||
charm: cs:~openstack-charmers-next/hacluster
|
||||
num_units: 0
|
||||
relations:
|
||||
- - keystone
|
||||
- hacluster
|
Loading…
Reference in New Issue
Block a user