Skip to content
Snippets Groups Projects
Commit 2daa8af5 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

Update .gitlab-ci.yml file

parent a8f34687
No related branches found
No related tags found
No related merge requests found
Pipeline #125284 passed
......@@ -31,7 +31,7 @@ full-deploy-production:
script:
- echo "Starting the full testing deployment of model repo."
- pip install python-openstackclient
- sed -i -e "s/SOME_PASS/$EX_DB_PASS/" cloudinit.yml
- sed -i -e "s/SOME_PASS/$EX_DB_PASS/" deployment/cloudinit.yml
- INSTANCE_ID=`openstack server create -f value -c id --prefix IMAGE_ --flavor s2 --image 0cdff7de-8777-492b-8b38-b6a628c266d4 --user-data deployment/cloudinit.yml --security-group ssh --security-group www --security-group https model_repo`
- echo "Instance $INSTANCE_ID created"
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment