Merge "Install coordination backend packages before starting services"

This commit is contained in:
Zuul 2021-12-08 02:15:29 +00:00 committed by Gerrit Code Review
commit b1e2e61cc9
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ class designate::deps {
~> Service<| tag == 'designate-service' |>
~> anchor { 'designate::service::end': }
# all coordination settings should be applied and all packages should be
# installed before service startup
Oslo::Coordination<||> -> Anchor['designate::service::begin']
# paste-api.ini config should occur in the config block also.
Anchor['designate::config::begin']
-> Designate_api_paste_ini<||>