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: I468f796bc344f91510e977dd07cfd563174c66dd
Closes-Bug: #1755102
(cherry picked from commit d2891b9670)
This commit is contained in:
ZhongShengping 2018-03-12 16:33:11 +08:00 committed by zhongshengping
parent f35f4bef17
commit 9e580908c9
3 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class zaqar::db::sync {
Anchor['zaqar::dbsync::begin']
],
notify => Anchor['zaqar::dbsync::end'],
tag => 'openstack-db',
}
}

View File

@ -0,0 +1,3 @@
---
features:
- Add openstack-db tag to Exec that run db-sync.

View File

@ -19,6 +19,7 @@ describe 'zaqar::db::sync' do
'Anchor[zaqar::config::end]',
'Anchor[zaqar::dbsync::begin]'],
:notify => 'Anchor[zaqar::dbsync::end]',
:tag => 'openstack-db',
)
end