Bug #15769
closedDiscovery still uses "short" name for Organizations and Locations
Description
In Discovered Hosts => Select Action => Assign {Organization,Location}
Only the short name is listed instead of the full path "Server/SomeLocation"
Consequently when you set:
Administrator => Settings => discovery_{organization,location}
You are presented with the fill path, so they do not match when new hosts are discovered.
This effectively makes the discovery_{organization,location} settings not work unless you pick only a root item "Server".
Basically Discovery is still using the short name and not the full name, whereas the rest of foreman has moved on to the full name.
If you can point me to the code where this is determined (or I find time to do so myself) PRs will be forthcoming.
It's not that much of a thorn in my side yet... But I wanted to get it in.
Updated by Dominic Cleal over 8 years ago
- Project changed from Foreman to Discovery
- Category changed from Plugin integration to Discovery plugin
The code is at https://github.com/theforeman/foreman_discovery/blob/7dc5b8d4/app/models/host/discovered.rb#L100 - it should probably use find_by_title.
Updated by Lukas Zapletal over 8 years ago
- Assignee set to Lukas Zapletal
- Target version set to Discovery Plugin 6.0
Thanks for report, what Dominic said.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_discovery/pull/287 added
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_discovery|30a514d69039ae4b7f97b1ada1d41033cf701f5b.