Refactor #6304
closedReconsider `apply_default_info` code
Description
After making the V1 controllers obsolete, the code around applying default info to the organization got more or less unreachable
Since it uses the delayed jobs for the async work, it should either be removed and rewritten to Dynflow or just removed (in case we don't plan to provide this functionality later)
Updated by Ivan Necas over 10 years ago
- Status changed from New to Assigned
I went thought he code, ui and api and the code for applying the default info to hosts and as it is now, it's not reachable. Also, the foreman facts should probably be considered as replacement for the system custom info. As this one of the last async tasks using the delayed jobs, I'm removing the old code, and posponing the re-implementation (if any) to later stages.
Updated by Ivan Necas over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|29b2a618e1f1934b0dd7853761af52310d3b7a3d.