Skip to content
Snippets Groups Projects
Commit 5f0717fd authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Removing variable TF_VAR_internal_network as it has been defined earlier in the pipeline

parent 699f6174
No related branches found
No related tags found
3 merge requests!6Add CD feature to the repo,!5Use already existing networks to build terraform,!1wip: test-keypair without file
Pipeline #8345 failed with stages
in 11 seconds
......@@ -45,7 +45,6 @@ tf-apply:
tags: [build]
script:
- export BUILD_DATE=$(TZ=America/Chicago date +%Y%m%d%H%M%S)
- export TF_VAR_internal_network="tf-clusternet-$BUILD_DATE"
- XDMOD_IMAGES=($(openstack image list --sort-column Name --sort-descending -f value -c Name -c ID | grep -P ' xdmod-\d{14}$' | awk '{print $2}'))
- export TF_VAR_image_ohpc="${XDMOD_IMAGES[0]}"
# - export TF_VAR_image_ohpc="xdmod-20230629191611"
......
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