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
This commit is contained in:
Ben Nemec 2016-11-16 18:10:14 +00:00
parent 50a78ab403
commit a8b0bc490e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ source $1
# We can't use heat to create the flavors as they can't be given a name with the heat resource
nova flavor-show bmc || nova flavor-create bmc auto 512 20 1
nova flavor-show baremetal || nova flavor-create baremetal auto 6144 41 1
nova flavor-show baremetal || nova flavor-create baremetal auto 8192 41 4
nova flavor-show undercloud || nova flavor-create undercloud auto 8192 40 4
# Remove the flavors that provide most disk space, the disks on rh2 are small we've over commited

View File

@ -11,7 +11,7 @@ export PUBLIC_IP_FLOATING_END=66.187.229.254
# Should be slightly higher then the max number of CI slaves running.
export TOTALOVBENVS=80
export QUOTA_RAM=2580480
export QUOTA_RAM=3145728
export QUOTA_FIPS=75
export QUOTA_NETS=1000
export QUOTA_PORTS=10000