Add sleep to test-job

It turns out that sometimes we can get through build-nodes-json
before the undercloud is ready, which causes ssh failures.  A
retry mechanism would be better, but for the moment this works.
This commit is contained in:
Ben Nemec 2017-05-30 14:38:39 -05:00
parent c440850e74
commit ac08a2f6eb
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ STACK_NAME=$MY_ID
$BIN_DIR/deploy.py --quintupleo --id $MY_ID --name $STACK_NAME --poll
UNDERCLOUD_IP=$(heat output-show $STACK_NAME undercloud_host_floating_ip | sed -e 's/"//g')
bin/build-nodes-json --env env-$MY_ID.yaml
sleep 20
#bin/build-nodes-json --bmc_prefix $BMC_PREFIX --baremetal_prefix $BAREMETAL_PREFIX --provision_net $PROVISION_NET
SSH_OPTS="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
scp $SSH_OPTS bin/ovb-instack centos@$UNDERCLOUD_IP:/tmp