From 7f6305980df5427fd23c9c5b1b0307b1249945f6 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 13 Jul 2017 13:40:48 +0100 Subject: Consolidate puppet/docker deployments with one deploy steps workflow If we consolidate these we can focus on one implementation (the new ansible based one used for docker-steps) Change-Id: Iec0ad2278d62040bf03613fc9556b199c6a80546 Depends-On: Ifa2afa915e0fee368fb2506c02de75bf5efe82d5 --- common/post-upgrade.j2.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 common/post-upgrade.j2.yaml (limited to 'common/post-upgrade.j2.yaml') 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' %} -- cgit 1.2.3-korg