Skip to content
Snippets Groups Projects
Commit 52fe1b74 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

removed acccept packer image and changed openstack variables for the node deploy

parent 94cd0ea4
No related branches found
No related tags found
1 merge request!2Add OOD proxy node deployment to CI/CD pipeline
...@@ -50,12 +50,11 @@ deploy_ood_proxy_node: ...@@ -50,12 +50,11 @@ deploy_ood_proxy_node:
tags: tags:
- build - build
script: script:
- openstack image set --accept $BUILT_OOD_IMAGE_ID
- | - |
openstack server create \ openstack server create \
--image $BUILT_OOD_IMAGE_ID \ --image $PKR_VAR_source_image \
--flavor $INSTANCE_FLAVOR \ --flavor $PKR_VAR_flavor \
--network $OOD_INSTANCE_NETWORK \ --network $PKR_VAR_networks \
--wait \ --wait \
$OOD_PROXY_NAME $OOD_PROXY_NAME
- PROXY_INSTANCE_ID=$(openstack server show -f value -c id $OOD_PROXY_NAME) - PROXY_INSTANCE_ID=$(openstack server show -f value -c id $OOD_PROXY_NAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment