Configure repositories by specific task

Introduced by I1b83e3bfaebecdb8455d5697e320f24fb4941536
See http://lists.openstack.org/pipermail/openstack-dev/2016-January/084552.html

Change-Id: I8c846c95e80696cce7f0ccb7c1e9d513e562d647
This commit is contained in:
Swann Croiset 2016-01-21 09:44:39 +01:00
parent c7578e62b4
commit 9b93b1c131
1 changed files with 4 additions and 11 deletions

View File

@ -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: