From 75cc748b094b42173541744ea994ac1a48daa412 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 20 Oct 2016 17:50:19 -0400 Subject: [PATCH] Pin ARA to 0.9.1 temporarily The next release of ARA (0.10.0) contains a change to the callback plugin location that /should/ be backwards compatible but let's control the update to the newer version to be safe and avoid breaking the gate needlessly. Change-Id: I32176166e8ebcbfdf0baa8bd7ec30e5ec6d795a5 --- tools/setup_gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index d0ab47de98..40379ffc87 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -123,7 +123,7 @@ function setup_ansible { # Record the running state of the environment as seen by the setup module ansible all -i ${RAW_INVENTORY} -m setup > /tmp/logs/ansible/initial-setup - sudo pip install ara + sudo pip install ara==0.9.1 sudo mkdir /etc/ansible sudo tee /etc/ansible/ansible.cfg<