You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a user trying to use Nested ESXi OVA, which includes one hidden property (used for debugging purposes), but it had no value set after deployed. The only way to resolve this right now was to import the OVA into vSphere, change the hidden property to configurable AND then specify that in vAppConfig spec and VM Service was able to power it on.
For basic OVF/OVA, this is not an issue but for more complex ones that leverage hidden properties. other VMware appliances like VCSA also uses hidden properties for various reasons
Please describe the solution you would like.
Right now, any non user configurable properties are ignored. We can consider passing these into vAppConfig.
ref:
Currently, VM operator ignores any vApp properties that are not user
configurable when patching with values specified in the bootstrap
resources (VM metadata ConfigMap/Secret). There are some valid
use-cases where users might want to patch hidden properties defined in
an image. This change fixes this behavior.
Fixesvmware-tanzu#181.
Currently, VM operator ignores any vApp properties that are not user
configurable when patching with values specified in the bootstrap
resources (VM metadata ConfigMap/Secret). There are some valid
use-cases where users might want to patch hidden properties defined in
an image. This change fixes this behavior.
Fixesvmware-tanzu#181.
We have a user trying to use Nested ESXi OVA, which includes one hidden property (used for debugging purposes), but it had no value set after deployed. The only way to resolve this right now was to import the OVA into vSphere, change the hidden property to
configurable
AND then specify that invAppConfig
spec and VM Service was able to power it on.For basic OVF/OVA, this is not an issue but for more complex ones that leverage hidden properties. other VMware appliances like VCSA also uses hidden properties for various reasons
Please describe the solution you would like.
Right now, any non user configurable properties are ignored. We can consider passing these into vAppConfig.
ref:
vm-operator/pkg/vmprovider/providers/vsphere/session/session_util.go
Lines 52 to 55 in 8f2552f
Is there anything else you would like to add?
Please tell us about your environment.
rpm -qa VMware-wcp
on the vCenter appliancerpm -qa VMware-wcpovf
on the vCenter appliancekubectl version
The text was updated successfully, but these errors were encountered: