Move tag to section image

Tag should be in image section. Also it can't be ZUUL_CHANGE because
this job is triggered manually.

Change-Id: I4448224d84922c4f70217f4bba40d30d9201d19f
This commit is contained in:
Artur Zarzycki 2017-01-18 09:46:02 +01:00
parent 4f0ffae47f
commit 5f3c68c17c
1 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,10 @@ ${SSH_COMMAND} "ssh -o StrictHostKeyChecking=no node2 sudo ./fix_dns.sh"
${SSH_COMMAND} "ssh -o StrictHostKeyChecking=no node3 sudo ./fix_dns.sh"
sed -i 's/127.0.0.1:31500/'${REGISTRY_IP}'/g' fuel-ccp/tools/ccp-multi-deploy/config/ccp-configs-common.yaml
sed -i '/builder:/a\ tag:'${ZUUL_CHANGE} fuel-ccp/tools/ccp-multi-deploy/config/ccp-configs-common.yaml
cat >> fuel-ccp/tools/ccp-multi-deploy/config/ccp-configs-common.yaml << EOF
images:
tag: "${BUILD_ID}"
EOF
${SCP_COMMAND} -r fuel-ccp/ vagrant@"${ADMIN_IP}":~/