Exclude 'setup_repositories' task from graph

'setup_repositories' task had 'upload_core_repos' name in 7.0
release. Anyway, it's not necessary to specify this task in
tasks set as it's running on all nodes(the same for 'setup_repos'
task in >7.0 releases).

Change-Id: I5974b0453ce5d3a09a9036e3c570a5263a8a2aa9
Closes-Bug: #1539611
This commit is contained in:
slava 2016-01-31 17:03:07 +03:00 committed by Valyavskiy Viacheslav
parent f4457eeac5
commit 5260b6d662
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
role: [primary-standalone-database]
requires: [deploy_start]
required_for: [deploy_end, primary-controller, controller]
tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig,
tasks: [hiera, fuel_pkgs, globals, tools, logging, netconfig,
hosts, firewall, database-firewall, deploy_start, cluster,
database-virtual-ip, cluster-haproxy, openstack-haproxy-stats, task-database]
parameters:
@ -17,7 +17,7 @@
role: [standalone-database]
requires: [deploy_start, primary-standalone-database, primary-controller, controller]
required_for: [deploy_end]
tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig,
tasks: [hiera, fuel_pkgs, globals, tools, logging, netconfig,
hosts, firewall, database-firewall, deploy_start, cluster,
database-virtual-ip, cluster-haproxy, openstack-haproxy-stats, task-database]
parameters: