Issue #165: Add plugin_routing information for deprecated plugins.

This commit is contained in:
Jeff Geerling
2020-07-20 15:50:12 -05:00
parent 85e6ccc743
commit cfcdf4afc3

View File

@@ -15,3 +15,29 @@ action_groups:
- k8s_log
- k8s_scale
- k8s_service
plugin_routing:
modules:
# k8s_facts was originally slated for removal in Ansible 2.13.
k8s_facts:
redirect: community.kubernetes.k8s_info
deprecation:
removal_version: 2.0.0
warning_text: Use community.kubernetes.k8s_info instead.
k8s_raw:
tombstone:
removal_version: 0.1.0
warning_text: The k8s_raw module was slated for deprecation in Ansible 2.10 and has been removed. Use community.kubernetes.k8s instead.
openshift_raw:
tombstone:
removal_version: 0.1.0
warning_text: The openshift_raw module was slated for deprecation in Ansible 2.10 and has been removed. Use community.kubernetes.k8s instead.
openshift_scale:
tombstone:
removal_version: 0.1.0
warning_text: The openshift_scale module was slated for deprecation in Ansible 2.10 and has been removed. Use community.kubernetes.k8s_scale instead.
lookup:
openshift:
tombstone:
removal_version: 0.1.0
warning_text: The openshift lookup plugin was slated for deprecation in Ansible 2.10 and has been removed. Use community.kubernetes.k8s instead.