Bump undercloud flavor to disk 41

Reflects a recent change to our undercloud flavor's disk space.
This was to make extra space for container storage needs.

Related-bug: #1694709

Change-Id: I47ac725a4c195a8e1b05c34ce18de81c4811c78f
This commit is contained in:
Dan Prince 2017-06-01 11:10:11 -04:00
parent 499e16265a
commit dc207bbb2b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,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 8192 41 4
nova flavor-show undercloud || nova flavor-create undercloud auto 8192 40 4
nova flavor-show undercloud || nova flavor-create undercloud auto 8192 41 4
# Remove the flavors that provide most disk space, the disks on rh2 are small we've over commited
# disk space, so this will help protect against an single instance filling the disk on a compute node