2c028c4a52
This change converts the support deployment and workflow process to use an ansible playbook instead of a mistral workflow. The overcloud_support module has been updated and moved to the V2 client and all tests in support of this new process have been updated. Story: 2007212 Task: 38431 Task: 38432 Depends-On: I606f1ee3bc323e5c83d09ca9bc8f7e4033e81e70 Change-Id: If47e1e64e251e72d5bc8d0eb253d931257fd2ca8 Signed-off-by: Kevin Carter <kecarter@redhat.com>
16 lines
816 B
YAML
16 lines
816 B
YAML
---
|
|
features:
|
|
- ReportExecute has been moved to the V2 client version where it will now
|
|
execute an ansible playbook when running all log collection tasks. This
|
|
playbook will run `sosreport` and collect a log archive on the undercloud
|
|
host.
|
|
deprecations:
|
|
- The log collection process will no longer store logs within swift. All
|
|
collected logs will be stored in the `--output` path as provided by the
|
|
CLI switch, using a default of **/var/lib/tripleo/support**.
|
|
- The following ReportExecute CLI switches no longer have any effect;
|
|
`--container`, `--skip-container-delete`, `--timeout`, `--concurrency`,
|
|
`--collect-only`, `--download-only`. These options have been retained
|
|
to ensure we're not breaking legacy compatibility, however, they will
|
|
be removed in a future release.
|