Feature #33776
RHSM IPv6 fact is not being parsed for foreman hosts.
Pull request:
Fixed in Releases:
Found in Releases:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1979907
Description of problem:
IPv6 fact from Subscription Manager is not being parsed for foreman hosts.
How reproducible:
- Always
Steps to Reproduce:
1. Register a content host with satellite
2. Go to Hosts > All Hosts > Click on hostname
3. Go to NICs section
Actual results:
- IPv6 Address is empty.
Expected results:
- IPv6 Address is present.
Additional info:
Related issues
Associated revisions
History
#1
Updated by Dominik Matoulek 10 months ago
- Triaged changed from No to Yes
- Assignee set to Dominik Matoulek
- Subject changed from IPv6 fact is not being parsed for foreman hosts. to IPv6 fact is not being parsed for foreman hosts.
#2
Updated by Dominik Matoulek 10 months ago
- Project changed from Katello to Foreman
#3
Updated by Dominik Matoulek 10 months ago
- Subject changed from IPv6 fact is not being parsed for foreman hosts. to RHSM IPv6 fact is not being parsed for foreman hosts.
#4
Updated by Dominik Matoulek 10 months ago
- Description updated (diff)
#5
Updated by The Foreman Bot 10 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8871 added
#6
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.1.0 added
#7
Updated by Dominik Matoulek 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0091b49f10d33628b020b7b543ab6492dc325295.
#8
Updated by Amit Upadhye 9 months ago
- Category set to Facts
#9
Updated by Lukas Zapletal 7 months ago
- Related to Bug #34330: Fix IPv6 support in rhsm fact facter added
Fixes #33776 - Adding support for IPv6 parsing in RHSM parser
The support for IPv6 parsing from facts by Subscription Manager is missing. This PR add support for that.