Created
September 4, 2014 13:21
-
-
Save willianantunes/574d221ab94dc0296a3a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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