From f4457eeac554990acfe4b568e533a90e76325d7c Mon Sep 17 00:00:00 2001 From: Stanislaw Bogatkin Date: Fri, 22 Jan 2016 18:45:28 +0300 Subject: [PATCH] Add repositories to target node As fuel_pkgs task needs to have repositories to install packages from - add those repositories to node. Change-Id: Id19f2ce46a1287ca4de55fb0e990e2cfe47312a8 Closes-Bug: #1536190 --- deployment_tasks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index c41bfaa..aa01720 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -5,8 +5,8 @@ role: [primary-standalone-database] requires: [deploy_start] required_for: [deploy_end, primary-controller, controller] - tasks: [fuel_pkgs, hiera, globals, tools, logging, netconfig, - hosts, firewall, database-firewall, deploy_start, cluster, + tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig, + hosts, firewall, database-firewall, deploy_start, cluster, database-virtual-ip, cluster-haproxy, openstack-haproxy-stats, task-database] parameters: strategy: @@ -17,7 +17,7 @@ role: [standalone-database] requires: [deploy_start, primary-standalone-database, primary-controller, controller] required_for: [deploy_end] - tasks: [fuel_pkgs, hiera, globals, tools, logging, netconfig, + tasks: [hiera, setup_repositories, fuel_pkgs, globals, tools, logging, netconfig, hosts, firewall, database-firewall, deploy_start, cluster, database-virtual-ip, cluster-haproxy, openstack-haproxy-stats, task-database] parameters: