From 5260b6d6622393d317e14a302dee68df2a01a18d Mon Sep 17 00:00:00 2001 From: slava Date: Sun, 31 Jan 2016 17:03:07 +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: I5974b0453ce5d3a09a9036e3c570a5263a8a2aa9 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 aa01720..f98cd13 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -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: