5d66b9c1eb
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>
9 lines
328 B
YAML
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.
|