Skip to content
Snippets Groups Projects
Commit 1b3f5fd3 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

changed TF_VAR_xdmod_queue_data_volume value

parent fbf52699
No related branches found
No related tags found
No related merge requests found
Pipeline #10425 failed with stages
in 9 seconds
......@@ -35,7 +35,7 @@ prep-deploy:
- |
if [ "$TARGET_ENV" = "dev" ]; then
TF_VAR_data_volume="xdmod-dev-volume-$BUILD_DATE"
TF_VAR_xdmod_queue_data_volume= "xdmod-queue-volume-$BUILD_DATE"
TF_VAR_xdmod_queue_data_volume= "xdmod-queue-data-volume-$BUILD_DATE"
openstack volume create --snapshot xdmod-dev-volume-snap --size 20 $TF_VAR_data_volume
openstack volume create --snapshot xdmod-queue-volume-snap --size 20 $TF_VAR_xdmod_queue_data_volume
elif [ "$TARGET_ENV" = "staging" ]; then
......
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