X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fservices%2Fkeepalived.yaml;h=cbdc9d3ee786fc02bc767bc0ac022c06ca2ab86c;hb=633ab23f887ab68951cce4bee8cb71e77a28d461;hp=b4f1a1001f5e80856ac0d4f2a3236d78781bdb98;hpb=ee86735b0c0b3d2cb90486347be285c7854a2aac;p=apex-tripleo-heat-templates.git diff --git a/puppet/services/keepalived.yaml b/puppet/services/keepalived.yaml index b4f1a100..cbdc9d3e 100644 --- a/puppet/services/keepalived.yaml +++ b/puppet/services/keepalived.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2016-10-14 +heat_template_version: ocata description: > Keepalived service configured with Puppet @@ -13,6 +13,14 @@ parameters: DefaultPasswords: default: {} type: json + RoleName: + default: '' + description: Role name on which the service is applied + type: string + RoleParameters: + default: {} + description: Parameters specific to the role + type: json EndpointMap: default: {} description: Mapping of service endpoint -> protocol. Typically set @@ -52,12 +60,12 @@ outputs: - tripleo.keepalived.firewall_rules: '106 keepalived vrrp': proto: vrrp - - + - if: - control_iface_empty - {} - tripleo::keepalived::control_virtual_interface: {get_param: ControlVirtualInterface} - - + - if: - public_iface_empty - {}