Re-enable bmc caching for ci

I recently pushed a change to disable caching in the bmc by default,
in the interest of avoiding developer confusion.  However, for ci
we want to use caching since nobody should be messing with the
baremetal instances without going through the bmc.

Change-Id: I3ce66d8256266cfab23a7e2bceb80fb22e99beea
This commit is contained in:
Ben Nemec 2017-04-27 20:46:21 +00:00
parent c6c3a211ca
commit 7c33787e62
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ if [ -n "$CREATE_UNDERCLOUD" ]; then
sed -i -e "s/undercloud_flavor:.*/undercloud_flavor: m1.small/" $ENVFILE
BUILD_NODES_JSON_EXTRA_ARGS="--add_undercloud"
fi
echo 'parameter_defaults:' >> $ENVFILE
echo ' bmc_use_cache: True' >> $ENVFILE
echo -e 'resource_registry:\n' >> $ENVFILE