hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
93 stars 91 forks source link

Help with OUPath field on AD join #364

Closed shettys-ops closed 5 months ago

shettys-ops commented 5 months ago

Hi Team,

I'm currently working on provisioning using the vsphere_virtual_machine resource with a customized template (created using Packer). With the customize - windows_options option, I'm able to add the newly provisioned VM to the domain, but it lacks the OU Path argument.

Could you please assist me in finding a way to add the machines to the correct OU? Any workarounds would also be appreciated

tenthirtyam commented 5 months ago

Are you cloning the image crated with Packer and then trying to add the new VMs (from the template) to AD using Terraform? If so, this would be related to the Terraform provider, not the Packer plugin.

tenthirtyam commented 5 months ago

hashicorp/terraform-provider-vsphere #2130