Bug #15138
Start foreman-proxy on non-DHCP network
Difficulty:
Triaged:
No
Description
We need to have a valid (self-signed) https certificate for particular
primary interface. If there is none, we can't do much about it. We might
change to code and start the proxy anyway so it is accessible over HTTP
at least. Instead an IP address in the common name, we will provide
a constant string.
Associated revisions
History
#1
Updated by Lukas Zapletal almost 7 years ago
This patch will enable users to use Discovery Image on non-DHCP networks or very slow DHCP services. To configure http, use Smart Proxy Discovery plugin and configure it to use http in /etc/foreman-proxy/settings.d/discovery.yml:
:node_scheme: http
:node_port: 8448
#2
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-discovery-image/pull/73 added
#3
Updated by Anonymous almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-discovery-image|0e9e0ba002fb12a6d305c3a5ec26d2e432de8619.
Fixes #15138 - start proxy when IPv4 is not present