diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <wk@sydorenko.org.ua> | 2024-10-02 20:40:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 20:40:16 +0200 |
commit | ece21b15d06e8108a618ed2f6b5dd85366cc2dcc (patch) | |
tree | 07ae7179d1d901bfa22241c3e49bb75d4e201761 /requirements | |
parent | Fix 500 error due to None data in DAB response (#15562) (diff) | |
download | awx-ece21b15d06e8108a618ed2f6b5dd85366cc2dcc.tar.xz awx-ece21b15d06e8108a618ed2f6b5dd85366cc2dcc.zip |
Use awx-plugins-shared code from `awx_plugins.interfaces` (#15566)
* Add `awx_plugins.interfaces` runtime dependency
* Use `awx_plugins.interfaces` for runtime detection
The original function name was `server_product_name()` but it didn't
really represent what it did. So it was renamed into
`detect_server_product_name()` in an attempt of disambiguation.
* Use `awx_plugins.interfaces` to map container path
The original function `to_container_path` has been renamed into
`get_incontainer_path()` to represent what it does better and make
the imports more obvious.
* Add license file for awx_plugins.interfaces
---------
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_git.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index 21dc4c6e78..24ccccfa1c 100644 --- a/requirements/requirements_git.txt +++ b/requirements/requirements_git.txt @@ -4,3 +4,4 @@ git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac] awx-plugins-core @ git+https://git@github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core +awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git |