c4d6e0a568
We may be running out of memory on the bmc node Related-Bug: #1797526 Change-Id: Ifa2d0c2561e09782828b26dd7eb6e01aebf74d4f
24 lines
676 B
Bash
24 lines
676 B
Bash
#!/bin/bash
|
|
|
|
export PUBLIC_IP_NET=38.145.32.0/22
|
|
export PUBLIC_IP_GATEWAY=38.145.32.254
|
|
export PUBLIC_IP_FLOATING_START=38.145.32.16
|
|
export PUBLIC_IP_FLOATING_END=38.145.32.250
|
|
|
|
# The total number of testenv-workers running, to allow for timeouts
|
|
# Should be slightly higher then the max number of CI slaves running.
|
|
export TOTALOVBENVS=70
|
|
|
|
export QUOTA_RAM=3145728
|
|
export QUOTA_FIPS=75
|
|
export QUOTA_NETS=1000
|
|
export QUOTA_PORTS=10000
|
|
|
|
export UNDERCLOUD_FLAVOR="m1.small"
|
|
export BAREMETAL_FLAVOR="ci.m1.large"
|
|
export BMC_FLAVOR="ci.m1.medium"
|
|
export EXTRA_NODE_FLAVOR="ci.m1.small"
|
|
export BAREMETAL_IMAGE="CentOS-7-x86_64-GenericCloud-1708"
|
|
|
|
export TEBROKERIP=192.168.100.250
|