From: Guillaume Abrioux Date: Thu, 15 Mar 2018 08:45:28 +0000 (+0100) Subject: ceph-volume: fix action plugins path in tox X-Git-Tag: wip-pdonnell-testing-20180317.202121~21^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9fdc56717e72e79dca49fc22da37fd185369f216;p=ceph-ci.git ceph-volume: fix action plugins path in tox because of this commit [1] in ceph-ansible tests in ceph-volume needs to be modified accordingly. [1] https://github.com/ceph/ceph-ansible/commit/60d4b75f519c03fca91384f231b071793f582376 Signed-off-by: Guillaume Abrioux --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini index 683ef840a8b..940eb27ed85 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini @@ -10,6 +10,7 @@ whitelist_externals = passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config + ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions ANSIBLE_STDOUT_CALLBACK = debug ANSIBLE_RETRY_FILES_ENABLED = False ANSIBLE_SSH_RETRIES = 5 diff --git a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini index bfb265fe987..2cbb7eed4da 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini @@ -11,6 +11,7 @@ whitelist_externals = passenv=* setenv= ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config + ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions ANSIBLE_STDOUT_CALLBACK = debug ANSIBLE_RETRY_FILES_ENABLED = False ANSIBLE_SSH_RETRIES = 5