From 87dfddb259a0a1c2360f452ef0c88468ff506966 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 16 May 2015 20:31:43 -0400 Subject: [PATCH] AWS: Set MASTER_RESERVED_IP in config-default.sh Otherwise jenkins fails --- cluster/aws/config-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/aws/config-test.sh b/cluster/aws/config-test.sh index 2098bd96894..43cdf0fc0c7 100755 --- a/cluster/aws/config-test.sh +++ b/cluster/aws/config-test.sh @@ -39,6 +39,10 @@ MINION_SCOPES="" POLL_SLEEP_INTERVAL=3 PORTAL_NET="10.0.0.0/16" MASTER_IP_RANGE="${MASTER_IP_RANGE:-10.246.0.0/24}" +# If set to Elastic IP, master instance will be associated with this IP. +# If set to auto, a new Elastic IP will be aquired +# Otherwise amazon-given public ip will be used (it'll change with reboot). +MASTER_RESERVED_IP="${MASTER_RESERVED_IP:-}" # When set to true, Docker Cache is enabled by default as part of the cluster bring up.