tripleo-ci/scripts/rh1.env
Ben Nemec a8b0bc490e Update ovb baremetal flavor to match infra flavor
We've increased the baremetal flavor to have 8 GB of RAM and 4
vcpus in order to help with resource starvation issues in CI
jobs.  This just updates the prepare script to match.

This also requires increasing the nodepool quota.  Some quick math
suggests this would now max out about 2.7 TB, so I'm setting the
quota to about 3 TB so there's a little head room for things like
orphaned stacks and infra vms.

Change-Id: I3d354c2e5f76e220d07895bc2bc262eabe5ebb88
2016-12-01 18:42:39 +00:00

23 lines
710 B
Bash

#!/bin/bash
export PUBLIC_IP_NET=66.187.229.0/24
export PUBLIC_IP_GATWAY=66.187.229.1
# TODO: remove the iptables rules on the bastion preventing some traffic
# to some of the IPs at the start if the public range.
export PUBLIC_IP_FLOATING_START=66.187.229.16
export PUBLIC_IP_FLOATING_END=66.187.229.254
# 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=80
export QUOTA_RAM=3145728
export QUOTA_FIPS=75
export QUOTA_NETS=1000
export QUOTA_PORTS=10000
export TEBROKERIP=192.168.103.254
export MIRRORIP=192.168.103.253
export PROXYIP=192.168.103.252
export http_proxy="http://$PROXYIP:3128/"