Merge "CI: Enable fluentd in MariaDB jobs"

This commit is contained in:
Zuul 2020-03-19 17:19:06 +00:00 committed by Gerrit Code Review
commit 0718a1a90c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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