Bug #19213
foreman_url doesn't respect provision_interface
Status:
Closed
Priority:
Normal
Assignee:
Category:
Unattended installations
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1440060
When provisioning a host with multiple interfaces, where the primary interface is different from the provisioning interface, kickstart url in the rendered PXE template still points to the Foreman Server even when the tftp proxy with Templates feature is assigned to subneton the provisioning interface.
Associated revisions
Fixes #19213 - use provision interface in foreman_url
Before this patch, we were using primary interface for checking on ftfp
proxy and its template feature. Provision interface is more appropriate
for this purposes.
(cherry picked from commit 778d8bcbc08f790aae8ed2abb9637ab880804275)
History
#1
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman/pull/4443 added
#2
Updated by Ivan Necas almost 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 778d8bcbc08f790aae8ed2abb9637ab880804275.
#3
Updated by Ivan Necas almost 6 years ago
- Subject changed from foreman_url doesn't respect provision_interface to foreman_url doesn't respect provision_interface
- Target version set to 1.12.4
#4
Updated by Eric Helms almost 6 years ago
- Legacy Backlogs Release (now unused) set to 248
Fixes #19213 - use provision interface in foreman_url
Before this patch, we were using primary interface for checking on ftfp
proxy and its template feature. Provision interface is more appropriate
for this purposes.