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: I2b41cc8be6d1bbf90f783db1d338915a694da929
Closes-Bug: #1539611
This commit is contained in:
slava 2016-02-01 13:52:18 +03:00
parent 22a7972e03
commit 63f95c3945
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
role: [primary-standalone-keystone]
requires: [deploy_start, primary-standalone-database]
required_for: [primary-controller, cinder-keystone, nova-keystone, deploy_end]
tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging,
tasks: [hiera, fuel_pkgs, globals, tools, logging,
netconfig, hosts, firewall, keystone-firewall, ssl-keys-saving,
ssl-add-trust-chain, deploy_start, cluster, keystone-vip, cluster-haproxy,
openstack-haproxy-stats, task-keystone-db, memcached, apache,
@ -17,7 +17,7 @@
role: [standalone-keystone]
requires: [deploy_start, primary-standalone-keystone]
required_for: [primary-controller, cinder-keystone, nova-keystone, deploy_end]
tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging,
tasks: [hiera, fuel_pkgs, globals, tools, logging,
netconfig, hosts, firewall, keystone-firewall, ssl-keys-saving,
ssl-add-trust-chain, deploy_start, cluster, keystone-vip, cluster-haproxy,
openstack-haproxy-stats, task-keystone-db, memcached, apache,