Skip to content
Snippets Groups Projects
Commit b38920f4 authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Change hdf image flavour

parent d4d50705
No related branches found
No related tags found
No related merge requests found
Pipeline #78540 passed
...@@ -42,7 +42,7 @@ deploy-test: ...@@ -42,7 +42,7 @@ deploy-test:
script: script:
- echo "Starting the full testing deployment of airflows example." - echo "Starting the full testing deployment of airflows example."
- pip install python-openstackclient - pip install python-openstackclient
- INSTANCE_ID=`openstack server create -f value -c id --prefix IMAGE_ --flavor s2 --image 149a65b5-aeb8-499f-aaa6-ec966bd28dd6 --user-data scripts/cloudinit.yml --security-group ssh --security-group airflows --security-group www --security-group https airflow-testing` - INSTANCE_ID=`openstack server create -f value -c id --prefix IMAGE_ --flavor s4 --image 149a65b5-aeb8-499f-aaa6-ec966bd28dd6 --user-data scripts/cloudinit.yml --security-group ssh --security-group airflows --security-group www --security-group https airflow-testing`
- while [ "`openstack server show $INSTANCE_ID -c addresses -f value`" = "{}" ]; do sleep 5; done # wait until an address is available to attach the floating ip - while [ "`openstack server show $INSTANCE_ID -c addresses -f value`" = "{}" ]; do sleep 5; done # wait until an address is available to attach the floating ip
- openstack server add floating ip $INSTANCE_ID $FLOATING_IP - openstack server add floating ip $INSTANCE_ID $FLOATING_IP
- echo "Done" - echo "Done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment