ansible-collections / vmware.vmware_rest

Ansible Collection for VMWare (REST modules)
GNU General Public License v3.0
126 stars 56 forks source link

Support for hardware version VMX_21 #480

Open pezz opened 3 months ago

pezz commented 3 months ago
SUMMARY

Currently hardware_version only allows up to VMX_19 and we'd like to create VMs with the latest version.

hardware_version: "VMX_21"

ISSUE TYPE
COMPONENT NAME

hardware_version in vcenter_vm

ADDITIONAL INFORMATION

Not sure any other info is needed here?

Please let me know.

mariolenz commented 3 months ago

This isn't easy. The modules are generated based on the 7.0 U3 API spec. And 7.0 U3 doesn't know about HW version 21.

I've been wanting to provide specs for vSphere 8 for some months, but didn't find the time yet. And even if I do, someone has to re-generate the collection based on them.

Another problem: I think the CI is still based on 7.0 U3, not 8.0 GA / U1 / U3.

edit: Note to myself: #449