Reverting heat stack-create back to nova boot

Just a temp change until we get to the bottom of CI failures,
they seemed to start after this change
This commit is contained in:
Derek Higgins 2013-05-22 07:58:55 +01:00
parent 185b4d6801
commit 28deb66312
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ wait_for 40 10 ssh_noprompt root@$BOOTSTRAP_IP grep \'record updated for\' /var/
# but for now I'm tired so I'm going to
sleep 67
heat stack-create -f $TOCI_SOURCE_DIR/templates/heat_base.json toci_stack
#heat stack-create -f $TOCI_SOURCE_DIR/templates/heat_base.json toci_stack
nova boot --flavor 256 --image base --key_name default bmtest
# ping the node TODO : make this more readable and output less errors
wait_for 40 10 ssh_noprompt root@$BOOTSTRAP_IP 'source ~/stackrc ; ping -c 1 $(nova list | grep ctlplane | sed -e "s/.*=\(.*\) .*/\1/g")'