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

vmware_dvs_portgroup_find: Fix wrong var type while evaluating vlan and vlanlst #52

Closed
wants to merge 157 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
157 commits
Select commit Hold shift + click to select a range
4018246
Fix wrong var type while evaluating vlan and vlanlst
Mar 13, 2020
d228b98
VMware: vmware_vm_inventory performance improvement (#45)
Akasurde Mar 13, 2020
5a82b4a
galaxy: define authors and tags keys (#54)
goneri Mar 14, 2020
a8e7163
Update vmware_guest_disk_info.py (#15)
goneri Mar 16, 2020
63bba7f
Handle SSL exception raise in vmware_rest_client (#56)
Akasurde Mar 19, 2020
5be4347
Serialize non-json type objects in hostvars (#58)
AlanCoding Mar 19, 2020
f819f6f
Update vmware_guest_tools_upgrade.py (#12)
goneri Mar 21, 2020
8fa1caa
setup_dvswitch: bump switch_version to 6.5.0 (#68)
goneri Mar 25, 2020
20d50d0
tox: enable flake8 (#70)
goneri Mar 25, 2020
4368c9c
galaxy: next version is 0.2.0 (#55)
goneri Mar 25, 2020
60b73e5
Vmware module maintenance (#69)
ChrisAHolland Mar 26, 2020
ba49b82
tox: linters env only install flake8 (#79)
goneri Mar 27, 2020
6c132cf
tox: venv env should install Ansible (#82)
goneri Mar 27, 2020
c875fb7
Remove link to non-existing documentation (#83)
mariolenz Mar 28, 2020
88048f6
functional test for inventory (#84)
goneri Mar 31, 2020
d56d5ec
vmware_host_active_directory: Fail for unrecoverable AD membership pr…
mariolenz Mar 31, 2020
9c7ded3
Change github url in galaxy.yml from git@ to https:// (#87)
jillr Apr 1, 2020
ecea021
Revert "VMware: vmware_vm_inventory performance improvement"
Akasurde Mar 30, 2020
0cf8680
vmware_vm_inventory: Test fix (#94)
Akasurde Apr 6, 2020
b4f92bb
vmware_host_service_manager: disable the test-suite (#102)
goneri Apr 7, 2020
4d5a48e
Update Hardware version to include 15 - 6.7U2 (#99)
qadv Apr 7, 2020
7debe37
zuul: define govcsim target (#95)
goneri Apr 8, 2020
1483c46
define vcenter_1esxi_with_nested alias (#105)
goneri Apr 9, 2020
9ec0cd0
VMware: add new vmware module vmware_dvswitch_info (#93)
sky-joker Apr 9, 2020
bd7e0b7
prepare_vmware_tests: isolate the 'VM Network' (#90)
goneri Apr 9, 2020
c8999a9
VMware: Add new module : vmware_datacenter_info (#23)
Akasurde Apr 9, 2020
93b889c
re-enable vmware_guest_network test (#86)
goneri Apr 9, 2020
7422d6c
remove the version key from galaxy.yml (#91)
goneri Apr 9, 2020
85715e7
vmware_guest_network: one device at a time (#72)
goneri Apr 9, 2020
a8293a2
vmware_guest_tools_wait: reenable the test (#97)
goneri Apr 10, 2020
5a397b7
vmware_vm_inventory: use vcenter_1esxi_with_nested alias (#108)
goneri Apr 10, 2020
53e3219
Add a flag 'force_upgrade' in vmware_guest_tools_upgrade (#76)
Akasurde Apr 10, 2020
5611fab
mail params are not mandatory
Nov 28, 2019
6f5f3a1
vmware_guest_network: idempotency with state=absent
goneri Jan 31, 2020
b1189a7
Add info for reboot and example on how to get VM UUID
Kloppi313 Mar 3, 2020
d5e1793
added two spaces in variable
Kloppi313 Mar 4, 2020
7746e9c
Update README and LICENSE
Akasurde Mar 4, 2020
165761c
Not specify new disk filename
cuixiangz Feb 21, 2020
f9a7ebe
add the requirements files
goneri Mar 5, 2020
ebbcb3c
Add datacenter and folder info to module vmware_vm_info
Mar 4, 2020
4b711c1
Change method to get datacenter and folder info
Mar 5, 2020
5cc91c1
vmware_vm_info: Minor fix
Akasurde Mar 6, 2020
42e401e
VMware: consider category id while handling multiple tag with same name
Akasurde Jan 14, 2020
f8ba09f
vmware_guest_info: Handle list in guest facts
Akasurde Mar 5, 2020
866ebb0
vmware_cluster: Improve documentation for deprecated parameters
mariolenz Mar 9, 2020
8babf49
VMware: vmware_vm_inventory performance improvement (#45)
Akasurde Mar 13, 2020
da4bfef
galaxy: define authors and tags keys (#54)
goneri Mar 14, 2020
f309609
Update vmware_guest_disk_info.py (#15)
goneri Mar 16, 2020
ca97acb
Handle SSL exception raise in vmware_rest_client (#56)
Akasurde Mar 19, 2020
82b5ca4
Serialize non-json type objects in hostvars (#58)
AlanCoding Mar 19, 2020
6894b3a
Update vmware_guest_tools_upgrade.py (#12)
goneri Mar 21, 2020
8ae45f8
setup_dvswitch: bump switch_version to 6.5.0 (#68)
goneri Mar 25, 2020
34bff00
tox: enable flake8 (#70)
goneri Mar 25, 2020
cb6ad51
galaxy: next version is 0.2.0 (#55)
goneri Mar 25, 2020
a4c3290
Vmware module maintenance (#69)
ChrisAHolland Mar 26, 2020
064c173
tox: linters env only install flake8 (#79)
goneri Mar 27, 2020
cfc7a96
tox: venv env should install Ansible (#82)
goneri Mar 27, 2020
45d81b9
Remove link to non-existing documentation (#83)
mariolenz Mar 28, 2020
dcb5133
functional test for inventory (#84)
goneri Mar 31, 2020
6fc5051
vmware_host_active_directory: Fail for unrecoverable AD membership pr…
mariolenz Mar 31, 2020
8353681
Change github url in galaxy.yml from git@ to https:// (#87)
jillr Apr 1, 2020
3fd2b41
Revert "VMware: vmware_vm_inventory performance improvement"
Akasurde Mar 30, 2020
f48889c
vmware_vm_inventory: Test fix (#94)
Akasurde Apr 6, 2020
36a85ae
vmware_host_service_manager: disable the test-suite (#102)
goneri Apr 7, 2020
1eb1f95
Update Hardware version to include 15 - 6.7U2 (#99)
qadv Apr 7, 2020
d731b30
zuul: define govcsim target (#95)
goneri Apr 8, 2020
7f8e62b
define vcenter_1esxi_with_nested alias (#105)
goneri Apr 9, 2020
058f6a4
VMware: add new vmware module vmware_dvswitch_info (#93)
sky-joker Apr 9, 2020
826aa89
prepare_vmware_tests: isolate the 'VM Network' (#90)
goneri Apr 9, 2020
9c1e68c
VMware: Add new module : vmware_datacenter_info (#23)
Akasurde Apr 9, 2020
ab9c6d7
re-enable vmware_guest_network test (#86)
goneri Apr 9, 2020
0e3482b
remove the version key from galaxy.yml (#91)
goneri Apr 9, 2020
1d3a6e0
vmware_guest_network: one device at a time (#72)
goneri Apr 9, 2020
c6b3a56
vmware_guest_tools_wait: reenable the test (#97)
goneri Apr 10, 2020
41abae7
vmware_vm_inventory: use vcenter_1esxi_with_nested alias (#108)
goneri Apr 10, 2020
7ea1d7c
Add a flag 'force_upgrade' in vmware_guest_tools_upgrade (#76)
Akasurde Apr 10, 2020
eb6143d
Merge remote-tracking branch 'remote/master'
Jul 6, 2020
47eda1d
Merge branch 'master' into devel
Jul 6, 2020
7576cf9
Add changelog fragment
Jul 6, 2020
7ca6b9b
Add test integration with vlanid param
Jul 6, 2020
d56c287
vmware_content_deploy_ovf_template - create VMs from OVF templates (#…
ultral Apr 15, 2020
70dffc5
req: pyvmomi < 7.0 (#122)
goneri Apr 17, 2020
43f7c11
VMware: Fix errors caused by vSphere API legacy versions(vmware_host_…
sky-joker Apr 20, 2020
5853b95
VMware: Fix errors caused by vSphere API legacy versions (#118)
sky-joker Apr 20, 2020
e088fbf
temporarily disable vmware_guest_network (#131)
goneri Apr 20, 2020
47554e9
Temporarily disable Tag and Category tests (#130)
Akasurde Apr 21, 2020
08236f1
Inventory plugin enhancements (#129)
Akasurde Apr 21, 2020
db6883b
Keyed groups in inventory plugin (#134)
Akasurde Apr 22, 2020
423bc1e
Add support for filters in inventory plugin (#137)
Akasurde Apr 22, 2020
51ee2f3
Reduce complexity/duplicated code in vmware_vspan_session (#121)
ChrisAHolland Apr 22, 2020
18aff4b
Added 'compose' and 'groups' in vmware_vm_inventory (#140)
Akasurde Apr 22, 2020
7bad1a5
Removed duplicate checks in vmware_vmkernel (#149)
ChrisAHolland Apr 27, 2020
269f728
Cast as integer in vmware_dvs_portgroup_find (#145)
ChrisAHolland Apr 27, 2020
598f6a4
Revert "temporarily disable vmware_guest_network (#131)" (#147)
goneri Apr 27, 2020
9125c6f
test: fix permission of runme.sh script (#139)
goneri Apr 27, 2020
8b26577
VMware: add hardware version 17 support in vmware_guest module (#153)
Tomorrow9 Apr 29, 2020
a0be74d
New module for Vcenter infra profile config operations (#46)
ngp-star May 5, 2020
ae3751e
VMware: add SATA cdrom support in vmware_guest module (#65)
Tomorrow9 May 11, 2020
1b0f6f7
Add check mode, diff and some new functionality to vmware_guest_netwo…
acalm May 11, 2020
91e626d
VMware: add new vmware module vmware_host_logbundle (#109)
sky-joker May 11, 2020
9d04090
VMware: add new vmware module vmware_host_logbundle_info (#110)
sky-joker May 11, 2020
98a58e6
Correct the set fact to fit the return structure (#141)
xenlo May 11, 2020
be9c877
Include FQCN in module examples (#168)
Akasurde May 14, 2020
cd112bf
galaxy: ensure the import works (#194)
goneri May 20, 2020
ef83712
Remove unnecessary unit test requirements (#181)
mariolenz May 20, 2020
669755b
Revert "req: pyvmomi < 7.0 (#122)" (#132)
goneri May 21, 2020
77175b7
Update README for requirements (#155)
Akasurde May 22, 2020
26b52d6
inventory_vmware_vm_inventory test - Remove exit code from trap (#198)
samdoran May 22, 2020
d6b556c
Fix vmware docs (#195)
abadger May 23, 2020
0ac544a
Removed ANSIBLE_METADATA from all the modules (#189)
Akasurde May 25, 2020
1dee8c7
add functional test for vcenter_extension_info (#138)
goneri May 25, 2020
a8f4be2
specify the name of the content library from where the template needs…
hsitin May 26, 2020
ba41c48
add storage_provisioning type into vmware_content_deploy_ovf_template…
ultral May 26, 2020
e4a8b5b
vmware_host_facts: Handle exception in fact gathering (#208)
Akasurde May 26, 2020
eaa9183
add vm existence check processing (#166)
sky-joker May 27, 2020
02f81fa
Update boilerplate and future-import (#177)
Akasurde May 27, 2020
ce48225
vmware_guest: add support for SATA and NVME disk controller types (#201)
Tomorrow9 May 27, 2020
b51c960
Made vmnics attribute optional for DVS creation (#186)
nemethloci May 28, 2020
2fdf0c0
vmware_vm_inventory: Handle binary data in VM properties (#202)
Akasurde May 29, 2020
9e12411
Update action groups (#211)
s-hertel Jun 2, 2020
4900bf4
Follow fix for vmware_host_facts (#210)
Akasurde Jun 2, 2020
2a4f6a1
vmware_guest_disk: add sharing (multi-writer) capability (#212) (#214)
cspeidel Jun 4, 2020
3ea166a
Revert "Temporarily disable Tag and Category tests" (#135)
goneri Jun 4, 2020
2f6a2ed
vmware_category: Fix associable datatypes (#206)
Akasurde Jun 5, 2020
96bdb6f
vmware_category: fix a typo in test-suite (#226)
goneri Jun 8, 2020
73e891c
test: add ability to run govcsim with systemd-run (#231)
goneri Jun 11, 2020
fef4017
vmware_category: arguments_spec, elemetns as str (#235)
goneri Jun 11, 2020
01f492c
vmware_dvs_portgroup_info: show the key value (#220)
goneri Jun 11, 2020
8db2e52
VMware: Added param content library in definition main (#219)
hsitin Jun 12, 2020
20a860b
Remove action_groups_redirection from meta/runtime.yml (#232)
s-hertel Jun 15, 2020
5f8e05a
Add requires_ansible version constraints to runtime.yml (#234)
Akasurde Jun 15, 2020
5793ce5
dvswitch: collect the UUID (#221)
goneri Jun 16, 2020
6e518cb
Added datastore managed object in vmware tag manager (#218)
scottd018 Jun 16, 2020
30fe917
update the URL of the vsphere SDK (#238)
goneri Jun 17, 2020
0e3965b
VMware: Match state param in vmware_guest and vmware_guest_powerstate…
goneri Jun 17, 2020
f420c28
Add new changelog configuration (#242)
Akasurde Jun 17, 2020
82c1d55
import changelog fragments from ansible/ansible (#244)
goneri Jun 18, 2020
66368fb
Update runtime.yml (#241)
Akasurde Jun 18, 2020
b3ccecd
vcsim/systemd: use the full path to vcsim (#246)
goneri Jun 19, 2020
13947a2
VMware: Fix to be set default parameter for runtime_settings to runti…
sky-joker Jun 19, 2020
1274366
Add documentation (#240)
Akasurde Jun 19, 2020
da7b2eb
Fix the wronged module names in EXAMPLES block (#248)
sky-joker Jun 19, 2020
ac0428d
linters: run antsibull-changelog lint (#245)
goneri Jun 19, 2020
50b192d
changelog: all fragments come with .yaml extension (#254)
goneri Jun 22, 2020
1efdc80
Fail early with more info when all templates failed (#253)
AlanCoding Jun 23, 2020
68ede6e
vmware_content_deploy_ovf_template: fix import (#255)
goneri Jun 23, 2020
62b10cc
import changelog for 1.0.0 release (#251)
goneri Jun 23, 2020
43939e9
sanity: add import boilerplate (#257)
goneri Jun 23, 2020
7226171
sanity: address some pep8 error (#256)
goneri Jun 23, 2020
4dee25e
vmware_guest_snapshot_info: document that folder is a required parame…
mariolenz Jun 23, 2020
b5ee4e0
vmware_tag_manager: add test for datastore (#239)
goneri Jun 29, 2020
a6e90ad
VMware: add new module vmware_host_iscsi (#224)
sky-joker Jun 29, 2020
48d4206
clean up the 1.0.0 changelog fragments (#265)
goneri Jun 29, 2020
84a65b2
vmware_vm_inventory: Handle CustomFieldManger in ESXi (#270)
Akasurde Jul 2, 2020
330628f
VMware: New module vmware_host_sriov (#267)
Akasurde Jul 3, 2020
74053f8
VMware: new module vmware_object_rename (Attempt II) (#16)
goneri Jul 3, 2020
bd91aef
Add setup_dvs_portgroup on prepare_vmare_guest
Jul 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,7 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# Antsibull-changelog
changelogs/.plugin-cache.yaml

# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
124 changes: 124 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
==============================
community.vmware Release Notes
==============================

.. contents:: Topics


v1.0.0
======

Minor Changes
-------------

- A `vmware` module_defaults group has been added to simplify parameters for multiple VMware tasks. This group includes all VMware modules.
- Add a flag 'force_upgrade' to force VMware tools upgrade installation (https://github.com/ansible-collections/vmware/issues/75).
- Add powerstates to match vmware_guest_powerstate module with vmware_guest (https://github.com/ansible/ansible/issues/55653).
- Added a timeout parameter `wait_for_ip_address_timeout` for `wait_for_ip_address` for longer-running tasks in vmware_guest.
- Added missing backing_disk_mode information about disk which was removed by mistake in vmware_guest_disk_info.
- Correct datatype for state in vmware_host_lockdown module.
- Correct example from doc of `vmware_local_role_info.py` to match the change of returned structure.
- Correct example from doc of `vmware_local_role_info.py` to match the change of returned structure.
- Handle exceptions raised in connect_to_vsphere_client API.
- Minor typo fixes in vmware_httpapi related modules and module_utils.
- Removed ANSIBLE_METADATA from all the modules.
- Return additional information about hosts inside the cluster using vmware_cluster_info.
- Update Module examples with FQCN.
- Update README.md for installing any third party required Python libraries using pip (https://github.com/ansible-collections/vmware/issues/154).
- add storage_provisioning type into vmware_content_deploy_ovf_template.
- add vmware_content_deploy_ovf_template module for creating VMs from OVF templates
- new code module for new feature for operations of VCenter infra profile config.
- vmware.py - Only add configured network interfaces to facts.
- vmware_cluster_drs - Implemented DRS advanced settings (https://github.com/ansible/ansible/issues/66217)
- vmware_cluster_ha - Implemented HA advanced settings (https://github.com/ansible/ansible/issues/61421)
- vmware_cluster_ha - Remove a wrong parameter from an example in the documentation.
- vmware_content_deploy_template - added new field "content_library" to search template inside the specified content library.
- vmware_datastore_cluster - Added basic SDRS configuration (https://github.com/ansible/ansible/issues/65154).
- vmware_datastore_info - added ``properties`` and ``schema`` options.
- vmware_datastore_maintenancemode now returns datastore_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_dvs_portgroup_info - Include the value of the Portgroup ``key`` in the result
- vmware_dvswitch now returns the UUID of the switch
- vmware_dvswitch_info also returns the switch UUID
- vmware_export_ovf - increase default timeout to 30s
- vmware_export_ovf - timeout value is actually in seconds, not minutes
- vmware_guest - Don't search for VMDK if filename is defined.
- vmware_guest - Extracts repeated code from configure_vapp_properties() to set_vapp_properties() in vmware_guest.py.
- vmware_guest - add support VM creation and reconfiguration with multiple types of disk controllers and disks
- vmware_guest - add support for create and reconfigure CDROMs attaching to SATA (https://github.com/ansible/ansible/issues/42995)
- vmware_guest - add support hardware version 17 for vSphere 7.0
- vmware_guest_custom_attributes does not require VM name (https://github.com/ansible/ansible/issues/63222).
- vmware_guest_disk - Add `destroy` option which allows to remove a disk without deleting the VMDK file.
- vmware_guest_disk - Add `filename` option which allows to create a disk from an existing VMDK.
- vmware_guest_disk - add support for setting the sharing/multi-writer mode of virtual disks (https://github.com/ansible-collections/vmware/issues/212)
- vmware_guest_network - network adapters can be configured without lists
- vmware_guest_network - network_info returns a list of dictionaries for ease of use
- vmware_guest_network - put deprecation warning for the networks parameter
- vmware_guest_tools_wait now exposes a ``timeout`` parameter that allow the user to adjust the timeout (second).
- vmware_host_active_directory - Fail when there are unrecoverable problems with AD membership instead of reporting a change that doesn't take place (https://github.com/ansible-collections/vmware/issues/59).
- vmware_host_dns - New module replacing vmware_dns_config with increased functionality.
- vmware_host_dns can now set the following empty values, ``domain``, ``search_domains`` and ``dns_servers``.
- vmware_host_facts - added ``properties`` and ``schema`` options.
- vmware_host_firewall_manager - ``allowed_hosts`` excpects a dict as parameter, list is deprecated
- vmware_host_kernel_manager now returns host_kernel_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_host_logbundle - new code module for a new feature for ESXi support log bundle download operation
- vmware_host_logbundle_info - new code module for a new feature for getting manifests for ESXi support log bundle
- vmware_host_ntp now returns host_ntp_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_host_service_manager now returns host_service_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_rest_client - Added a new definition get_library_item_from_content_library_name.
- vmware_tag now returns tag_status instead of Ansible internal key results (https://github.com/ansible/ansible/issues/62083).
- vmware_vm_inventory inventory plugin, raise more descriptive error when all template strings in ``hostnames`` fail.

Deprecated Features
-------------------

- vmware_dns_config - Deprecate in favour of new module vmware_host_dns.

Removed Features (previously deprecated)
----------------------------------------

- vmware_guest_find - Removed deprecated ``datacenter`` option
- vmware_vmkernel - Removed deprecated ``ip_address`` option; use sub-option ip_address in the network option instead
- vmware_vmkernel - Removed deprecated ``subnet_mask`` option; use sub-option subnet_mask in the network option instead

Bugfixes
--------

- Added 'compose' and 'groups' feature in vmware_vm_inventory plugin.
- Added keyed_groups feature in vmware_vm_inventory plugin.
- Added support to vmware_tag_manager module for specifying tag and category as dict if any of the name contains colon (https://github.com/ansible/ansible/issues/65765).
- Check for virtualNicManager in Esxi host system before accessing properties in vmware_vmkernel_info (https://github.com/ansible/ansible/issues/62772).
- Fixed typo in vmware_guest_powerstate module (https://github.com/ansible/ansible/issues/65161).
- Handle Base64 Binary while JSON serialization in vmware_vm_inventory.
- Handle NoneType error when accessing service system info in vmware_host_service_info module (https://github.com/ansible/ansible/issues/67615).
- Handle list items in vSphere schema while handling facts using to_json API (https://github.com/ansible-collections/vmware/issues/33).
- Handle multiple tags name with different category id in vmware_tag module (https://github.com/ansible/ansible/issues/66340).
- Handle slashes in VMware network name (https://github.com/ansible/ansible/issues/64399).
- In inventory plugin, serialize properties user specifies which are objects as dicts (https://github.com/ansible-collections/vmware/pull/58).
- In vmware_guest_network module use appropriate network while creating or reconfiguring (https://github.com/ansible/ansible/issues/65968).
- Made vmnics attributes optional when creating DVS as they are optional on the API and GUI as well.
- VMware Guest Inventory plugin enhancements and features.
- VMware guest inventory plugin support for filters.
- Vmware Fix for Create overwrites a VM of same name even when the folder is different(https://github.com/ansible/ansible/issues/43161)
- `vmware_content_deploy_template`'s `cluster` argument no longer fails with an error message about resource pools.
- return correct datastore cluster placement recommendations during when adding disk using the vmware_guest_disk module
- vmware - Ensure we can use the modules with Python < 2.7.9 or RHEL/CentOS < 7.4, this as soon as ``validate_certs`` is disabled.
- vmware_category - fix associable datatypes (https://github.com/ansible-collections/vmware/issues/197).
- vmware_content_deploy_template - Added param content_library to the main function
- vmware_deploy_ovf - Fixed ova deploy error occur if vm exists
- vmware_dvs_portgroup - Implemented configuration changes on an existing Distributed vSwitch portgroup.
- vmware_dvs_portgroup_find - Cast variable to integer for comparison.
- vmware_guest - Add ability to upgrade the guest hardware version to latest fix issue (https://github.com/ansible/ansible/issues/56273).
- vmware_guest - Allow '-' (Dash) special char in windows DNS name.
- vmware_guest - Exclude dvswitch_name from triggering guest os customization.
- vmware_guest - Updated reference link to vapp_properties property
- vmware_host_capability_facts - Fixed vSphere API legacy version errors occur in pyvmomi 7.0 and later
- vmware_host_capability_info - Fixed vSphere API legacy version errors occur in pyvmomi 7.0 and later
- vmware_host_facts - handle facts when ESXi hostsystem is poweredoff (https://github.com/ansible-collections/vmware/issues/183).
- vmware_host_firewall_manager - Ensure we can set rule with no ``allowed_hosts`` key (https://github.com/ansible/ansible/issues/61332)
- vmware_host_firewall_manager - Fixed creating IP specific firewall rules with Python 2 (https://github.com/ansible/ansible/issues/67303)
- vmware_host_vmhba_info - fixed node_wwn and port_wwn for FC HBA to hexadecimal format(https://github.com/ansible/ansible/issues/63045).
- vmware_vcenter_settings - Fixed when runtime_settings parameters not defined occur error(https://github.com/ansible/ansible/issues/66713)
- vmware_vcenter_statistics - Fix some corner cases like increasing some interval and decreasing another at the same time.
- vmware_vm_inventory inventory plugin, use the port value while connecting to vCenter (https://github.com/ansible/ansible/issues/64096).
- vmware_vmkernel - Remove duplicate checks.
- vmware_vspan_session - Extract repeated code and reduce complexity of function.
Loading