Fix pacemaker firewall rules

We switched to ansible for firewall rule management but the pacemaker
file wasn't properly converted.

Depends-On: https://review.opendev.org/#/c/700472/
Change-Id: Id7f2942436565015211dcfa19fe95adb454c667e
Closes-Bug: #1857356
This commit is contained in:
Alex Schultz 2019-12-23 10:22:24 -07:00 committed by yatin
parent 7baf9f650c
commit daef223cc3
1 changed files with 10 additions and 10 deletions

View File

@ -130,6 +130,16 @@ outputs:
value:
service_name: pacemaker
monitoring_subscription: {get_param: MonitoringSubscriptionPacemaker}
firewall_rules:
'130 pacemaker tcp':
proto: 'tcp'
dport:
- 2224
- 3121
- 21064
'131 pacemaker udp':
proto: 'udp'
dport: 5405
config_settings:
map_merge:
- pacemaker::corosync::cluster_name: 'tripleo_cluster'
@ -141,16 +151,6 @@ outputs:
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'
dport:
- 2224
- 3121
- 21064
'131 pacemaker udp':
proto: 'udp'
dport: 5405
corosync_ipv6: {get_param: CorosyncIPv6}
tripleo::fencing::config: {get_param: FencingConfig}
tripleo::fencing::deep_compare: true