Merge "Upgrade ceph-mon"
[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
32 outputs:
33   role_data:
34     description: Role data for the Keepalived role.
35     value:
36       service_name: keepalived
37       config_settings:
38         tripleo::keepalived::control_virtual_interface: {get_param: ControlVirtualInterface}
39         tripleo::keepalived::public_virtual_interface: {get_param: PublicVirtualInterface}
40       step_config: |
41         include ::tripleo::profile::base::keepalived