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

Change flavor for staging to m1.large

parent 2f4fb55f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ prep-deploy:
openstack volume create --snapshot xdmod-dev-volume-snap --size 20 $TF_VAR_data_volume
elif [ "$TARGET_ENV" = "staging" ]; then
TF_VAR_data_volume="xdmod-staging-volume-$BUILD_DATE"
TF_VAR_flavor="m1.medium"
TF_VAR_flavor="m1.large"
openstack volume create --snapshot xdmod-staging-volume-snap --size 150 $TF_VAR_data_volume
elif [ "$TARGET_ENV" = "production" ]; then
TF_VAR_data_volume="xdmod-staging-volume"
......
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