From bf9c621edf79b72a7329306e6ea5675d3992e870 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 29 Nov 2021 10:11:23 +0900 Subject: [PATCH] Install coordination backend packages before starting services Change-Id: Ieb3d87836c0304147c10f3f50ea064db414f8b5e --- manifests/deps.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/deps.pp b/manifests/deps.pp index ac44a054..0b3736e5 100644 --- a/manifests/deps.pp +++ b/manifests/deps.pp @@ -29,6 +29,10 @@ class aodh::deps { -> Aodh_api_paste_ini<||> ~> Anchor['aodh::config::end'] + # all coordination settings should be applied and all packages should be + # installed before service startup + Oslo::Coordination<||> -> Anchor['aodh::service::begin'] + # all db settings should be applied and all packages should be installed # before dbsync starts Oslo::Db<||> -> Anchor['aodh::dbsync::begin']