summaryrefslogtreecommitdiff
path: root/releasenotes/notes/collect-deployment-logs-2ec1634847c3f6a5.yaml
blob: bec89d5b05f08ecf4f3bc0546b7d9cba5c93bb72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.