diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-12 07:18:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-12 07:18:07 +0000 |
commit | ac16b57460c407a6320f4c784dc7512070a4e4f4 (patch) | |
tree | cb0ebcffc3935b60c163b2a38997bf8269cbf031 /puppet/post-upgrade.j2.yaml | |
parent | 19855864b0ebac260ba520f13515577857c67f44 (diff) | |
parent | 7f6305980df5427fd23c9c5b1b0307b1249945f6 (diff) |
Merge "Consolidate puppet/docker deployments with one deploy steps workflow"
Diffstat (limited to 'puppet/post-upgrade.j2.yaml')
-rw-r--r-- | puppet/post-upgrade.j2.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/puppet/post-upgrade.j2.yaml b/puppet/post-upgrade.j2.yaml deleted file mode 100644 index bdd1e613..00000000 --- a/puppet/post-upgrade.j2.yaml +++ /dev/null @@ -1,30 +0,0 @@ -heat_template_version: pike - -description: > - Post-upgrade configuration steps via puppet for all roles - where upgrade is not disabled as defined in ../roles_data.yaml - -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 - 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: -# Note the include here is the same as post.j2.yaml but the data used at -# the time of rendering is different if any roles disable upgrades -{% set roles = roles|rejectattr('disable_upgrade_deployment')|list -%} -{% include 'puppet-steps.j2' %} |