increase the available ram for the bmc node

We may be running out of memory on the bmc node

Related-Bug: #1797526
Change-Id: Ifa2d0c2561e09782828b26dd7eb6e01aebf74d4f
This commit is contained in:
Wes Hayutin 2018-10-12 10:52:02 -06:00
parent 52364c8632
commit c4d6e0a568
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export QUOTA_PORTS=10000
export UNDERCLOUD_FLAVOR="m1.small"
export BAREMETAL_FLAVOR="ci.m1.large"
export BMC_FLAVOR="ci.m1.small"
export BMC_FLAVOR="ci.m1.medium"
export EXTRA_NODE_FLAVOR="ci.m1.small"
export BAREMETAL_IMAGE="CentOS-7-x86_64-GenericCloud-1708"