From: Andrew Schoen Date: Tue, 10 Jan 2017 12:53:17 +0000 (-0600) Subject: tests: test with the latest ansible stable-2.2 branch from github X-Git-Tag: v2.2.0rc1~70^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6d3a3344390e8d5347854495c19b624ecd2a8c21;p=ceph-ansible.git tests: test with the latest ansible stable-2.2 branch from github Signed-off-by: Andrew Schoen --- diff --git a/tox.ini b/tox.ini index 1e42b467f..cc53543e2 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ skipsdist = True whitelist_externals = vagrant bash + pip passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config @@ -34,6 +35,9 @@ changedir= # creates a cluster, purges the cluster and then brings the cluster back up purge_cluster_collocated: {toxinidir}/tests/functional/centos/7/journal-collocation commands= + # install latest stable version of ansible 2.2 from github, this can be removed + # when there is a release > 2.2.1.0 + ansible2.2: pip install --upgrade git+git://github.com/ansible/ansible.git@stable-2.2 vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir}