]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Testnode: touch /ceph-qa-ready 37/head
authorZack Cerza <zack@redhat.com>
Thu, 21 May 2015 21:40:43 +0000 (15:40 -0600)
committerZack Cerza <zack@redhat.com>
Fri, 22 May 2015 17:16:01 +0000 (11:16 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/testnode/tasks/main.yml

index 9fe1c2f4e535937a920db61312567222fc79e009..6e484a8c51943ba5a4f4bc079e80982669ebb0d0 100644 (file)
 - include: pip.yml
   tags:
     - pip
+
+# Touch a file to indicate we are done. This is something chef did;
+# teuthology.task.internal.vm_setup() expects it.
+- name: Touch /ceph-qa-ready
+  file:
+      path: /ceph-qa-ready
+      state: touch