Pin Ansible in rally venv

an update to ansible broke os_faults one of Rally's other deps
so we need to downgrade the version of ansible in the rally venv
for things to work.

Change-Id: Id6989b855d9b4606baf3a4fe1e5c715ab7d13543
This commit is contained in:
jkilpatr 2017-09-20 08:46:42 -04:00 committed by Alex Krzos
parent 2f0096fde5
commit 28f7f06ab4
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
version: "{{ rally_version }}"
virtualenv: "{{ rally_venv }}"
# https://github.com/openstack/rally/blob/master/requirements.txt#L6
# remove when os-faults is fixed and rally is upgraded
- name: Downgrade ansible in Rally venv
pip:
name: ansible
version: 2.3.2.0
virtualenv: "{{ rally_venv }}"
- name: Install elasticsearch into rally-venv
pip:
name: elasticsearch