vmware-gos-Yuhua : what is the corresponding ovf template entry for Connected At Power On? We generate all builds in a chroot, with a templated OVF, so we need to identify the exact stanza. What we have now is:
Generally speaking, is there a place to look up all the possible values? I keep going to https://www.dmtf.org/sites/default/files/standards/documents/DSP0243_2.1.1.pdf but that doesn't include a full list of the things that'd full under <vmw: Config> type options, nor what values may be possible (such as vmware.serialport.device). Could you help by pointing to a resource?
vmware-gos-Yuhua : what is the corresponding ovf template entry for Connected At Power On? We generate all builds in a chroot, with a templated OVF, so we need to identify the exact stanza. What we have now is:
https:/ /git.launchpad. net/livecd- rootfs/ tree/live- build/ubuntu- cpc/hooks. d/base/ ovf/ubuntu- ova-v1- vmdk.tmpl# n87
<Item ovf:required= "false" >
<rasd: AutomaticAlloca tion>true< /rasd:Automatic Allocation>
<rasd: ElementName> serial0< /rasd:ElementNa me>
<rasd: InstanceID> 4</rasd: InstanceID>
<rasd: ResourceSubType >vmware. serialport. device< /rasd:ResourceS ubType>
<rasd: ResourceType> 21</rasd: ResourceType> "false" vmw:key= "yieldOnPoll" vmw:value="false" />
<vmw:Config ovf:required=
</Item>
Generally speaking, is there a place to look up all the possible values? I keep going to https:/ /www.dmtf. org/sites/ default/ files/standards /documents/ DSP0243_ 2.1.1.pdf but that doesn't include a full list of the things that'd full under <vmw: Config> type options, nor what values may be possible (such as vmware. serialport. device) . Could you help by pointing to a resource?