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

alternative for port creation

parent 39aefff8
No related branches found
No related tags found
No related merge requests found
Pipeline #14189 passed with stage
in 1 minute and 14 seconds
......@@ -413,8 +413,8 @@ deploy_ood_node:
cmd+=" --security-group $security_group"
done
cmd+=" --user-data user_data.txt"
cmd+=" --nic net-id=$INTERNAL_NETWORK,v4-fixed-ip=$INTERNAL_IP"
if [ -n "$INSTANCE_NETWORK" ];then cmd+=" --network $INSTANCE_NETWORK"; fi
if [ -n "$OOD_PORT" ];then cmd+=" --port $OOD_PORT"; fi
cmd+=" --wait $OOD_INSTANCE_NAME"
- export OOD_INSTANCE_ID=$(bash -c "$cmd")
- |
......
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