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.