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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user