Fix puppet HA provider for new versions of pacemaker
Bug #1416378 reported by
Bogdan Dobrelya
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-openstack |
Fix Committed
|
Undecided
|
Bogdan Dobrelya |
Bug Description
New versions of pacemaker, such as 1.1.11, require some changes to be done for existing HA provider. Some improvements for provider behavior required as well.
* CIB xml filters should be improved for data missing cases
* is_online? method should be more specific to determine if CIB is ready
* Cleanup primitives should be done by their full names only
* Node id does no more reference to the node name, but provider relies on id for status detection
(related gerrit change: Id84994df3bf2a9
* pcs tool should be changed to the distro agnostic "cibadmin --patch" one as the provder also claims to be crmsh/pcs agnostic.
To post a comment you must log in.
partially addressed by https:/ /review. openstack. org/#/c/ 149569/