ansible-collections / vmware.vmware

Ansible VMWare Collection
GNU General Public License v3.0
7 stars 10 forks source link

migrate community.vmware.vmware_cluster module #60

Closed mikemorency closed 2 months ago

mikemorency commented 2 months ago
SUMMARY

This is a migration of the community.vmware.vmware_cluster module.

The inputs have remained the same (although more aliases are allowed for the cluster attribute).

Ive added identifying information about the cluster in the outputs. When a cluster is destroyed, only the name is returned. When a cluster is created (or already exists) the cluster name and moid are returned.

ISSUE TYPE
COMPONENT NAME

cluster

mikemorency commented 2 months ago

FYI - the test failure in ECO vCenter integration tests is related to maintenance work being done on the cluster. I am following up with the team to make sure the issue is resolved

Edit: This has been resolved

mariolenz commented 2 months ago

@machacekondra @mikemorency Now that #59 is merged, please remember to add new modules to the action group in meta/runtime.yml;-)