]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph-volume tests/functional create a noop playbook to allow symlinking always to...
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Sep 2018 13:33:21 +0000 (09:33 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 6 Sep 2018 18:26:36 +0000 (14:26 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml [new file with mode: 0644]

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 (file)
index 0000000..5922ecf
--- /dev/null
@@ -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"