Enable TLS configuration for containerized HAProxy
[apex-tripleo-heat-templates.git] / puppet / post.j2.yaml
1 heat_template_version: pike
2
3 description: >
4   Post-deploy configuration steps via puppet for all roles,
5   as defined in ../roles_data.yaml
6
7 parameters:
8   servers:
9     type: json
10     description: Mapping of Role name e.g Controller to a list of servers
11   stack_name:
12     type: string
13     description: Name of the topmost stack
14   role_data:
15     type: json
16     description: Mapping of Role name e.g Controller to the per-role data
17   EndpointMap:
18     default: {}
19     description: Mapping of service endpoint -> protocol. Typically set
20                  via parameter_defaults in the resource registry.
21     type: json
22   DeployIdentifier:
23     default: ''
24     type: string
25     description: >
26       Setting this to a unique value will re-run any deployment tasks which
27       perform configuration on a Heat stack-update.
28   ctlplane_service_ips:
29     type: json
30
31 {% include 'puppet-steps.j2' %}