Constraint ansible installation

Rally installs ansible, in an unconstrained way.

To pass linters, we skip the lint job on the test
shell command.

Change-Id: Ic830cf81b3cc691aafb7a97819e0ce68e48dd809
This commit is contained in:
Jean-Philippe Evrard 2017-11-22 17:51:16 +00:00
parent 35ad8b18c1
commit 6fd0163fda
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ rally_pip_packages:
- setuptools
- pymysql
- rally
- ansible==2.3.2.0
# The inventory group where Rally will be installed.
# This variable is used by the repo_build process to determine

View File

@ -26,5 +26,8 @@
shell: |
. {{ rally_bin }}/activate
{{ rally_bin }}/rally task start /var/tmp/scenario.json
changed_when: true
tags:
- skip_ansible_lint
vars_files:
- common/test-vars.yml