Fix a cycle in graph of tasks

This patch removes a dependency that causes a cycle in the graph of
tasks in MOS 8.
The cycle was <custom>-netconfig -> hosts -> cluster -> virtual_ips ->
<custom>-netconfig

Change-Id: I80f88ebec732c2e95bfa5c271ffb9c35ad0a1827
This commit is contained in:
Guillaume Thouvenin 2016-08-11 17:11:13 +02:00
parent 459a7f2723
commit f581e0e0a9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
type: puppet
version: 2.0.0
requires: [elasticsearch-check-configuration, virtual_ips]
required_for: [deploy_end, hosts]
required_for: [deploy_end]
cross-depends:
- name: virtual_ips
role: [primary-controller, controller]