Add 'openstack-db' tag to db-sync Exec resource
In order to make easy orchestration on all OpenStack db-sync, add this tag so people can use this tag in composition layer. A use case it to set some orchestration to make sure MySQL Galera is ready before running any Exec with this tag. Change-Id: If20095a8a38b4f8dfccb9b75eb2f02f5d6d6e57b Closes-Bug: #1755102
This commit is contained in:
parent
e20f2b09be
commit
eafc8877c8
@ -28,6 +28,7 @@ class panko::db::sync(
|
||||
Anchor['panko::dbsync::begin']
|
||||
],
|
||||
notify => Anchor['panko::dbsync::end'],
|
||||
tag => 'openstack-db',
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Add openstack-db tag to Exec that run db-sync.
|
@ -19,6 +19,7 @@ describe 'panko::db::sync' do
|
||||
'Anchor[panko::config::end]',
|
||||
'Anchor[panko::dbsync::begin]'],
|
||||
:notify => 'Anchor[panko::dbsync::end]',
|
||||
:tag => 'openstack-db',
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user