Skip to content
Snippets Groups Projects

wip: test-keypair without file

Closed Krish Moodbidri requested to merge feat-test-keypair into feat-deploy-xdmod-supremm
Compare and Show latest version
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
3
@@ -50,9 +50,8 @@ tf-apply:
- export TF_VAR_keypair_name="os-gen-keypair-$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[1]}"
- echo $TF_VAR_image_ohpc
# - cd CRI_XCBC && git checkout dev && git pull && git status && cd ..
# - 'sed -i -E "s/(cod_deploy: ).*/\1false/" CRI_XCBC/group_vars/all'
- export TF_VAR_image_ohpc="xdmod-20230629191611"
# - echo $TF_VAR_image_ohpc
- terraform apply -auto-approve || terraform destroy -auto-approve
clean-up:
Loading