Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate vmware_cluster_drs_recommendations #2218

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -192,6 +192,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