Add oslo::db to dependency chain
All db settings should be applied and all releated packages should be installed before dbsync starts. Change-Id: I5b6440e39dbbb4c0462c3719f1a16e7d7a8686fa
This commit is contained in:
parent
cbb5eb0bef
commit
f10834efbb
@ -24,6 +24,10 @@ class murano::deps {
|
|||||||
~> Service<| tag == 'murano-service' |>
|
~> Service<| tag == 'murano-service' |>
|
||||||
~> anchor { 'murano::service::end': }
|
~> anchor { 'murano::service::end': }
|
||||||
|
|
||||||
|
# all db settings should be applied and all packages should be installed
|
||||||
|
# before dbsync starts
|
||||||
|
Oslo::Db<||> -> Anchor['murano::dbsync::begin']
|
||||||
|
|
||||||
# policy config should occur in the config block also.
|
# policy config should occur in the config block also.
|
||||||
Anchor['murano::config::begin']
|
Anchor['murano::config::begin']
|
||||||
-> Openstacklib::Policy::Base<||>
|
-> Openstacklib::Policy::Base<||>
|
||||||
|
Loading…
Reference in New Issue
Block a user