Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/templates/salt/mcp-fuel-aio-salt.yaml b/tcp_tests/templates/salt/mcp-fuel-aio-salt.yaml
index 328aafc..3a6fb71 100644
--- a/tcp_tests/templates/salt/mcp-fuel-aio-salt.yaml
+++ b/tcp_tests/templates/salt/mcp-fuel-aio-salt.yaml
@@ -74,7 +74,7 @@
- description: Clone reclass models with submodules
cmd: |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts;
- git clone -b docker_13 --recurse-submodules https://github.com/TatyankaLeontovich/k8s-salt-model/tree/docker_13 /srv/salt/reclass;
+ git clone --recursive https://github.com/TatyankaLeontovich/k8s-salt-model /srv/salt/reclass -b docker_13;
mkdir -p /srv/salt/reclass/classes/service;
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 1, delay: 1}