Skip to content
Snippets Groups Projects
Commit 866a6ba1 authored by Michal Nasiadka's avatar Michal Nasiadka Committed by Radosław Piliszek
Browse files

CI: Enable fluentd in MariaDB jobs

Since fluentd is disabled in MariaDB jobs - haproxy logs are not getting
populated.

Change-Id: I56b3fc1be6940d97905cdb2c4452b846f106c071
Depends-on: https://review.opendev.org/713704
parent 31fe3c06
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ enable_cells: "yes"
{% if scenario == "mariadb" %}
enable_chrony: "no"
enable_fluentd: "no"
enable_fluentd: "yes"
enable_mariadb: "yes"
enable_memcached: "no"
enable_rabbitmq: "no"
......
......@@ -61,7 +61,7 @@ function setup_config {
fi
if [[ $SCENARIO == "mariadb" ]]; then
GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
GATE_IMAGES="^cron,^fluentd,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
fi
# NOTE(yoctozepto): we cannot build and push at the same time on debian
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment