2016-12-23 11:43:39 +00:00
|
|
|
heat_template_version: ocata
|
2016-09-07 17:05:56 +01:00
|
|
|
|
|
|
|
description: >
|
|
|
|
Post-deploy configuration steps via puppet for all roles,
|
|
|
|
as defined in ../roles_data.yaml
|
|
|
|
|
|
|
|
parameters:
|
|
|
|
servers:
|
|
|
|
type: json
|
|
|
|
description: Mapping of Role name e.g Controller to a list of servers
|
|
|
|
|
|
|
|
role_data:
|
|
|
|
type: json
|
|
|
|
description: Mapping of Role name e.g Controller to the per-role data
|
2017-01-13 13:06:14 +02:00
|
|
|
EndpointMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
|
|
via parameter_defaults in the resource registry.
|
|
|
|
type: json
|
2016-09-07 17:05:56 +01:00
|
|
|
DeployIdentifier:
|
|
|
|
default: ''
|
|
|
|
type: string
|
|
|
|
description: >
|
|
|
|
Setting this to a unique value will re-run any deployment tasks which
|
|
|
|
perform configuration on a Heat stack-update.
|
|
|
|
|
|
|
|
resources:
|
2017-02-02 12:03:03 +00:00
|
|
|
{% include 'puppet-steps.j2' %}
|