Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
- There should not be multiple basics input. The basics input code is
implemented to skip the second and the rest, if any. There was a mistake in the
skipping code.
Instead of using ansible_loop.first, change to sort the loop variables by the
type and check ansible_loop.previtem.
- There were wrong loop variables in templates/input_basics.j2. Replacing "input"
with "item".
Adding the test case to tests_combination.yml.
Test scenario from dapospis: "setup client with just a CA cert - just checking the authenticity of the server" failed due to the ca cert not being copied to the managed host.
[Snippet of test params]
logging_pki: tls
logging_pki_authmode: anon
logging_pki_files:
- ca_cert_src: /path/to/the/ca_cert_file_on_the_control_host
Test scenario from dapospis: If logging_flows.input contains an input which matches none of the logging_input names, the logging_flows.input is silently ignored. It could cause a misconfiguration.
[Snippet of test params]
logging_inputs:
- name: basic_input
type: basics
- name: "test_input"
type: files
rsyslog_input_log_path: "/var/log/inputdirectory/*.log"
logging_flows:
- name: flow_0
inputs: [basic_input, test_input_BOGUS]
outputs: [files_test]
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (rhel-system-roles bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHEA-2020:4809