diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-21 16:47:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-21 16:47:21 +0000 |
commit | 0602e95351f3b402fa4fc17478061a000ecde5bd (patch) | |
tree | 9ab027e9e711487c1ff83da902abf5e1d05a36f7 /releasenotes | |
parent | 30574c7af2b64b3cd5656ae1b7864fac21180550 (diff) | |
parent | 10eed9c1ae1bfbf86361066736e3d17634770456 (diff) |
Merge "Adds post_upgrade_tasks for any service post-upgrade ansible tasks" into stable/pike
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/adds-post_upgrade_tasks-eba0656012c861a1.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/releasenotes/notes/adds-post_upgrade_tasks-eba0656012c861a1.yaml b/releasenotes/notes/adds-post_upgrade_tasks-eba0656012c861a1.yaml new file mode 100644 index 00000000..bdce1348 --- /dev/null +++ b/releasenotes/notes/adds-post_upgrade_tasks-eba0656012c861a1.yaml @@ -0,0 +1,12 @@ +--- +upgrade: + - | + This adds post_upgrade_tasks, ansible tasks that can be added to any + service manifest (currently, pacemaker/cinder-volume for bug 1706951). + + These are similar to the existing upgrade_tasks in their format, however + they will be executed *after* the docker/puppet config. So the order is + upgrade_tasks, deployment steps (docker/puppet), then post_upgrade_tasks. + + Also like the upgrade_tasks these are serialised and you can use 'tags' + with 'step0' to 'step6' (more can be added if needed). |