-
Bug
-
Resolution: Done
-
Blocker
-
6.17.0
Description of problem:
- First satellite-installer run to enable the dhcp server works fine
- A second satellite-installer run fails with error message "Unknown variable: 'foreman_proxy::https_port'"
How reproducible:
- Fresh install of Satellite 6.17 Snap 1
Is this issue a regression from an earlier version:
Yes, this worked before
Steps to Reproduce:
1. Configure Satellite to be the DHCP server for the network
# satellite-installer --scenario satellite \ --foreman-proxy-dhcp=true \ --foreman-proxy-dhcp-gateway="192.168.6.250" \ --foreman-proxy-dhcp-range="192.168.6.200 192.168.6.240" \ --foreman-proxy-dhcp-nameservers="192.168.6.25" \ --foreman-proxy-dhcp-option-domain="example.com"
2. The DHCP server is now configured and running
3. Run a normal satellite installer
# satellite-installer --scenario satellite
Actual behavior:
The second run fails with error:
2025-02-24 09:57:32 [ERROR ] [configure] Evaluation Error: Unknown variable: 'foreman_proxy::https_port'. (file: /usr/share/foreman-installer/modules/foreman_proxy/manifests/proxydhcp.pp, line: 116, column: 42) on node satellite.example.com
Expected behavior:
Further satellite-installer runs should work fine
Business Impact / Additional info:
- Adoption blocker if not fixed by GA
- depends on
-
SAT-31443 Fixes #38259 - Use the correct ssl_port variable by ekohl · Pull Request #857 · theforeman/puppet-foreman_proxy · GitHub
-
- Closed
-
-
SAT-31948 Release 28.0.1 by ekohl · Pull Request #862 · theforeman/puppet-foreman_proxy · GitHub
-
- Closed
-
-
SAT-31950 Fixes #38259 - Update puppet-foreman_proxy to fix httpboot variable by ekohl · Pull Request #1021 · theforeman/foreman-installer · GitHub
-
- Closed
-
- links to
-
RHEA-2025:148331 Satellite 6.17.0 release