]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix action plugins path in tox 20923/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 15 Mar 2018 08:45:28 +0000 (09:45 +0100)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 15 Mar 2018 15:16:51 +0000 (10:16 -0500)
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 <gabrioux@redhat.com>
(cherry picked from commit 9fdc56717e72e79dca49fc22da37fd185369f216)

src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini

index a2c08e753070eededa96824c389d29a136d73998..7d4afeccdd5b13248cbc8f7ba3f132062919a6f1 100644 (file)
@@ -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
index e8e62dc12796cc2974c7adff5d290478b5f4a675..63675866841c9a6a9387b7e9f74e9acc09e28b0d 100644 (file)
@@ -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