Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 3.03 KB

CHANGELOG.rst

File metadata and controls

99 lines (68 loc) · 3.03 KB

vmware.vmware Release Notes

  • cluster_drs - added cluster_drs module to manage DRS settings in vcenter
  • folder_template_from_vm - add module and tests to create a template from an existing VM in vcenter and store the template in a folder
  • guest_info - migrated functionality from community vmware_guest_info and vmware_vm_info into guest_info. Changes are backwards compatible but legacy outputs are deprecated
  • module_utils/vmware_tasks - added shared utils to monitor long running tasks in vcenter
  • module_utils/vmware_type_utils - added shared utils for validating, transforming, and comparing vcenter settings with python variables
  • vm_portgroup_info - add module to get all the portgroups that associated with VMs
  • _vmware_facts - fixed typo in hw_interfaces fact key and added missing annotation fact key and value
  • _vmware_folder_paths - fixed issue where resolved folder paths incorrectly included a leading slash
  • guest_info - added more optional attributes to the example
  • module_utils/vmware_rest_client - rename get_vm_by_name method as there is same signature already
  • vmware.vmware.vm_portgroup_info - Returns information about the portgroups of virtual machines
  • content_template - Add new module to manage templates in content library
  • vm_list_group_by_clusters_info - Add the appropriate returned value for the deprecated module vm_list_group_by_clusters
  • Clarify pyVmomi requirement (ansible-collections#15).
  • vcsa_settings - Add new module to configure VCSA settings
  • vm_list_group_by_clusters - deprecate the module since it was renamed to vm_list_group_by_clusters_info
  • guest_info - Fixed bugs that caused module failure when specifying the guest_name attribute
  • Added module vm_list_group_by_clusters

Initial release 1.0.0

  • Added module appliance_info
  • Added module guest_info
  • Added module license_info
  • Release 1.0.0