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.
Bug 2037847 - ipa-healthcheck - backport IPA DNS URI support
Summary: ipa-healthcheck - backport IPA DNS URI support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: ipa-healthcheck
Version: 8.6
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Rob Crittenden
QA Contact: ipa-qe
URL:
Whiteboard:
: 2100691 (view as bug list)
Depends On:
Blocks: 2104495
TreeView+ depends on / blocked
 
Reported: 2022-01-06 16:42 UTC by Michal Polovka
Modified: 2022-11-08 10:26 UTC (History)
6 users (show)

Fixed In Version: ipa-healthcheck-0.7-11.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2104495 (view as bug list)
Environment:
Last Closed: 2022-11-08 09:35:45 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FREEIPA-7674 0 None None None 2022-01-06 16:46:48 UTC
Red Hat Issue Tracker RHELPLAN-106996 0 None None None 2022-01-06 16:46:51 UTC
Red Hat Product Errata RHBA-2022:7540 0 None None None 2022-11-08 09:36:23 UTC

Comment 1 Rob Crittenden 2022-01-06 16:54:15 UTC
IPA included support for the DNS URI system records for the KDC in 2cf0ad5cfd2d558c844bc9640c121fa35ebb1c30 (4.9.8).

healthcheck should verify these if present. Skip them otherwise for backwards compatibility.

Support was added in freeipa-healthcheck upstream in 43d55b2d0fafafe9e128a832148dbec55f6ad2ac

Comment 2 Rob Crittenden 2022-03-18 22:11:53 UTC
ipa-healthcheck-0.7-11.el8

Comment 10 Michal Polovka 2022-05-04 11:38:38 UTC
Pre-verified using automation in freeipa-healthcheck/tests/test_ipa_dns.py on RHEL8.7 machine with ipa-healthcheck-0.7-12.module+el8.7.0+14711+1e093de3.noarch


# python3 -m pytest  test_ipa_dns.py  -vvv
==================================================================================== test session starts =====================================================================================
platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python3
cachedir: ../.pytest_cache
rootdir: /root/freeipa-healthcheck, inifile:
collected 9 items                                                                                                                                                                            

test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_bad_realm PASSED                                                                                                                [ 11%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_extra_srv PASSED                                                                                                                [ 22%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_missing_ipa_ca PASSED                                                                                                           [ 33%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_missing_server PASSED                                                                                                           [ 44%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_one_with_ad PASSED                                                                                                              [ 55%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_single PASSED                                                                                                                   [ 66%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_three PASSED                                                                                                                    [ 77%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_three_mixed PASSED                                                                                                              [ 88%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_two PASSED                                                                                                                      [100%]

================================================================================== 9 passed in 0.52 seconds ==================================================================================

Threfore marking as pre-verified: tested.

Comment 14 Michal Polovka 2022-05-11 07:57:50 UTC
Verified using automation in test_ipa_dns.py with ipa-healthcheck-0.7-12.module+el8.7.0+14711+1e093de3.noarch


==================================================================================== test session starts =====================================================================================
platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python3
cachedir: ../.pytest_cache
rootdir: /root/freeipa-healthcheck, inifile:
collected 9 items                                                                                                                                                                            

test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_bad_realm PASSED                                                                                                                [ 11%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_extra_srv PASSED                                                                                                                [ 22%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_missing_ipa_ca PASSED                                                                                                           [ 33%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_missing_server PASSED                                                                                                           [ 44%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_one_with_ad PASSED                                                                                                              [ 55%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_single PASSED                                                                                                                   [ 66%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_three PASSED                                                                                                                    [ 77%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_three_mixed PASSED                                                                                                              [ 88%]
test_ipa_dns.py::TestDNSSystemRecords::test_dnsrecords_two PASSED                                                                                                                      [100%]

================================================================================== 9 passed in 0.66 seconds ==================================================================================

Therefore marking as verified.

Comment 17 Rob Crittenden 2022-06-24 12:22:00 UTC
*** Bug 2100691 has been marked as a duplicate of this bug. ***

Comment 19 errata-xmlrpc 2022-11-08 09:35:45 UTC
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 (idm:client and idm:DL1 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-2022:7540


Note You need to log in before you can comment on or make changes to this bug.