From eccc83bff8895b1efbeb0ec5dc426abdd2f6e434 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 20 Apr 2015 10:27:51 -0500 Subject: [PATCH] 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 --- scripts/run-playbooks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-playbooks.sh b/scripts/run-playbooks.sh index a7b4bc547b..83700c467f 100755 --- a/scripts/run-playbooks.sh +++ b/scripts/run-playbooks.sh @@ -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