Discussion space for vCenter platform administration work.
vCenter Automation Integration Points
Automation works best when vCenter exposes stable contracts. Terraform, Packer, Kubernetes, CSI drivers, and backup tools all depend on vCenter inventory behaving predictably. Terraform Contracts Terraform needs stable references for: datacenters. clusters and resource pools. datastores and datastore clusters. folders. port groups. templates. tags and custom attributes. If these names change casually, infrastructure code becomes fragile. Packer Contracts Packer needs a reliable build path: build network. ISO or content library access. temporary VM folder. template destination. credentials with limited build permissions. cleanup behavior for failed builds. Template promotion should include validation before downstream Terraform consumes the image. ...