vmware / terraform-provider-vcf

Terraform Provider for VMware Cloud Foundation
https://registry.terraform.io/providers/vmware/vcf/
Mozilla Public License 2.0
23 stars 10 forks source link

feat: Add examples for PAIF automation #168

Closed spacegospod closed 6 months ago

spacegospod commented 6 months ago

Summary of Pull Request

Adding sample configuration files for the Private AI workflow - Supervisor cluster with NSX networking and a custom ESXi image with vGPU drivers.

Type of Pull Request

Related to Existing Issues

Issue Number: N/A

Test and Documentation Coverage

For bug fixes or features:

Breaking Changes?

tenthirtyam commented 6 months ago

Would it be better to make these modules?

spacegospod commented 6 months ago

Would it be better to make these modules?

It might just be. I'm not sure if I can publish a module from the provider's repository though. I will see what I can do, worst case scenario - I will have to create another repo under /vmware

spacegospod commented 6 months ago

@tenthirtyam I'm not giving up on the modules idea. I just want to have both the examples AND the modules.

I even went ahead and uploaded a module for edge clusters. It supports a variable number of edge nodes, uplinks, bgp peers all the good stuff.