summaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/composable-upgrades-d9ec7c634365e8e0.yaml
blob: 55062b0493fa97b62f1cf0bc31a464addc3a31ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - |
    Composable service plugins now support two additional sections,
    upgrade_tasks and upgrade_batch_tasks.  These can be used by service
    template authors to define the required behavior on upgrade as ansible
    tasks, for both upgrades that require downtime, and rolling upgrades.
    See puppet/services/README.rst for more details.
upgrade:
  - |
    Please refer to tripleo-docs for full details on the upgrade workflow
    required for Newton to Ocata upgrades, as it's possible some steps are
    different to previous releases:
    http://docs.openstack.org/developer/tripleo-docs/post_deployment/upgrade.html
"p">: set xorp defaults copy: src=xorp dest=/etc/default/xorp notify: - restart xorp - meta: flush_handlers - name: start and enable xorp service service: name=xorp state=started enabled=yes retries: 2 delay: 10