2016-06-29 16:47:16 +01:00
|
|
|
---
|
|
|
|
features:
|
2016-08-08 21:09:13 -04:00
|
|
|
- |
|
|
|
|
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:
|
2016-06-29 16:47:16 +01:00
|
|
|
- Collecting logs on deploy failure is enabled by default and the logs
|
2016-08-08 21:09:13 -04:00
|
|
|
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
|
2016-06-29 16:47:16 +01:00
|
|
|
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.
|