Skip to content

Commit

Permalink
Remove tools/ansible_builtin_runtime.py. (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Aug 26, 2024
1 parent 210c9ca commit bf1ac9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 152 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/131-remove-builtin-runtime-tool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
removed_features:
- "Removed the ``ansible_builtin_runtime`` tool (https://github.com/ansible-collections/community.internal_test_tools/issues/111, https://github.com/ansible-collections/community.internal_test_tools/pull/131)."
8 changes: 0 additions & 8 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,3 @@ def main():
if __name__ == '__main__':
main()
```

## ``ansible_builtin_runtime.yml`` Tool

The ``ansible_builtin_runtime.py`` tool provides several operations and checks on ansible-base/-core's ``lib/ansible/config/ansible_builtin_runtime.yml``.

The ``check-ansible-core-redirects`` subcommand compares ansible-base/-core's ``lib/ansible/config/ansible_builtin_runtime.yml`` with this collection. It reports when plugins are routed to non-existing plugins in this collection, and it reports when plugins are routed to other collections which have the same name as plugins in this collection. This subcommand assumes it is executed in the collection's root which contains ``galaxy.yml``.

The ``show-redirects-inventory`` subcommand shows all collections that are referenced in ansible-base/-core's ``lib/ansible/config/ansible_builtin_runtime.yml``.
144 changes: 0 additions & 144 deletions tools/ansible_builtin_runtime.py

This file was deleted.

0 comments on commit bf1ac9e

Please sign in to comment.