Remove openshift inventory plugin (#252)

* Remove openshift inventory plugin

This removes the openshift inventory plugin which has been deprecated
since version 3.0.0. The tests have been updated to retain coverage of
the connection plugin, which is still supported.

* Update version in Makefile

* CI fixes

* Update version info in build scripts

* Set ansible remote directory

The security policy on the pod is preventing ansible from writing to /.
Set it to /tmp which should be writable.
This commit is contained in:
Mike Graves
2025-05-05 11:55:22 -04:00
committed by GitHub
parent a3c3a69bbf
commit 93746f2392
7 changed files with 30 additions and 266 deletions

View File

@@ -19,11 +19,10 @@ plugin_routing:
redirect: community.okd.openshift_auth
inventory:
openshift:
deprecation:
tombstone:
removal_version: 5.0.0
warning_text: >-
The openshift inventory plugin has been deprecated and
will be removed in release 5.0.0.
Use kubernetes.core.k8s_info and ansible.builtin.add_host instead.
action:
k8s:
redirect: kubernetes.core.k8s_info