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: I26a9c9cf92af367f3ce4a60b8929107ecdacb27e
This commit is contained in:
Guillaume Thouvenin 2016-08-11 17:12:52 +02:00
parent 57e43e3a0a
commit 46c252dbfd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
type: puppet
version: 2.0.0
requires: [lma-alerting-hiera, virtual_ips]
required_for: [deploy_end, hosts]
required_for: [deploy_end]
cross-depends:
- name: virtual_ips
role: [primary-controller, controller]