Merge pull request #6853 from wojtek-t/smaller_disk_in_scalability

Enable configuring size of disk of minions in e2e tests
This commit is contained in:
Filip Grzadkowski 2015-04-15 11:50:35 +02:00
commit da999e0ff1

View File

@ -22,7 +22,7 @@ MASTER_SIZE=${MASTER_SIZE:-g1-small}
MINION_SIZE=${MINION_SIZE:-g1-small}
NUM_MINIONS=${NUM_MINIONS:-2}
MINION_DISK_TYPE=pd-standard
MINION_DISK_SIZE=100GB
MINION_DISK_SIZE=${MINION_DISK_SIZE:-100GB}
# TODO(dchen1107): Filed an internal issue to create an alias
# for containervm image, so that gcloud will expand this
# to the latest supported image.