From c05b6f8123baeea7cd95ef8a2e5d5b7c2c8b1a23 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 5 Feb 2019 13:18:55 -0600 Subject: [PATCH] Disable RPC playbooks on MNAIO A lot of older RPC playbooks are busted and we've moved a lot of those components into external repos. This removes them during gate testing to reduce times and make tests more stable. --- tests/create-mnaio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/create-mnaio.sh b/tests/create-mnaio.sh index bef8164c..45b0d0dd 100755 --- a/tests/create-mnaio.sh +++ b/tests/create-mnaio.sh @@ -195,7 +195,7 @@ case "${RE_JOB_SERIES}" in export DEPLOY_CEILOMETER=no; \ export DEPLOY_CEPH=no; \ export DEPLOY_SWIFT=yes; \ - export DEPLOY_RPC=yes; \ + export DEPLOY_RPC=no; \ export ANSIBLE_FORCE_COLOR=true; \ export RPC_APT_ARTIFACT_MODE="loose"; \ scripts/deploy.sh"