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

connect to OOD_PROXY_NETWORK

parent a23c80b0
No related branches found
No related tags found
1 merge request!2Add OOD proxy node deployment to CI/CD pipeline
Pipeline #11495 failed with stage
in 39 seconds
......@@ -34,6 +34,7 @@ variables:
INSTANCE_FLAVOR: ${INSTANCE_FLAVOR}
OOD_PROXY_NAME: ${OOD_PROXY_NAME}
PROXY_IP: ${PROXY_IP}
OOD_PROXY_NETWORK: "proxy-net"
stages:
- deploy
......@@ -54,7 +55,7 @@ deploy_ood_proxy_node:
PROXY_INSTANCE_ID=$(openstack server create \
--image $PKR_VAR_source_image \
--flavor $PKR_VAR_flavor \
--network $OOD_INSTANCE_NETWORK \
--network $OOD_PROXY_NETWORK \
--wait \
--format value \
--column id \
......
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