Pin ansible to <2.4 to make ara work in gates
ARA does not work yet with ansible 2.4 ARA has pinned to lower version than 2.4 https://review.openstack.org/#/c/500651/ Change-Id: Idfe1e7ad46efac965a22b4f7fa833babf22ba375
This commit is contained in:
parent
bc52005ac0
commit
da9d2c3383
@ -148,12 +148,11 @@ function setup_ansible {
|
||||
mkdir /tmp/kolla
|
||||
|
||||
# TODO(SamYaple): Move to virtualenv
|
||||
sudo -H pip install -U "ansible>=2" "docker>=2.0.0" "python-openstackclient" "python-neutronclient"
|
||||
sudo -H pip install -U "ansible>=2,<2.4" "docker>=2.0.0" "python-openstackclient" "python-neutronclient" "ara"
|
||||
detect_distro
|
||||
|
||||
setup_inventory
|
||||
|
||||
sudo -H pip install ara
|
||||
sudo mkdir /etc/ansible
|
||||
sudo tee /etc/ansible/ansible.cfg<<EOF
|
||||
[defaults]
|
||||
|
Loading…
Reference in New Issue
Block a user