Skip to content

Instantly share code, notes, and snippets.

@willianantunes
Created September 4, 2014 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willianantunes/574d221ab94dc0296a3a to your computer and use it in GitHub Desktop.
Save willianantunes/574d221ab94dc0296a3a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Environment
xmlns="http://schemas.dmtf.org/ovf/environment/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:oe="http://schemas.dmtf.org/ovf/environment/1"
xmlns:ve="http://www.vmware.com/schema/ovfenv"
oe:id=""
ve:vCenterId="vm-610">
<PlatformSection>
<Kind>VMware ESXi</Kind>
<Version>5.1.0</Version>
<Vendor>VMware, Inc.</Vendor>
<Locale>en</Locale>
</PlatformSection>
<PropertySection>
<Property oe:key="dns1" oe:value="8.8.8.8"/>
<Property oe:key="dns2" oe:value="8.8.4.4"/>
<Property oe:key="domain" oe:value="yoursite.com"/>
<Property oe:key="gateway" oe:value="10.222.21.254"/>
<Property oe:key="hostname" oe:value="minidlsss"/>
<Property oe:key="ip" oe:value="10.222.21.69"/>
<Property oe:key="netmask" oe:value="24"/>
<Property oe:key="ntp" oe:value="0.br.pool.ntp.org"/>
</PropertySection>
<ve:EthernetAdapterSection>
<ve:Adapter ve:mac="00:50:56:92:35:01" ve:network="VM Network SSC" ve:unitNumber="7"/>
</ve:EthernetAdapterSection>
</Environment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment