Merge "Enable Docker service for Compute role"
[apex-tripleo-heat-templates.git] / puppet / post.j2.yaml
1 heat_template_version: ocata
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
12   role_data:
13     type: json
14     description: Mapping of Role name e.g Controller to the per-role data
15   EndpointMap:
16     default: {}
17     description: Mapping of service endpoint -> protocol. Typically set
18                  via parameter_defaults in the resource registry.
19     type: json
20   DeployIdentifier:
21     default: ''
22     type: string
23     description: >
24       Setting this to a unique value will re-run any deployment tasks which
25       perform configuration on a Heat stack-update.
26
27 resources:
28 {% include 'puppet-steps.j2' %}