Actions
Bug #15138
closedStart foreman-proxy on non-DHCP network
Difficulty:
Triaged:
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.
Updated by Lukas Zapletal over 8 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
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-discovery-image/pull/73 added
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-discovery-image|0e9e0ba002fb12a6d305c3a5ec26d2e432de8619.
Actions