collection routing (#67684)

* `meta/` directory in collections
* runtime metadata for redirection/deprecation/removal of plugin loads
* a compatibility layer to keep existing content working on ansible-base + collections
* a Python import redirection layer to keep collections-hosted (and otherwise moved) content importable by things that don't know better
* supported Ansible version validation on collection loads
This commit is contained in:
Matt Davis
2020-05-26 09:42:06 -07:00
committed by GitHub
parent fdfa6fec75
commit f7dfa817ae
76 changed files with 2908 additions and 1100 deletions

View File

@@ -6,3 +6,4 @@
jinja2
PyYAML
cryptography
packaging