Fix in released-heat-cicd-pike-dvr-sl branches, add released-heat-cicd-queens-dvr-sl
Realted-prod: PROD-00000
Change-Id: I640e993cb7da401927c5e6f93cf0f520f3830018
diff --git a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt.yaml b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt.yaml
new file mode 100644
index 0000000..0fc17d8
--- /dev/null
+++ b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/salt.yaml
@@ -0,0 +1,19 @@
+{% set HOSTNAME_CFG01='cfg01.released-heat-cicd-queens-dvr-sl.local' %}
+{% set LAB_CONFIG_NAME='released-heat-cicd-queens-dvr-sl' %}
+{% set DOMAIN_NAME='released-heat-cicd-queens-dvr-sl.local' %}
+
+# Other salt model repository parameters see in shared-salt.yaml
+
+{% import 'shared-salt.yaml' as SHARED with context %}
+{% import 'shared-test-tools.yaml' as SHARED_TEST_TOOLS with context %}
+
+
+{{ SHARED.MACRO_INSTALL_SALT_MINIONS() }}
+
+{{SHARED.MACRO_CHECK_SALT_VERSION_SERVICES_ON_CFG()}}
+
+{{SHARED.MACRO_CHECK_SALT_VERSION_ON_NODES()}}
+
+{{SHARED.MACRO_IPFLUSH_TENANTS_IFACES()}}
+
+{{SHARED_TEST_TOOLS.MACRO_INSTALL_RECLASS_TOOLS()}}
\ No newline at end of file