ironic-staging-drivers/releasenotes/notes/ansible-journald-9a13cdd23f4a30ba.yaml
Pavlo Shchelokovskyy 47d5e7a7b9 [ansible] add journald and syslog loggers
since DevStack is now using systemd, we can leverage that when setting
up callback_plugin used by Ansible started by ansble-deploy driver.

This patch adds two more options to the ironic_log callback plugin
configuration file - use_journal and use_syslog.
When set, they will override respective values from ironic config.

The callback plugin config is set to force usage of journald by default
in the devstack plugin.

Change-Id: I5c788dd6621c95a28aecc727a3988ad4f101b2a8
2017-07-10 12:26:12 +00:00

6 lines
180 B
YAML

---
features:
- |
``ironic_log`` Ansible callback plugin for ansible-deploy driver can now be
configured to force usage of journald or syslog for logging Ansible events.