Actions
Bug #32362
closedkatello pulp url setting in katello.yaml is no longer set by the installer and the default uses localhost rather than FQDN
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
As it turns out, Katello wasn't ready for this to be removed: https://github.com/theforeman/puppet-katello/commit/aa27779c4bf46442d5a5543c54e593798ce580af#diff-510884a7414666a0d988133c5f869510210d883aa1580d1248e74f1d16ca7d91L34
The default is no good any more and people see localhost for their repos' "Published At" url. Default: https://github.com/Katello/katello/blob/master/lib/katello/engine.rb#L40
This issue was brought up in a community thread: https://community.theforeman.org/t/katello-4-0-all-repos-are-localhost/23201
We need to change the default to use the machine's FQDN.
Updated by Ian Ballou over 3 years ago
To fix this, we could default to use the primary pulp smart proxy's url.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9377 added
Updated by James Jeffers over 3 years ago
- Target version changed from Katello 4.0.1 to Katello 4.0.2
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Ryan Verdile over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|1619e1c5632e1810d06e48a79100dca7767b9c6f.
Actions