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: I901de48e1a8644499a7ab60c7d632cf17eee7e20
Closes-Bug: #1755102
(cherry picked from commit be770957ad)
This commit is contained in:
ZhongShengping 2018-03-12 16:33:06 +08:00 committed by zhongshengping
parent 31b00f3a1b
commit 6c597627c9
3 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class congress::db::sync(
Anchor['congress::dbsync::begin']
],
notify => Anchor['congress::dbsync::end'],
tag => 'openstack-db',
}
}

View File

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

View File

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