aboutsummaryrefslogtreecommitdiffstats
path: root/docker/post-upgrade.j2.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-07 10:08:20 +0000
committerGerrit Code Review <review@openstack.org>2017-03-07 10:08:20 +0000
commita4c8067eec098c2efe5409ae1c9df2f5dbfc842f (patch)
tree672e9c703e8cee2e83f78b5bd6e29c0a36907815 /docker/post-upgrade.j2.yaml
parentfcd1c14ef51ca55d16f581ec629496d414dd5387 (diff)
parentfb748ba307684bd71ceaa0765a22389f9385ae88 (diff)
Merge "Enable composable upgrades for docker service templates"
Diffstat (limited to 'docker/post-upgrade.j2.yaml')
-rw-r--r--docker/post-upgrade.j2.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/post-upgrade.j2.yaml b/docker/post-upgrade.j2.yaml
new file mode 100644
index 00000000..4477f868
--- /dev/null
+++ b/docker/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 'docker-steps.j2' %}