Merge "Add fluentd grok-parser plugin on CentOS on aarch64"

This commit is contained in:
Zuul 2022-01-11 11:05:00 +00:00 committed by Gerrit Code Review
commit 8e0650e4bb
2 changed files with 6 additions and 1 deletions

View File

@ -82,7 +82,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
{% block fluentd_plugins_install %}
{% if not (base_package_type == 'rpm' and base_arch != 'x86_64') %}
{% if base_arch in ['aarch64', 'x86_64'] %}
{% set fluentd_plugins = [
'fluent-plugin-elasticsearch',
'fluent-plugin-grep',

View File

@ -0,0 +1,5 @@
---
fixes:
- |
fluentd on CentOS on aarch64 is no longer missing the grok-parser plugin.
`LP#1955889 <https://launchpad.net/bugs/1955889>`__