From c00b05a675933bd83f8d79960e9a07b67c9cf536 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Thu, 27 Aug 2015 10:45:02 +0200 Subject: [PATCH] Adapt the top-level execution playbook to the previous refactor On the previous commits, I refactored the common and bootstrap_puppet_infra_node, plus added top-level playbooks to run puppet for the various services. This change use those commits for execution. --- site.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site.yml b/site.yml index c8a9789..3608157 100644 --- a/site.yml +++ b/site.yml @@ -3,6 +3,9 @@ - include: common.yml - include: set_hostnames.yml - include: bootstrap_puppetmaster.yml -- include: bootstrap_gerrit.yml - include: bootstrap_puppet_infra_nodes.yml +- include: bootstrap_gerrit.yml +- include: run_puppet_on_gerrit.yml +- include: run_puppet_on_zuul.yml +- include: run_puppet_on_jenkins.yml - include: bootstrap_jjb.yml