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.
.The `requirements.txt` file no longer missing in the Ansible collection
Previously, the `requirements.txt` file, responsible for specifying the python dependencies, was missing in the Ansible collection. This fix adds the missing file with the correct dependencies at the `/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/requirements.tx` path.
Description of problem:
This bz covers multiple of bug fixes.
1. nbde_client - broken README.md due to the Automation Hub renderer.
https://github.com/linux-system-roles/nbde_client/pull/46
README.md - Adding a blank line after nbde_client_bindings -- merged
VERIFICATION STEPS:
Import the fixed nbde_client to AH and render the README.md.
2. SAP issue - lsr_role2collection.py does not convert the legacy role path
if the role is not the one to be converted.
https://github.com/linux-system-roles/auto-maintenance/issues/65https://github.com/linux-system-roles/auto-maintenance/pull/68
VERIFICATION STEPS:
Convert sap-hana-preconfigure to the collection format using
lsr_role2collection.py having the pr/68 fix with the option
--extra-mapping "timesync:redhat.rhel_system_roles.timesync,sap-base-settings:sap-base-settings,sap-preconfigure:sap-preconfigure"
Check the converted README.md to have:
- 'redhat.rhel_system_roles.timesync'
- 'microsoft.rhel.sap-base-settings' (for RHEL 7.x until RHEL 7.5)
- 'microsoft.rhel.sap-preconfigure' (for RHEL 7.6 and later and RHEL 8.x)
- { role: microsoft.rhel.sap-base-settings }
- { role: microsoft.rhel.sap-hana-preconfigure }
Note: the namespace and the collection name of SAP might not be accurate.
Before verifying this bug fix, please get the accurate names.
3. Collections - add requirements.txt, bindep.txt for requirements
[RHELPLAN-76440]
https://github.com/linux-system-roles/auto-maintenance/pull/69
Improve dependencies in the packaging #69
https://src.fedoraproject.org/rpms/linux-system-roles/pull-request/7#
#7 collections - add requirements.txt, bindep.txt for requirements
VERIFICATION STEPS:
Install rhel-system-roles rpm package and check this file exists.
/usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/requirements.txt
and it contains these python dependencies:
==> /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/requirements.txt <==
jmespath
netaddr
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/RHBA-2021:4159
Description of problem: This bz covers multiple of bug fixes. 1. nbde_client - broken README.md due to the Automation Hub renderer. https://github.com/linux-system-roles/nbde_client/pull/46 README.md - Adding a blank line after nbde_client_bindings -- merged VERIFICATION STEPS: Import the fixed nbde_client to AH and render the README.md. 2. SAP issue - lsr_role2collection.py does not convert the legacy role path if the role is not the one to be converted. https://github.com/linux-system-roles/auto-maintenance/issues/65 https://github.com/linux-system-roles/auto-maintenance/pull/68 VERIFICATION STEPS: Convert sap-hana-preconfigure to the collection format using lsr_role2collection.py having the pr/68 fix with the option --extra-mapping "timesync:redhat.rhel_system_roles.timesync,sap-base-settings:sap-base-settings,sap-preconfigure:sap-preconfigure" Check the converted README.md to have: - 'redhat.rhel_system_roles.timesync' - 'microsoft.rhel.sap-base-settings' (for RHEL 7.x until RHEL 7.5) - 'microsoft.rhel.sap-preconfigure' (for RHEL 7.6 and later and RHEL 8.x) - { role: microsoft.rhel.sap-base-settings } - { role: microsoft.rhel.sap-hana-preconfigure } Note: the namespace and the collection name of SAP might not be accurate. Before verifying this bug fix, please get the accurate names. 3. Collections - add requirements.txt, bindep.txt for requirements [RHELPLAN-76440] https://github.com/linux-system-roles/auto-maintenance/pull/69 Improve dependencies in the packaging #69 https://src.fedoraproject.org/rpms/linux-system-roles/pull-request/7# #7 collections - add requirements.txt, bindep.txt for requirements VERIFICATION STEPS: Install rhel-system-roles rpm package and check this file exists. /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/requirements.txt and it contains these python dependencies: ==> /usr/share/ansible/collections/ansible_collections/redhat/rhel_system_roles/requirements.txt <== jmespath netaddr