Actions
Bug #14042
closedForeman proxy URL missing from post-install hook output
Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Description
In 1.11.0-RC1 and nightly, on both Debian and EL7 I'm seeing no URL for the Foreman proxy in the post-install hook from foreman-installer:
# foreman-installer Installing Done [100%] [...................................................] Success! * Foreman is running at https://foremandeb.example.com Initial credentials are admin / redacted * Foreman Proxy is running at * Puppetmaster is running at port 8140 The full log is at /var/log/foreman-installer/foreman.log
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
This is due to https://github.com/theforeman/puppet-foreman_proxy/commit/c1fa75f0e2c15c0c4044ce5cbd524427536e339f which no longer populates the foreman_proxy::registered_proxy_url parameter and instead loads it from the name and port at runtime.
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/168 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5218b311f60961ee07b63e68c7f99b6eb6fca219.
Actions