ironic/releasenotes/notes/collect-deployment-logs-2ec1634847c3f6a5.yaml
Jim Rollenhagen 0fe585ac7c Clean up release notes for 6.1.0
This corrects some typos, some grammar, and makes formatting of notes
generally more consistent.

Change-Id: Ic6b48a1877a9b142a4dd1df2ae22342eef99bc76
2016-08-10 14:02:42 -04:00

19 lines
807 B
YAML

---
features:
- |
Adds support for collecting deployment logs from the IPA
ramdisk. Five new configuration options were added:
* ``[agent]/deploy_logs_collect``
* ``[agent]/deploy_logs_storage_backend``
* ``[agent]/deploy_logs_local_path``
* ``[agent]/deploy_logs_swift_container``
* ``[agent]/deploy_logs_swift_days_to_expire``.
upgrade:
- Collecting logs on deploy failure is enabled by default and the logs
will be saved to the local disk at the location specified by the
configuration option ``[agent]/deploy_logs_local_path`` (by default,
``/var/log/ironic/deploy``). Operators upgrading may want to disable
this feature, enable some form of rotation for the logs or change the
configuration to store the logs in Swift to avoid disk space problems.