nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
101 stars 112 forks source link

GPU assignation feature #301

Open tuxtof opened 3 years ago

tuxtof commented 3 years ago

Is your feature request related to a problem? Please describe. some VM need to be able to consume GPU accelerator present on the nutanix platform

Describe the solution you'd like we need to be able to create a VM with a GPU passthrough or a vGPU we need to be able to add a GPU passthrough or a vGPU to an existing VM we need to be able to remove a GPU passthrough or a vGPU from an existing VM

premkarat commented 2 years ago

@tuxtof can you check if this works as the create spec for VM has support for the gpu_list.

tuxtof commented 2 years ago

work , but not as expected

the ressource wait a device_id but nobody know it

customer want to specify card name as they do in prism

we need also enforce mandatory attribute like the mode (who is optional for the moment) for the vendor attribute if there is a way to remove it , it will be great

premkarat commented 2 years ago

@siddharth-nutanix lets review our GPU support and see when we can fix this.