]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Move pcp toward the beginning of the playbook
authorZack Cerza <zack@redhat.com>
Thu, 31 Mar 2016 15:52:43 +0000 (09:52 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 31 Mar 2016 15:52:43 +0000 (09:52 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
cephlab.yml

index be1dd7865ee2ffab152e7e4d13ec0ac910372599..af7ad48f0a266935cca46fe7609c8b2f341d0778 100644 (file)
@@ -4,6 +4,9 @@
 # cobbler / downburst / cloud-init.
 - include: ansible_managed.yml
 
+# if this node is in the pcp group, configure it
+- include: pcp.yml
+
 # if this node is in the teuthology group, configure it
 - include: teuthology.yml
 
@@ -18,6 +21,3 @@
 
 # if this node is in the pulpito group, configure it
 - include: pulpito.yml
-
-# if this node is in the pcp group, configure it
-- include: pcp.yml