Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stable-4.x: Deprecate vmware_cluster_info
Browse files Browse the repository at this point in the history
mariolenz committed Jan 18, 2025
1 parent 483ec7e commit be7933d
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/2260-deprecate-vmware_cluster_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- vmware_cluster_info - the module has been deprecated and will be removed in community.vmware 7.0.0
(https://github.com/ansible-collections/community.vmware/pull/2260).
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -196,6 +196,10 @@ plugin_routing:
deprecation:
removal_version: 6.0.0
warning_text: Use vmware.vmware.cluster_drs_recommendations instead.
vmware_cluster_info:
deprecation:
removal_version: 7.0.0
warning_text: Use vmware.vmware.cluster_info instead.
vmware_cluster_vcls:
deprecation:
removal_version: 6.0.0
4 changes: 4 additions & 0 deletions plugins/modules/vmware_cluster_info.py
Original file line number Diff line number Diff line change
@@ -13,6 +13,10 @@
DOCUMENTATION = r'''
---
module: vmware_cluster_info
deprecated:
removed_in: 7.0.0
why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880)
alternative: Use M(vmware.vmware.cluster_info) instead.
short_description: Gather info about clusters available in given vCenter
description:
- This module can be used to gather information about clusters in VMWare infrastructure.

0 comments on commit be7933d

Please sign in to comment.