diff options
author | Markos Chandras <mchandras@suse.de> | 2017-09-15 16:48:45 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-09-15 17:56:36 +0100 |
commit | e2ea3110c72884b495721101bb7cdf49c8bf4e52 (patch) | |
tree | 0f529f9e5831e86561d9661d43a86a1722255e1b /xci/config/env-vars | |
parent | 3f04e1fd72b14420788af64b14c35a5f74727f82 (diff) |
xci: env-vars: Bump Ansible version to 2.3.2.0
Now that bifrost uses virtual env for Ansible we can go ahead and
bump the Ansible version to match the one from OSA so we can make use of
the latest features. Furthremore, we stop passing ANSIBLE_VERBOSITY to
the command line since it's an environment variable so Ansible already
knows about it.
Change-Id: I52d9a211fc0ced1f7830f6945b2943f35d38109b
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/config/env-vars')
-rwxr-xr-x | xci/config/env-vars | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index 976eb66b..d8e71244 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -12,9 +12,10 @@ export OPNFV_XCI_PATH=$OPNFV_RELENG_PATH/xci export XCI_FLAVOR_ANSIBLE_FILE_PATH=$OPNFV_XCI_PATH/file/$XCI_FLAVOR export CI_LOOP=${CI_LOOP:-daily} export JOB_NAME=${JOB_NAME:-false} -# TODO: this currently matches to bifrost ansible version -# there is perhaps better way to do this -export XCI_ANSIBLE_PIP_VERSION=2.1.5.0 +# This currently matches to OSA Ansible version but it doesn't really +# matter since bifrost and OSA will use the Ansible version they need. +# Overall, it's better to use what OSA supports so we can use new features. +export XCI_ANSIBLE_PIP_VERSION=2.3.2.0 export ANSIBLE_HOST_KEY_CHECKING=False export DISTRO=${DISTRO:-ubuntu} export DIB_OS_RELEASE=${DIB_OS_RELEASE:-xenial} |