Adds rsyslog-install.yml in to the gate scripts.

The rsyslog-install.yml play was not being run within run-playbooks.sh
script. The change makes it so that the AIO will now have the ability
to test the rsyslog server roles.

Change-Id: I30ea36ad4fb6696aeedf76351e18e09cf5e50a1e
Closes-Bug: 1446275
This commit is contained in:
Kevin Carter 2015-04-20 10:27:51 -05:00
parent 60a366143c
commit eccc83bff8

View File

@ -80,7 +80,7 @@ pushd "playbooks"
install_bits utility-install.yml
if [ "${DEPLOY_LOGGING}" == "yes" ]; then
info_block "Logging has not been galaxified yet..."
install_bits rsyslog-install.yml
fi
fi