Merge "Add base neutron service configuration"
[apex-tripleo-heat-templates.git] / puppet / services / keepalived.yaml
1 heat_template_version: 2016-04-08
2
3 description: >
4   Keepalived service configured with Puppet
5
6 parameters:
7   ServiceNetMap:
8     default: {}
9     description: Mapping of service_name -> network name. Typically set
10                  via parameter_defaults in the resource registry.  This
11                  mapping overrides those in ServiceNetMapDefaults.
12     type: json
13   DefaultPasswords:
14     default: {}
15     type: json
16   EndpointMap:
17     default: {}
18     description: Mapping of service endpoint -> protocol. Typically set
19                  via parameter_defaults in the resource registry.
20     type: json
21   ControlVirtualInterface:
22     default: 'br-ex'
23     description: Interface where virtual ip will be assigned.
24     type: string
25   PublicVirtualInterface:
26     default: 'br-ex'
27     description: >
28         Specifies the interface where the public-facing virtual ip will be assigned.
29         This should be int_public when a VLAN is being used.
30     type: string
31   MonitoringSubscriptionKeepalived:
32     default: 'overcloud-keepalived'
33     type: string
34
35 outputs:
36   role_data:
37     description: Role data for the Keepalived role.
38     value:
39       service_name: keepalived
40       monitoring_subscription: {get_param: MonitoringSubscriptionKeepalived}
41       config_settings:
42         tripleo::keepalived::control_virtual_interface: {get_param: ControlVirtualInterface}
43         tripleo::keepalived::public_virtual_interface: {get_param: PublicVirtualInterface}
44       step_config: |
45         include ::tripleo::profile::base::keepalived