Feature #1970
openOverride the foreman_url hostname
Description
URLs in provisioning templates (PXE menus etc) currently use the setting foreman_url
as a base. It should be possible to override this for systems in complex networks that may not have a consistent view of Foreman's hostname.
- a parameter on the host or domain that overrides the hostname
- an attribute on the subnet
Related to #1969 (overrides of puppetmaster hostname).
Updated by Dominic Cleal about 12 years ago
My use-case for this is a dual-homed Foreman install with different DNS domains on either side and currently no ability to resolve Foreman's hostname with views.
Updated by Ohad Levy about 12 years ago
there is a foreman_url setting directive, that might work (but globally).
isn't a better solution would be to use dns aliases?
Updated by Greg Sutcliffe about 12 years ago
That works for most setups, but what about where you have no access to the DNS? Or where DNS is almost non-existant (think libvirt + dnsmasq) ?
Updated by Ewoud Kohl van Wijngaarden over 11 years ago
I think this could be solved by the template proxy feature (#969).
Updated by Ewoud Kohl van Wijngaarden over 11 years ago
Argh, that was already in the list of related features. I should read more.
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Feature #13683: [RFE] unattended_url needs to be a per-subnet setting added
Updated by Duncan Innes almost 9 years ago
We are highly interested in a fix here. We have pretty complex network structure where some areas are completely firewalled off from central Foreman (Satellite6 in our case) server, but have access to local Capsule. Some areas also lack DNS completely, so we need to be able to provide IP Addresses for the installation up to the point where we can run a %pre script in kickstart to add some hard coded /etc/hosts entries.
Updated by Duncan Innes about 8 years ago
Is there any way the linked Bugzilla can be opened up a bit? Or some anonymised details copied in here so that progress can be viewed? I have no access to the view the Bugzilla.
Updated by Tomáš Strachota almost 8 years ago
- Description updated (diff)
- Target version set to 115
Updated by Lukas Zapletal over 6 years ago
I have written an extensive post in https://bugzilla.redhat.com/show_bug.cgi?id=1307107 and made it public. Several workarounds are described there.