]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix action plugins path in tox 20910/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 15 Mar 2018 08:45:28 +0000 (09:45 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 15 Mar 2018 10:18:55 +0000 (11:18 +0100)
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>
src/ceph-volume/ceph_volume/tests/functional/lvm/tox.ini
src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini

index 683ef840a8bc6cf3a11f8d8c3d8b04683d772419..940eb27ed85b581e521be4743474c39006e61c18 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 bfb265fe987aa60ca63d0bb5ed94b1b39c488e6b..2cbb7eed4da2b3a41338fd73199f64accec9e6e1 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