2 留言 (2 留言)1 反應 (1 反應)0 負責人 (0 負責人)Python13,071 star (13,071 star)3,333 fork (3,333 fork)batch import
component:apicomponent:uihelp wantedtype:enhancement
描述
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)
- 議題類型
- feature
- 研究方向
- 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.