vmware: Add libvirt XML for these guests.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 30 Apr 2015 12:07:29 +0000 (13:07 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 30 Apr 2015 12:07:29 +0000 (13:07 +0100)
Because these guests were exported as OVA, we import them using
'virt-v2v -i ova' which never uses the libvirt XML.  However it's
included here because it can be of interest when testing / debugging
the -i libvirt driver.

vmware-rhel/rhel_511_x86_64_no_tools.libvirt-xml [new file with mode: 0644]
vmware-rhel/rhel_66_x86_64_no_tools.libvirt-xml [new file with mode: 0644]
vmware-rhel/rhel_71_x86_64_no_tools.libvirt-xml [new file with mode: 0644]
vmware-uefi/rhel_71_x86_64_uefi.libvirt-xml [new file with mode: 0644]
vmware-uefi/win_2012r2_x86_64_uefi.libvirt-xml [new file with mode: 0644]
vmware-win/win_2003r2_x86_64_no_tools.libvirt-xml [new file with mode: 0644]
vmware-win/win_7_x86_64_no_tools.libvirt-xml [new file with mode: 0644]
vmware-win/win_xpsp3_i386_no_tools.libvirt-xml [new file with mode: 0644]

diff --git a/vmware-rhel/rhel_511_x86_64_no_tools.libvirt-xml b/vmware-rhel/rhel_511_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..68cc705
--- /dev/null
@@ -0,0 +1,37 @@
+<domain type='vmware'>
+  <name>RHEL 5.11 Server</name>
+  <uuid>564d0deb-021e-8ce4-f213-ca6105aba14a</uuid>
+  <memory unit='KiB'>1048576</memory>
+  <currentMemory unit='KiB'>1048576</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] RHEL 5.11 Server/RHEL 5.11 Server.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/RHEL-5.11-boot.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsilogic'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:50:56:9b:7e:ec'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-rhel/rhel_66_x86_64_no_tools.libvirt-xml b/vmware-rhel/rhel_66_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..99a610d
--- /dev/null
@@ -0,0 +1,37 @@
+<domain type='vmware'>
+  <name>RHEL 6.6 Server</name>
+  <uuid>564da251-1c30-59c7-81d4-8a111edff27d</uuid>
+  <memory unit='KiB'>2097152</memory>
+  <currentMemory unit='KiB'>2097152</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] RHEL 6.6 Server/RHEL 6.6 Server.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/RHEL-6.6-20140926.0-Server-x86_64-boot.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='vmpvscsi'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:50:56:9b:b7:cc'/>
+      <source bridge='VM Network'/>
+      <model type='vmxnet3'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-rhel/rhel_71_x86_64_no_tools.libvirt-xml b/vmware-rhel/rhel_71_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..b31c033
--- /dev/null
@@ -0,0 +1,37 @@
+<domain type='vmware'>
+  <name>RHEL 7.1 Server</name>
+  <uuid>564d1d8f-3203-cc59-5409-30e36265f096</uuid>
+  <memory unit='KiB'>2097152</memory>
+  <currentMemory unit='KiB'>2097152</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] RHEL 7.1 Server/RHEL 7.1 Server.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/RHEL-7.1-20150219.1-Server-x86_64-boot.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='vmpvscsi'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:50:56:9b:c0:22'/>
+      <source bridge='VM Network'/>
+      <model type='vmxnet3'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-uefi/rhel_71_x86_64_uefi.libvirt-xml b/vmware-uefi/rhel_71_x86_64_uefi.libvirt-xml
new file mode 100644 (file)
index 0000000..8b3d904
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>RHEL 7.1 UEFI</name>
+  <uuid>564d9989-a721-910d-cc28-e2dbd54b2b8c</uuid>
+  <memory unit='KiB'>2097152</memory>
+  <currentMemory unit='KiB'>2097152</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] RHEL 7.1 UEFI/RHEL 7.1 UEFI.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/RHEL-7.1-20150219.1-Server-x86_64-boot.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='vmpvscsi'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:4b:2b:8c'/>
+      <source bridge='VM Network'/>
+      <model type='vmxnet3'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-uefi/win_2012r2_x86_64_uefi.libvirt-xml b/vmware-uefi/win_2012r2_x86_64_uefi.libvirt-xml
new file mode 100644 (file)
index 0000000..e7a088f
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 2012 R2 UEFI</name>
+  <uuid>564dd5cb-c8e9-3f24-d982-604f63c51478</uuid>
+  <memory unit='KiB'>4194304</memory>
+  <currentMemory unit='KiB'>4194304</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] Windows 2012 R2 UEFI/Windows 2012 R2 UEFI.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/en_windows_server_2012_r2_with_update_x64_dvd_6052708.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsisas1068'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:c5:14:78'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-win/win_2003r2_x86_64_no_tools.libvirt-xml b/vmware-win/win_2003r2_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..812f6a7
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 2003r2 x64</name>
+  <uuid>564d42d6-817c-fa3e-dd4b-74c9de880c73</uuid>
+  <memory unit='KiB'>1048576</memory>
+  <currentMemory unit='KiB'>1048576</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] Windows 2003r2 x64/Windows 2003r2 x64.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/en_win_srv_2003_r2_enterprise_x64_with_sp2_cd1_X13-06188.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsilogic'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:88:0c:73'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-win/win_7_x86_64_no_tools.libvirt-xml b/vmware-win/win_7_x86_64_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..09f7993
--- /dev/null
@@ -0,0 +1,40 @@
+<domain type='vmware'>
+  <name>Windows 7 x64</name>
+  <uuid>564d6fca-63a5-a83e-13ec-73891d948923</uuid>
+  <memory unit='KiB'>2097152</memory>
+  <currentMemory unit='KiB'>2097152</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='x86_64'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] Windows 7 x64/Windows 7 x64.vmdk'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/en_windows_7_ultimate_with_sp1_x64_dvd_u_677332.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='scsi' index='0' model='lsisas1068'/>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:94:89:23'/>
+      <source bridge='VM Network'/>
+      <model type='e1000'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='8192'/>
+    </video>
+  </devices>
+</domain>
+
diff --git a/vmware-win/win_xpsp3_i386_no_tools.libvirt-xml b/vmware-win/win_xpsp3_i386_no_tools.libvirt-xml
new file mode 100644 (file)
index 0000000..695a2b7
--- /dev/null
@@ -0,0 +1,38 @@
+<domain type='vmware'>
+  <name>Windows XP SP3 x86</name>
+  <uuid>564d4be5-8836-0a56-fb15-04473e051eff</uuid>
+  <memory unit='KiB'>262144</memory>
+  <currentMemory unit='KiB'>262144</currentMemory>
+  <vcpu placement='static'>1</vcpu>
+  <cputune>
+    <shares>1000</shares>
+  </cputune>
+  <os>
+    <type arch='i686'>hvm</type>
+  </os>
+  <clock offset='utc'/>
+  <on_poweroff>destroy</on_poweroff>
+  <on_reboot>restart</on_reboot>
+  <on_crash>destroy</on_crash>
+  <devices>
+    <disk type='file' device='disk'>
+      <source file='[datastore1] Windows XP SP3 x86/Windows XP SP3 x86.vmdk'/>
+      <target dev='hda' bus='ide'/>
+      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+    </disk>
+    <disk type='file' device='cdrom'>
+      <source file='[datastore1] ISOs/en_windows_xp_professional_with_service_pack_3_x86_cd_x14-80428.iso'/>
+      <target dev='hdc' bus='ide'/>
+      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+    </disk>
+    <controller type='ide' index='0'/>
+    <interface type='bridge'>
+      <mac address='00:0c:29:05:1e:ff'/>
+      <source bridge='VM Network'/>
+    </interface>
+    <video>
+      <model type='vmvga' vram='4096'/>
+    </video>
+  </devices>
+</domain>
+