Bug 1746321
Summary: | Regression: Puppet module foreman_proxy does not allow disabled IPv6 | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Fabien Malfoy <keldrill> |
Component: | Installation | Assignee: | Evgeni Golov <egolov> |
Status: | CLOSED WONTFIX | QA Contact: | Devendra Singh <desingh> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.5.0 | CC: | bbuckingham, egolov, ekohlvan |
Target Milestone: | Unspecified | Keywords: | Reopened, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-26 10:04:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Fabien Malfoy
2019-08-28 07:38:52 UTC
Upstream bug assigned to egolov Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25460 has been resolved. Hi Fabien, Thanks for raising the bugzilla. I have confirmed that the fix referenced by upstream redmine 25460 is included in the current Satellite 6.6 beta. Since this will becoming with the next release, I am going to close the bugzilla. Reference from an early 6.6 install: File: /usr/share/foreman-installer/modules/foreman_proxy/manifests/params.pp ... ... 150 # Enable listening on http 151 if $::osfamily == 'RedHat' and versioncmp($::operatingsystemmajrelease, '7') <= 0 and has_key($facts, 'ipaddress6') { https://access.redhat.com/solutions/5045841 documents the correct way to disable IPv6 when using Satellite. This has been adopted in April/May so is more recent. It is recommended to follow this procedure. Alternatively the --foreman-proxy-bind-host parameter can be used to override the listen address. |