From 9b37cb93005c39f29eb08822b56eeab658e9ccdf Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Wed, 13 Apr 2016 12:26:43 +0200 Subject: [PATCH] Fix odl haproxy configuration In rare cases ODL haproxy configuration had been deployed before haproxy service was ready. This patch should force proper order. Change-Id: I1140da8f908b2f403132192bb03c013c81ae9ff4 Signed-off-by: Michal Skalski --- deployment_tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index 07bf4ae..9245297 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -41,7 +41,7 @@ timeout: 120 - id: odl_configure groups: ['primary-controller', 'controller'] - requires: [deploy_start, cluster-haproxy] + requires: [deploy_start, primary-cluster-haproxy, cluster-haproxy] required_for: [neutron-configuration, openstack-haproxy, openstack-network-end] type: puppet parameters: