Add a new network for e2e tests, to isolate it from any other cluster.

This commit is contained in:
Brendan Burns
2014-09-24 16:03:38 -07:00
parent 65c14a1b09
commit 511ec280b9
4 changed files with 31 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ MINION_SIZE=g1-small
NUM_MINIONS=2
# gcloud/gcutil will expand this to the latest supported image.
IMAGE=backports-debian-7-wheezy
NETWORK=default
NETWORK=e2e
INSTANCE_PREFIX="e2e-test-${USER}"
MASTER_NAME="${INSTANCE_PREFIX}-master"
MASTER_TAG="${INSTANCE_PREFIX}-master"