From ccaf9a81e7be9f224482c8e08795565f9fa2dba7 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 8 May 2014 12:36:21 -0700 Subject: [PATCH] Add more fixed ips Go from 256 to 4096 fixed IP addresses. The large ops test spins up 3 sets of instances then deletes them all at the end. We are working on bumping the large-ops number up from 50 to 175, so we will need at least 525 fixed ip addresses. Change-Id: Ie6cfd6e191ec873e577166e33e94b5996190a1c2 --- devstack-vm-gate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 1d6267ee..de863397 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -80,8 +80,8 @@ SYSLOG=False SCREEN_LOGDIR=$BASE/$LOCALRC_OLDNEW/screen-logs LOGFILE=$BASE/$LOCALRC_OLDNEW/devstacklog.txt VERBOSE=True -FIXED_RANGE=10.1.0.0/24 -FIXED_NETWORK_SIZE=256 +FIXED_RANGE=10.1.0.0/20 +FIXED_NETWORK_SIZE=4096 VIRT_DRIVER=$DEVSTACK_GATE_VIRT_DRIVER SWIFT_REPLICAS=1 LOG_COLOR=False