2 comments (2 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python13,071 stars (13,071 stars)3,333 forks (3,333 forks)batch import
component:apicomponent:uihelp wantedtype:enhancement
Description
ISSUE TYPE
- Since Custom Inventory Scripts are deprecated, it would be nice to be able to fetch a JSON inventory file from a remote URL
SUMMARY
- Custom Inventory Scripts are deprecated. Adding an inventory file into SCM is an option, but it doesn't quite work in fast changing environments (in fact it works, but it's painful)
- Issue type
- feature
- Research direction
- Review existing inventory source implementations in the AWX codebase, such as file based and SCM sources in awx/main/models/inventory.py. Understand how custom scripts were previously handled and replaced. Design an HTTP inventory source that fetches JSON from a URL and integrates with the existing inventory update mechanism. No linked PRs or recent comments, so start by reading the inventory model and related views.