Skip to content

Commit

Permalink
stable-4.x: Deprecate vmware_cluster_dpm (#2224)
Browse files Browse the repository at this point in the history
Backport of #2217
SUMMARY
Deprecate community.vmware.vmware_cluster_dpm in favor of vmware.vmware.cluster_dpm.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
vmware_cluster_dpm
ADDITIONAL INFORMATION
ansible-collections/vmware.vmware#71
  • Loading branch information
mariolenz authored Oct 25, 2024
1 parent 159c07d commit cf1ab75
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 66 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/2217-deprecate-vmware_cluster_dpm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- vmware_cluster_dpm - the module has been deprecated and will be removed in community.vmware 6.0.0
(https://github.com/ansible-collections/community.vmware/pull/2217).
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ plugin_routing:
deprecation:
removal_version: 6.0.0
warning_text: Use vmware.vmware.cluster instead.
vmware_cluster_dpm:
deprecation:
removal_version: 6.0.0
warning_text: Use vmware.vmware.cluster_dpm instead.
vmware_cluster_drs:
deprecation:
removal_version: 6.0.0
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/vmware_cluster_dpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
- Manages DPM on VMware vSphere clusters.
author:
- Olivia Luetolf (@olilu)
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_dpm) instead.
options:
cluster_name:
description:
Expand Down
4 changes: 0 additions & 4 deletions tests/integration/targets/vmware_cluster_dpm/aliases

This file was deleted.

62 changes: 0 additions & 62 deletions tests/integration/targets/vmware_cluster_dpm/tasks/main.yml

This file was deleted.

0 comments on commit cf1ab75

Please sign in to comment.