Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ovf:Envelope xmlns="http://schemas.dmtf.org/ovf/envelope/1" xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1" xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData" xmlns:vmw="http://www.vmware.com/schema/ovf" xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <References>
- <File ovf:href="disk1.vmdk" ovf:id="system.vmdk_id" ovf:size="4294967296" />
- <File ovf:href="disk2.vmdk" ovf:id="data.vmdk_id" ovf:size="17179869184" />
- </References>
- <NetworkSection>
- <Info>List of logical networks used in the package</Info>
- <Network ovf:name="VM Network">
- <Description>VM Network</Description>
- </Network>
- </NetworkSection>
- <vmw:IpAssignmentSection ovf:required="false" vmw:protocols="IPv4" vmw:schemes="">
- <Info>Supported IP assignment schemes</Info>
- </vmw:IpAssignmentSection>
- <DiskSection>
- <Info>List of the virtual disks and partitions needed</Info>
- <Disk ovf:capacity="20" ovf:capacityAllocationUnits="byte * 2^30" ovf:diskId="system" ovf:fileRef="system.vmdk_id" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:populatedSize="4294967296" />
- <Disk ovf:capacity="20" ovf:capacityAllocationUnits="byte * 2^30" ovf:diskId="data" ovf:fileRef="data.vmdk_id" ovf:format="http://www.vmware.com/interfaces/specifications/vmdk.html#streamOptimized" ovf:populatedSize="17179869184" />
- </DiskSection>
- <VirtualSystem ovf:id="pks">
- <Info>A virtual machine</Info>
- <EulaSection>
- <Info>End User License Agreement</Info>
- <License ovf:msgid="license_0"> VMWARE END USER LICENSE AGREEMENT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement