From 8c0979645efdc5c777d4b0c8326127307d6579f7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 7 Feb 2018 13:08:57 +0000 Subject: [PATCH] Move setup-utility before other plays If we setup the utility containers before previous plays, we can have a container that's ready for use in all contextes, because it would contain all the necessary clients. Change-Id: Iff34a005ca3d5a6dfcd7ff8d9d5bcc6d51441789 --- playbooks/setup-infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/setup-infrastructure.yml b/playbooks/setup-infrastructure.yml index 485cfc30e5..81f454993b 100644 --- a/playbooks/setup-infrastructure.yml +++ b/playbooks/setup-infrastructure.yml @@ -20,10 +20,10 @@ # before lxc_container_create, and haproxy is moved with it as # second step. - include: repo-use.yml +- include: utility-install.yml - include: memcached-install.yml - include: galera-install.yml - include: rabbitmq-install.yml - include: etcd-install.yml - include: ceph-install.yml -- include: utility-install.yml - include: rsyslog-install.yml