chef-provisioning-vsphere
chef-provisioning-vsphere copied to clipboard
cores_per_socket option missing
Versions:
- Version of Chef-Provisioning:
- Version of Chef-Provisioning-vSphere: v2.0.10
Platform Details
- Version of vSphere/vCenter: 6.5.0.10000
- Version of ESXi:
Scenario:
When I add num_cpus: 12
to a vm, they show as 12 cpu's in 1 socket. In a Windows machine, only two of the cores appear.
I want to be able to set cores_per_socket: 6
, which will make the vm see 2 sockets with 6 cores each.
I'm also interrested in that feature, for Windows desktop editions num_cpus
isn't enough. Thanks.