From: Alfredo Deza Date: Thu, 6 Sep 2018 13:33:21 +0000 (-0400) Subject: ceph-volume tests/functional create a noop playbook to allow symlinking always to... X-Git-Tag: v14.0.1~381^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=860e66083fe769714a10076fa101b94507e47169;p=ceph.git ceph-volume tests/functional create a noop playbook to allow symlinking always to setup.yml Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml new file mode 100644 index 000000000000..5922ecf2e7f9 --- /dev/null +++ b/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml @@ -0,0 +1,12 @@ +--- + +# Allows to always include a 'setup.yml' file in functional tests, and execute +# only on the ones that actually need it + +- hosts: all + gather_facts: no + + tasks: + + - debug: + msg: "This is an empty setup playbook. The current scenario didn't need any work done"