2 Kommentare (2 Kommentare)1 Reaktion (1 Reaktion)0 zugewiesene Personen (0 zugewiesene Personen)Python13.071 Stars (13.071 Stars)3.333 Forks (3.333 Forks)batch import
component:apicomponent:uihelp wantedtype:enhancement
Beschreibung
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-Richtung
- 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.