Project 'rc/packer-openstack-hpc-image' was moved to 'rc/hpc-factory'. Please update any links and bookmarks that may still have the old path.
The source project of this merge request has been removed.
WIP: Create pipeline job for deploy ood proxy node
Compare changes
- Krish Moodbidri authored
- Consolidated duplicate `script` blocks into one - Corrected YAML indentation for the `script` block
+ 4
− 6
@@ -405,16 +405,14 @@ start_ood_proxy:
@@ -405,16 +405,14 @@ start_ood_proxy:
- openstack server create --image $GPU_PLACEHOLDER_IMAGE --network cicd-net --flavor $GPU_PLACEHOLDER_FLAVOR $GPU_PLACEHOLDER_NAME
- export PROXY_IP=$(openstack server show $PROXY_INSTANCE_NAME -f value -c addresses | cut -d'=' -f2)