X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fpost.j2.yaml;h=67e1ecfdb9b00d141a8f4fb3f0ce6977aa18cc56;hb=605ad6f65d35384353caa5046a9b105a2e99b384;hp=39155c364d3c30ac49d7635f3605033ba2c6ef44;hpb=9dc9c65522f04a782f5d60dc903b50af7f684392;p=apex-tripleo-heat-templates.git diff --git a/puppet/post.j2.yaml b/puppet/post.j2.yaml index 39155c36..67e1ecfd 100644 --- a/puppet/post.j2.yaml +++ b/puppet/post.j2.yaml @@ -1,4 +1,4 @@ -heat_template_version: ocata +heat_template_version: pike description: > Post-deploy configuration steps via puppet for all roles, @@ -8,17 +8,24 @@ parameters: servers: type: json description: Mapping of Role name e.g Controller to a list of servers - + stack_name: + type: string + description: Name of the topmost stack role_data: type: json description: Mapping of Role name e.g Controller to the per-role data - + EndpointMap: + default: {} + description: Mapping of service endpoint -> protocol. Typically set + via parameter_defaults in the resource registry. + type: json 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. + ctlplane_service_ips: + type: json -resources: {% include 'puppet-steps.j2' %}