From 9b93b1c131aa419bc315132eb9b1b311b836bc30 Mon Sep 17 00:00:00 2001 From: Swann Croiset Date: Thu, 21 Jan 2016 09:44:39 +0100 Subject: [PATCH] Configure repositories by specific task Introduced by I1b83e3bfaebecdb8455d5697e320f24fb4941536 See http://lists.openstack.org/pipermail/openstack-dev/2016-January/084552.html Change-Id: I8c846c95e80696cce7f0ccb7c1e9d513e562d647 --- deployment_tasks.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index 0ebbcc1..417313e 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -1,9 +1,10 @@ - id: primary-elasticsearch_kibana type: group role: [primary-elasticsearch_kibana] - tasks: - - fuel_pkgs + tasks: &common_tasks - hiera + - setup_repositories + - fuel_pkgs - globals - tools - logging @@ -19,15 +20,7 @@ - id: elasticsearch_kibana type: group role: [elasticsearch_kibana] - tasks: - - fuel_pkgs - - hiera - - globals - - tools - - logging - - netconfig - - hosts - - cluster-haproxy + tasks: *common_tasks required_for: [deploy_end] requires: [deploy_start, primary-elasticsearch_kibana] parameters: