Skip to content

Commit

Permalink
Deprecate vmware_cluster_drs_recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Oct 25, 2024
1 parent faf3cdf commit c1c0d19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- vmware_cluster_drs_recommendations - the module has been deprecated and will be removed in community.vmware 6.0.0
(https://github.com/ansible-collections/community.vmware/pull/2218).
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ plugin_routing:
deprecation:
removal_version: 6.0.0
warning_text: Use vmware.vmware.cluster_drs instead.
vmware_cluster_drs_recommendations:
deprecation:
removal_version: 6.0.0
warning_text: Use vmware.vmware.cluster_drs_recommendations instead.
vmware_cluster_vcls:
deprecation:
removal_version: 6.0.0
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/vmware_cluster_drs_recommendations.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
- Apply DRS Recommendations for Cluster.
author:
- Nina Loser (@Nina2244)
deprecated:
removed_in: 6.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_drs_recommendations) instead.
options:
cluster_name:
description:
Expand Down

0 comments on commit c1c0d19

Please sign in to comment.