Install cache backend packages before starting services

Change-Id: I5a2d7bfa34c9003d071f08b24d2f0b6a8fd8bcd4
This commit is contained in:
Takashi Kajinami 2021-11-29 10:29:05 +09:00
parent cb27283f18
commit 4dc46e3f21

View File

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