Actions
Feature #9263
closedforeman-installer support for suburi
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
I'd like to see an option in foreman-installer which configures a suburi for the foreman interface.
Currently it is assumed that the root of apache will be used, but this is painful for hosts that serve other content, or are bing reverse proxy'd.
This can be configured quickly by hand, but if the foreman-installer is run again, changes are overwritten.
Please see this forum post for config changes: https://groups.google.com/forum/#!searchin/foreman-users/reverse/foreman-users/xQMBbHOKkI4/5vQ4F9xtIHgJ
Updated by Dominic Cleal almost 10 years ago
- Status changed from New to Feedback
I think this has been implemented in nightlies (1.8) via https://github.com/theforeman/puppet-foreman/pull/245. It suggests the following command:
foreman-installer --foreman-foreman-url="https://example.com/foreman" --foreman-proxy-foreman-base-url="https://example.com/foreman"
You may also now need --puppet-server-foreman-url, but I've not tried it.
Actions