Skip to content
Snippets Groups Projects
Commit 56050bcf 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 fa2ce373
No related branches found
No related tags found
No related merge requests found
Pipeline #11914 passed with stage
in 51 seconds
...@@ -159,7 +159,6 @@ deploy_http_proxy_node: ...@@ -159,7 +159,6 @@ deploy_http_proxy_node:
- > - >
export HTTP_PROXY_INSTANCE_PORT=$(openstack port create export HTTP_PROXY_INSTANCE_PORT=$(openstack port create
-c id -f value --network $INTERNALNET -c id -f value --network $INTERNALNET
--fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP
--disable-port-security --disable-port-security
${HTTP_PROXY_INSTANCE_NAME}_internal_port) ${HTTP_PROXY_INSTANCE_NAME}_internal_port)
- > - >
...@@ -208,7 +207,6 @@ deploy_ssh_proxy_node: ...@@ -208,7 +207,6 @@ deploy_ssh_proxy_node:
- > - >
export SSH_PROXY_INSTANCE_PORT=$(openstack port create export SSH_PROXY_INSTANCE_PORT=$(openstack port create
-c id -f value --network $INTERNALNET -c id -f value --network $INTERNALNET
--fixed-ip subnet=$INTERNALNET_SN,ip-address=$INTERNALNET_IP
--disable-port-security --disable-port-security
$SSH_PROXY_INSTANCE_NAME_internal_port) $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