summaryrefslogtreecommitdiffstats
path: root/common/post-upgrade.j2.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-12 07:18:07 +0000
committerGerrit Code Review <review@openstack.org>2017-08-12 07:18:07 +0000
commitac16b57460c407a6320f4c784dc7512070a4e4f4 (patch)
treecb0ebcffc3935b60c163b2a38997bf8269cbf031 /common/post-upgrade.j2.yaml
parent19855864b0ebac260ba520f13515577857c67f44 (diff)
parent7f6305980df5427fd23c9c5b1b0307b1249945f6 (diff)
Merge "Consolidate puppet/docker deployments with one deploy steps workflow"
Diffstat (limited to 'common/post-upgrade.j2.yaml')
-rw-r--r--common/post-upgrade.j2.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/post-upgrade.j2.yaml b/common/post-upgrade.j2.yaml
new file mode 100644
index 00000000..7cd6abdf
--- /dev/null
+++ b/common/post-upgrade.j2.yaml
@@ -0,0 +1,4 @@
+# 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 'deploy-steps.j2' %}