From f52f30947d74c9c09b1870529f57f34b1fcc14ad Mon Sep 17 00:00:00 2001 From: Raoul Scarazzini Date: Fri, 2 Mar 2018 12:24:50 -0500 Subject: [PATCH] Add Queens/RHOS13 and Rocky release coverage This commit creates all the necessary var files to cover the new OpenStack releases, starting from Queens (linked by RHOS-13) and adding also Rocky which is now pointed by the Master link. Change-Id: Iec39b969e166aee51c836ec7d76eba14af42b53c --- roles/validate-ha/vars/test_list_master.yml | 2 +- roles/validate-ha/vars/test_list_queens.yml | 7 +++++++ roles/validate-ha/vars/test_list_rhos-13.yml | 1 + roles/validate-ha/vars/test_list_rocky.yml | 7 +++++++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 roles/validate-ha/vars/test_list_queens.yml create mode 120000 roles/validate-ha/vars/test_list_rhos-13.yml create mode 100644 roles/validate-ha/vars/test_list_rocky.yml 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