https://rancher.com/ logo
Title
a

abundant-camera-87627

12/12/2022, 2:10 PM
How does Rancher's vSphere provider set the vapp properties with type expression? I'm trying to find the underlying method used (govc? is there example code?), because I have need to set similar vapp properties when building our template .ova...
Already found that Rancher implemented its own library to configure
expression
type vapp properties: https://github.com/rancher/machine/blob/master/drivers/vmwarevsphere/utils.go
So I'm feeling less than optimistic that it is functionality in govc
a

agreeable-oil-87482

12/12/2022, 7:50 PM
Which vapp properties do you need to modify? This should be doable. iirc we use govmomi in the node driver