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: Ic4b6b19e129d822aa7b76a0e6931f0f36d057d6a
This commit is contained in:
Guillaume Thouvenin 2016-08-11 17:09:24 +02:00
parent 3f5b22c221
commit 8dd2bd111d
1 changed files with 1 additions and 1 deletions

View File

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