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
This commit is contained in:
Juan Badia Payno 2018-08-28 10:27:46 +02:00
parent a885599770
commit 31a8ff2ecc

View File

@ -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