Merge "Only install tempest if it's going to be used"

This commit is contained in:
Jenkins 2017-01-20 20:03:07 +00:00 committed by Gerrit Code Review
commit 8f6ce5ae8f
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ fi
if [ $UNDERCLOUD_VALIDATIONS == 0 ] ; then
echo 'enable_validations = False' >> ~/undercloud.conf
fi
if [ $RUN_TEMPEST_TESTS != 1 ] ; then
echo 'enable_tempest = False' >> ~/undercloud.conf
fi
if [ $UNDERCLOUD_HEAT_CONVERGENCE == 1 ] ; then
cat <<EOF >>$HOME/undercloud-hieradata-override.yaml