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>

Depends-on: https://review.opendev.org/#/c/681778/
Depends-on: https://review.opendev.org/#/c/679407/
Change-Id: I330698f41cc092bdeb741c0b9c729264cf2cb28c
This commit is contained in:
Luca Miccini 2019-09-12 18:20:01 +02:00
parent 282386e0b5
commit 9f2ab2b88b
3 changed files with 8 additions and 0 deletions

View File

@ -134,6 +134,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

@ -97,6 +97,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'.