Bug 1837556
Summary: | Unable to set ping_free_ip false settings on Satellite server. | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Varatharaja Perumal G <vgunasek> |
Component: | Installer | Assignee: | Ewoud Kohl van Wijngaarden <ekohlvan> |
Status: | CLOSED ERRATA | QA Contact: | Devendra Singh <desingh> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.7.0 | CC: | brinkmann.stefan, egolov, ekohlvan, gtalreja, zhunting |
Target Milestone: | 6.10.0 | Keywords: | Triaged |
Target Release: | Unused | Flags: | desingh:
needinfo-
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-16 14:09:12 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
Varatharaja Perumal G
2020-05-19 16:13:24 UTC
Created redmine issue https://projects.theforeman.org/issues/31415 from this bug Upstream bug assigned to ekohlvan Upstream bug assigned to ekohlvan Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/31415 has been resolved. Verified on 6.10 Snap4 Verification points: 1- New option added for configuring the ping-free-ip in installer. # satellite-installer --help ...... --foreman-proxy-dhcp-ping-free-ip Perform ICMP and TCP ping when searching free IPs from the pool. This makes sure that active IP address is not suggested as free, however in locked down network environments this can cause no free IPs. (current: true) 2- By default value of ping-free-ip is true 3- Changed the value using satellite-installer from default to 'false' and it changed successfully. # satellite-installer --foreman-proxy-dhcp-ping-free-ip false 2021-06-14 08:10:13 [NOTICE] [root] Loading installer configuration. This will take some time. 2021-06-14 08:10:19 [NOTICE] [root] Running installer with log based terminal output at level NOTICE. ............... Candlepin orphaned consumers: [] Success! 4- Checked the updated option in satellite-helper and found value changed. # satellite-installer --help ........ --foreman-proxy-dhcp-ping-free-ip Perform ICMP and TCP ping when searching free IPs from the pool. This makes sure that active IP address is not suggested as free, however in locked down network environments this can cause no free IPs. (current: false) 5- checked the value of ping_free_ip in /etc/foreman-proxy/settings.d/dhcp.yml and it is correct. # less /etc/foreman-proxy/settings.d/dhcp.yml|grep ping_free :ping_free_ip: false 6- Restored the changes using satellite-installer and checked the changes in installer helper. # satellite-installer --foreman-proxy-dhcp-ping-free-ip true 2021-06-14 08:53:00 [NOTICE] [root] Loading installer configuration. This will take some time. 2021-06-14 08:53:05 [NOTICE] [root] Running installer with log based terminal output at level NOTICE ..................... ..................... Candlepin orphaned consumers: [] Success! # satellite-installer --help --foreman-proxy-dhcp-ping-free-ip Perform ICMP and TCP ping when searching free IPs from the pool. This makes sure that active IP address is not suggested as free, however in locked down network environments this can cause no free IPs. (current: true) 7- checked the restored value of ping_free_ip in /etc/foreman-proxy/settings.d/dhcp.yml and it is correct. # less /etc/foreman-proxy/settings.d/dhcp.yml|grep ping_free :ping_free_ip: true 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 (Moderate: Satellite 6.10 Release), 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/RHSA-2021:4702 |