Merge "Install coordination backend packages before starting services"

This commit is contained in:
Zuul
2021-12-08 02:13:50 +00:00
committed by Gerrit Code Review

View File

@@ -24,6 +24,10 @@ class mistral::deps {
~> Service<| tag == 'mistral-service' |>
~> anchor { 'mistral::service::end': }
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> Anchor['mistral::service::begin']
# all db settings should be applied and all packages should be installed
# before dbsync starts
Oslo::Db<||> -> Anchor['mistral::dbsync::begin']