Create stable pike-contrail deploy config

Change-Id: Ib03db78d694e319a07dfb3da6f31a039bf622e06
diff --git a/tcp_tests/templates/heat-cicd-pike-contrail-stb-sl/salt.yaml b/tcp_tests/templates/heat-cicd-pike-contrail-stb-sl/salt.yaml
new file mode 100755
index 0000000..3f66750
--- /dev/null
+++ b/tcp_tests/templates/heat-cicd-pike-contrail-stb-sl/salt.yaml
@@ -0,0 +1,17 @@
+{% set HOSTNAME_CFG01='cfg01.heat-cicd-pike-contrail-stb-sl.local' %}
+{% set LAB_CONFIG_NAME='heat-cicd-pike-contrail-stb-sl' %}
+{% set DOMAIN_NAME='heat-cicd-pike-contrail-stb-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.DISABLE_EMPTY_NODE()}}
+
+{{ SHARED_TEST_TOOLS.MACRO_INSTALL_RECLASS_TOOLS() }}