aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/keepalived.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/services/keepalived.yaml')
-rw-r--r--puppet/services/keepalived.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/services/keepalived.yaml b/puppet/services/keepalived.yaml
index b783345b..38cfbe22 100644
--- a/puppet/services/keepalived.yaml
+++ b/puppet/services/keepalived.yaml
@@ -28,14 +28,21 @@ parameters:
Specifies the interface where the public-facing virtual ip will be assigned.
This should be int_public when a VLAN is being used.
type: string
+ MonitoringSubscriptionKeepalived:
+ default: 'overcloud-keepalived'
+ type: string
outputs:
role_data:
description: Role data for the Keepalived role.
value:
service_name: keepalived
+ monitoring_subscription: {get_param: MonitoringSubscriptionKeepalived}
config_settings:
tripleo::keepalived::control_virtual_interface: {get_param: ControlVirtualInterface}
tripleo::keepalived::public_virtual_interface: {get_param: PublicVirtualInterface}
+ tripleo.keepalived.firewall_rules:
+ '106 keepalived vrrp':
+ proto: vrrp
step_config: |
include ::tripleo::profile::base::keepalived