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
This commit is contained in:
Stanislaw Bogatkin 2016-01-22 18:45:28 +03:00
parent 2b74734ba6
commit f4457eeac5
1 changed files with 3 additions and 3 deletions

View File

@ -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: