Skip to content
Snippets Groups Projects
Commit 957416cc authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

feat: Remove fixed IP assignment

Avoids error that the IP has already been assigned while trying multiple
proxy deploys
parent d58a3531
No related branches found
No related tags found
2 merge requests!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.,!111Create multi homed proxy
......@@ -159,7 +159,6 @@ deploy_http_proxy_node:
- >
export HTTP_PROXY_INSTANCE_PORT=$(openstack port create
-c id -f value --network $INTERNALNET
--fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP
--disable-port-security
${HTTP_PROXY_INSTANCE_NAME}_internal_port)
- >
......@@ -208,7 +207,6 @@ deploy_ssh_proxy_node:
- >
export SSH_PROXY_INSTANCE_PORT=$(openstack port create
-c id -f value --network $INTERNALNET
--fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP
--disable-port-security
${SSH_PROXY_INSTANCE_NAME}_internal_port)
- >
......
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