mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 22:42:10 +01:00
Change default value of dhcp for vmware template to no
When OVA template is not being used, the default dhcp value yes will trigger cloud-init to generate a 00-.network file, which will break network connectivity Intermittently. Please see the details here: https://github.com/coreos/bugs/issues/1802#issuecomment-297847614
This commit is contained in:
parent
174bddc27e
commit
234ae23443
@ -49,7 +49,7 @@
|
|||||||
<Description>MAC for network interface 0</Description>
|
<Description>MAC for network interface 0</Description>
|
||||||
</Property>
|
</Property>
|
||||||
<Property ovf:userConfigurable="true" ovf:type="string"
|
<Property ovf:userConfigurable="true" ovf:type="string"
|
||||||
ovf:key="guestinfo.interface.0.dhcp" ovf:value="yes">
|
ovf:key="guestinfo.interface.0.dhcp" ovf:value="no">
|
||||||
<Label>DHCP support for network interface 0</Label>
|
<Label>DHCP support for network interface 0</Label>
|
||||||
<Description>DHCP support for network interface 0</Description>
|
<Description>DHCP support for network interface 0</Description>
|
||||||
</Property>
|
</Property>
|
||||||
@ -210,4 +210,4 @@
|
|||||||
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
|
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
|
||||||
</VirtualHardwareSection>
|
</VirtualHardwareSection>
|
||||||
</VirtualSystem>
|
</VirtualSystem>
|
||||||
</Envelope>
|
</Envelope>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user