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_ha #2321

Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/extra-docs-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependent collections
run: >
ansible-galaxy collection install
'vmware.vmware>=1.9.0'
'vmware.vmware>=1.10.0'

- name: Run collection docs linter
run: antsibull-docs lint-collection-docs . --plugin-docs --skip-rstcheck
3 changes: 3 additions & 0 deletions changelogs/fragments/2321-deprecate-vmware_cluster_ha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deprecated_features:
- vmware_cluster_ha - the module has been deprecated and will be removed in community.vmware 7.0.0
(https://github.com/ansible-collections/community.vmware/pull/2321).
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags:
- vmware
- virtualization
dependencies:
vmware.vmware: ">=1.9.0,<2.0.0"
vmware.vmware: ">=1.10.0,<2.0.0"
repository: https://github.com/ansible-collections/community.vmware.git
homepage: https://github.com/ansible-collections/community.vmware
issues: https://github.com/ansible-collections/community.vmware/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
4 changes: 4 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ plugin_routing:
deprecation:
removal_version: 7.0.0
warning_text: Use vmware.vmware.cluster_info instead.
vmware_cluster_ha:
deprecation:
removal_version: 7.0.0
warning_text: Use vmware.vmware.cluster_ha instead.
vmware_cluster_vcls:
deprecation:
removal_version: 6.0.0
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/vmware_cluster_ha.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
DOCUMENTATION = r'''
---
module: vmware_cluster_ha
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_ha) instead.
short_description: Manage High Availability (HA) on VMware vSphere clusters
description:
- Manages HA configuration on VMware vSphere clusters.
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/targets/vmware_cluster_ha/aliases

This file was deleted.

303 changes: 0 additions & 303 deletions tests/integration/targets/vmware_cluster_ha/tasks/main.yml

This file was deleted.