From 63f95c3945e18af3283a6422260c525b94a22e85 Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 1 Feb 2016 13:52:18 +0300 Subject: [PATCH] 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 --- deployment_tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index d494c46..c7bd078 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -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,