8bc80382d3
This playbook reflects the same behaviour as the mistral workbook of the same name and adds functionality discussed on this external bug: https://bugzilla.redhat.com/show_bug.cgi?id=1659888 This also adds a --save-swift parameter (default false) that makes the backup be saved on swift otherwise it will be saved on the filesystem. Depends-On: I309d52eb424a73bd04af167a2a7411ba3bf35674 Change-Id: I054a805e820087a30bd8d27a0b460b6e519849ac Signed-off-by: Kevin Carter <kecarter@redhat.com>
8 lines
312 B
YAML
8 lines
312 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new --save-swift parameter to undercloud-backup. This is due to the
|
|
fact that in the past the backup would be always saved on swift and the
|
|
next backup would contain the previous backup thus increasing exponentially
|
|
The default is false and that saves to the filesytem
|