Advertisement
Guest User

pks-v1.7.3-rev.1-f5289d94.ovf

a guest
Jul 18th, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3.   <References>
  4.     <File ovf:href="disk1.vmdk" ovf:id="system.vmdk_id" ovf:size="4294967296" />
  5.     <File ovf:href="disk2.vmdk" ovf:id="data.vmdk_id"   ovf:size="17179869184" />
  6.   </References>
  7.   <NetworkSection>
  8.     <Info>List of logical networks used in the package</Info>
  9.     <Network ovf:name="VM Network">
  10.       <Description>VM Network</Description>
  11.     </Network>
  12.   </NetworkSection>
  13.   <vmw:IpAssignmentSection ovf:required="false" vmw:protocols="IPv4" vmw:schemes="">
  14.     <Info>Supported IP assignment schemes</Info>
  15.   </vmw:IpAssignmentSection>
  16.   <DiskSection>
  17.     <Info>List of the virtual disks and partitions needed</Info>
  18.     <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" />
  19.     <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" />
  20.   </DiskSection>
  21.   <VirtualSystem ovf:id="pks">
  22.     <Info>A virtual machine</Info>
  23.     <EulaSection>
  24.       <Info>End User License Agreement</Info>
  25.       <License ovf:msgid="license_0"> VMWARE END USER LICENSE AGREEMENT
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement