Merge "Enable deep_compare of pcmk resources by default"

This commit is contained in:
Zuul 2018-07-20 15:38:20 +00:00 committed by Gerrit Code Review
commit 959e1d7f75
2 changed files with 11 additions and 0 deletions

View File

@ -115,6 +115,9 @@ outputs:
resource-stickiness: { value: INFINITY }
corosync_token_timeout: 10000
pacemaker::corosync::settle_tries: {get_param: CorosyncSettleTries}
pacemaker::resource::bundle::deep_compare: true
pacemaker::resource::ip::deep_compare: true
pacemaker::resource::ocf::deep_compare: true
tripleo.pacemaker.firewall_rules:
'130 pacemaker tcp':
proto: 'tcp'

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Historically if a puppet definition for a pacemaker resource did change
puppet would not update it. We now enable the updating of pacemaker resources
by default. The main use case being restarting a bundle when a bind mount gets
added. Puppet will wait for the resource to completely restart before
proceeding with the deploy.