Bug #27654
Expose http(s) port number setting via httpboot plugin
Pull request:
Fixed in Releases:
Found in Releases:
Description
Foreman core needs this to setup boot URL correctly.
Related issues
Associated revisions
Refs #27654 - Move HTTP enabled logic to plugin settings
This introduces simple helpers to be used elsewhere. The Plugin Settings
class makes more sense for this since it's specific to a plugin setting.
Refs #27654 - Account for module enabled over http or not
The module can be enabled for http-only while the proxy is https-only
(or other combinations). This patch takes the enabled setting into
account and guarantees that the http_port is only set when the module is
actually available over http. The same goes for https_port.
History
#1
Updated by Lukas Zapletal almost 3 years ago
- Related to Bug #26338: HTTP UEFI boot PXE loader use wrong smart proxy port added
#2
Updated by The Foreman Bot almost 3 years ago
- Assignee set to Lukas Zapletal
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/676 added
#3
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.24.0 added
#4
Updated by Anonymous almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset e344672ba955f1911517f657eadeee34386ff100.
#5
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/677 added
#6
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/679 added
Fixes #27654 - expose http(s) port setting