Install and start Rsyslog on the Undercloud & Standalone

Create a new Rsyslog service that is deployed on the host (not in a
container) and with Ansible.

Make it so it's deployed by default on Undercloud & Standalone setups.
Also move the tasks that configure rsyslogd for HAproxy & Swift to be
executed after the host prep tasks (using deploy step tasks).

Change-Id: I027c64aefcc4715da17836a5cf0141152cf146aa
Closes-Bug: #1850562
This commit is contained in:
Emilien Macchi
2019-10-30 17:59:43 +01:00
parent 67fd68d7c2
commit 5ff628f1cf
11 changed files with 174 additions and 90 deletions

View File

@@ -0,0 +1,5 @@
---
features:
- |
On undercloud and standalone, install rsyslog on the host by default.
See https://bugs.launchpad.net/tripleo/+bug/1850562