bfc687b4d3
This patch adds the workflow definition and actions to perform an Undercloud backup. Workflow can be executed as: mistral execution-create tripleo.undercloud_backup.v1.launch Actions can be invoked as: mistral run-action tripleo.undercloud.get_free_space mistral run-action tripleo.undercloud.create_backup_dir mistral run-action tripleo.undercloud.create_database_backup \ '{"path": "/tmp", "dbpassword": "", "dbuser":"root"}' mistral run-action tripleo.undercloud.create_file_system_backup \ '{ "path": "/tmp/undercloud-backup-dCxQSn", "sources_path": "/home/stack/"}' mistral run-action tripleo.undercloud.upload_backup_to_swift mistral run-action tripleo.undercloud.remove_temp_dir Related bp undercloud-backup-restore Co-Authored-By: Sergii Golovatiuk <sgolovat@redhat.com> Change-Id: Iebd67568d5e72967e694b88fc8c73361543929a1
6 lines
128 B
YAML
6 lines
128 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce Undercloud Backup workflow as well as set of Mistral actions to
|
|
perform Undercloud Backup
|