From 65e2fe0c3b904a648fda1cf98e5647e0799d6653 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 31 Mar 2016 09:52:43 -0600 Subject: [PATCH] Move pcp toward the beginning of the playbook Signed-off-by: Zack Cerza --- cephlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cephlab.yml b/cephlab.yml index be1dd78..af7ad48 100644 --- a/cephlab.yml +++ b/cephlab.yml @@ -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 -- 2.39.5