From 31a8ff2ecc860b5bb955e2e67aad4396428427ec Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 28 Aug 2018 10:27:46 +0200 Subject: [PATCH] Enable fluentd on scenario002-multinode-containers As there are several log path that are not set properly to be used by fluentd. Fluentd needs to be enabled on the scenarios to be able to check the path properly. This patch only enables fluentd on scenario002-multinode-containers. Change-Id: If253da4f0f89221dc6ddacc280c984079c6a3c7f --- ci/environments/scenario002-multinode-containers.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/environments/scenario002-multinode-containers.yaml b/ci/environments/scenario002-multinode-containers.yaml index bb37a2ebb7..ea7305237d 100644 --- a/ci/environments/scenario002-multinode-containers.yaml +++ b/ci/environments/scenario002-multinode-containers.yaml @@ -23,6 +23,7 @@ resource_registry: # Some infra instances don't pass the ping test but are otherwise working. # Since the OVB jobs also test this functionality we can shut it off here. OS::TripleO::AllNodes::Validation: ../common/all-nodes-validation-disabled.yaml + OS::TripleO::Services::Fluentd: ../../docker/services/fluentd.yaml parameter_defaults: ControllerServices: @@ -89,6 +90,7 @@ parameter_defaults: - OS::TripleO::Services::GnocchiMetricd - OS::TripleO::Services::GnocchiStatsd - OS::TripleO::Services::PankoApi + - OS::TripleO::Services::Fluentd ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu