diff --git a/roles/validate-ha/vars/test_list_master.yml b/roles/validate-ha/vars/test_list_master.yml index a6b7c88..431cbf0 120000 --- a/roles/validate-ha/vars/test_list_master.yml +++ b/roles/validate-ha/vars/test_list_master.yml @@ -1 +1 @@ -test_list_pike.yml \ No newline at end of file +test_list_rocky.yml \ No newline at end of file diff --git a/roles/validate-ha/vars/test_list_queens.yml b/roles/validate-ha/vars/test_list_queens.yml new file mode 100644 index 0000000..404b481 --- /dev/null +++ b/roles/validate-ha/vars/test_list_queens.yml @@ -0,0 +1,7 @@ +test_ha_failed_actions: true +test_ha_master_slave: true +test_ha_keystone_stop: false +test_ha_keystone_constraint_removal: false +test_ha_ng_a: true +test_ha_ng_b: true +test_ha_ng_c: true diff --git a/roles/validate-ha/vars/test_list_rhos-13.yml b/roles/validate-ha/vars/test_list_rhos-13.yml new file mode 120000 index 0000000..c3e8e4e --- /dev/null +++ b/roles/validate-ha/vars/test_list_rhos-13.yml @@ -0,0 +1 @@ +test_list_queens.yml \ No newline at end of file diff --git a/roles/validate-ha/vars/test_list_rocky.yml b/roles/validate-ha/vars/test_list_rocky.yml new file mode 100644 index 0000000..404b481 --- /dev/null +++ b/roles/validate-ha/vars/test_list_rocky.yml @@ -0,0 +1,7 @@ +test_ha_failed_actions: true +test_ha_master_slave: true +test_ha_keystone_stop: false +test_ha_keystone_constraint_removal: false +test_ha_ng_a: true +test_ha_ng_b: true +test_ha_ng_c: true