Template for offline image with build-id

run test:

./tcp_tests/templates/virtual-mcp-ocata-ceph-offline/run_test.sh

Change-Id: Ie0a74b81720be100dc6e99716759b2768087a9c9
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index b823052..52ffd96 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -120,6 +120,7 @@
 - description: Clone reclass models with submodules
   cmd: |
     set -e;
+    set -x;
     #ssh-keyscan -H github.com >> ~/.ssh/known_hosts;
     export GIT_SSL_NO_VERIFY=true; git clone -b {{ SALT_MODELS_BRANCH }} {{ SALT_MODELS_REPOSITORY }} /srv/salt/reclass;
     pushd /srv/salt/reclass;