Fluentd deprecation

Central logging will be performed by rsyslogd on client side, which makes
fluentd service deprecated. This patch just adds warning message about
the fact.

Change-Id: I6c88a4c8378591500df45740cbf202caef3fc357
This commit is contained in:
Martin Magr 2019-01-14 15:54:25 +01:00
parent 2e65d86261
commit 4aaa4a3e2c
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ class tripleo::profile::base::logging::fluentd (
$service_names = hiera('service_names', [])
) {
if $step >= 4 {
warning('Service fluentd is deprecated. Please take in mind, that it going to be removed in T release.')
include ::fluentd
include ::systemd::systemctl::daemon_reload