tripleo-heat-templates/releasenotes/notes/scale_tasks-2042b294d074b37a.yaml
Emilien Macchi 5d66b9c1eb Introduce scale_tasks
Composable service templates can now define scale_tasks. They are
meant for scale down/up logic of services which need to be
stopped/started during the scaling procedure. All happens within a single
playbook and the down/up Ansible tags are required to differenciate them
during the run.

blueprint scale-down-tasks

Change-Id: I29835c2724b5de884e9825e084780c36837bff84
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
2019-04-24 11:07:53 -04:00

9 lines
328 B
YAML

---
features:
- |
Composable service templates can now define scale_tasks. They are
meant for scale down/up logic of services which need to be
stopped/started during the scaling procedure. All happens within a single
playbook and the down/up Ansible tags are required to differenciate them
during the run.