Skip to content

Commit b43df1d

Browse files
authored
Deprecate vmware_cluster_drs_recommendations (ansible-collections#2218)
SUMMARY Deprecate community.vmware.vmware_cluster_drs_recommendations in favor of vmware.vmware.cluster_drs_recommendations. ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_cluster_drs_recommendations ADDITIONAL INFORMATION ansible-collections/vmware.vmware#70
1 parent b82447a commit b43df1d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
deprecated_features:
2+
- vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0
3+
(https://github.com/ansible-collections/community.vmware/pull/2218).

meta/runtime.yml

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ plugin_routing:
192192
deprecation:
193193
removal_version: 6.0.0
194194
warning_text: Use vmware.vmware.cluster_drs instead.
195+
vmware_cluster_drs_recommendations:
196+
deprecation:
197+
removal_version: 6.0.0
198+
warning_text: Use vmware.vmware.cluster_drs_recommendations instead.
195199
vmware_cluster_vcls:
196200
deprecation:
197201
removal_version: 6.0.0

plugins/modules/vmware_cluster_drs_recommendations.py

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Apply DRS Recommendations for Cluster.
1919
author:
2020
- Nina Loser (@Nina2244)
21+
deprecated:
22+
removed_in: 6.0.0
23+
why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880)
24+
alternative: Use M(vmware.vmware.cluster_drs_recommendations) instead.
2125
options:
2226
cluster_name:
2327
description:

0 commit comments

Comments
 (0)