From 9fdc56717e72e79dca49fc22da37fd185369f216 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 15 Mar 2018 09:45:28 +0100 Subject: [PATCH] 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 --- src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini | 1 + src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini | 1 + 2 files changed, 2 insertions(+) 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 683ef840a8bc6..940eb27ed85b5 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 bfb265fe987aa..2cbb7eed4da2b 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 -- 2.39.5