Enable deep_compare by default for stonith resources

With this commit we enable deep_compare by default, allowing stonith
resources to be updated via stack update.

Co-Authored-By: Michele Baldessari <michele@acksyn.org>

Cherry-picked from: https://review.opendev.org/#/c/681813/

Change-Id: I0b2ae95563f64a21ef673e1e60889424a03fbc42
This commit is contained in:
Luca Miccini 2019-09-20 16:22:33 +02:00
parent aaf980cb28
commit 19bb72d02c
3 changed files with 8 additions and 0 deletions

View File

@ -130,6 +130,7 @@ outputs:
dport: 5405
corosync_ipv6: {get_param: CorosyncIPv6}
tripleo::fencing::config: {get_param: FencingConfig}
tripleo::fencing::deep_compare: true
enable_fencing: {get_param: EnableFencing}
hacluster_pwd:
yaql:

View File

@ -101,6 +101,7 @@ outputs:
dport:
- 3121
tripleo::fencing::config: {get_param: FencingConfig}
tripleo::fencing::deep_compare: true
enable_fencing: {get_param: EnableFencing}
tripleo::profile::base::pacemaker_remote::remote_authkey: {get_param: PacemakerRemoteAuthkey}
pacemaker::corosync::manage_fw: false

View File

@ -0,0 +1,6 @@
---
features:
- |
deep_compare is now enabled by default for stonith resources, allowing their properties to be
updated via stack update.
To disable it set 'tripleo::fencing::deep_compare: false'.