From 51059676b6b6d73648a6ffb3c6364a6f3b5ed42f Mon Sep 17 00:00:00 2001 From: Kamil Sambor Date: Wed, 24 Mar 2021 11:46:35 +0100 Subject: [PATCH] Add systemd dependency to openvswitch to ovn-controller Ovn controller need openvswitch to be running properly. This patch adds the required depends_on so paunch can add the dependency to the systemd service file. Closes-bug: #1921097 Change-Id: I2e54771f0a01d22ce95530bef146ea368189db24 --- deployment/ovn/ovn-controller-container-puppet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployment/ovn/ovn-controller-container-puppet.yaml b/deployment/ovn/ovn-controller-container-puppet.yaml index 598fb833f4..f5c055b507 100644 --- a/deployment/ovn/ovn-controller-container-puppet.yaml +++ b/deployment/ovn/ovn-controller-container-puppet.yaml @@ -256,6 +256,8 @@ outputs: privileged: true user: root restart: always + depends_on: + - openvswitch.service healthcheck: test: list_join: