1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

VDDK version matches VMware version

This commit is contained in:
Avital Pinnick
2020-08-26 11:41:06 +03:00
committed by openshift-cherrypick-robot
parent 0816985f2b
commit b0dc07476a
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ $ mkdir /tmp/<dir_name> && cd /tmp/<dir_name>
. In a browser, navigate to link:https://code.vmware.com/home[VMware code] and click *SDKs*.
. Under *Compute Virtualization*, click *Virtual Disk Development Kit (VDDK)*.
. Select the latest VDDK release, click *Download*, and then save the VDDK archive in the temporary directory.
. Select the VDDK version that corresponds to your VMware vSphere version, for example, VDDK 7.0 for vSphere 7.0, click *Download*, and then save the VDDK archive in the temporary directory.
. Extract the VDDK archive:
+

View File

@@ -5,11 +5,11 @@ include::modules/virt-document-attributes.adoc[]
:virt-importing-vmware-vm:
toc::[]
You can import a single VMware virtual machine or template into your {product-title} cluster.
You can import a single virtual machine or template from VMware vSphere 6.5, 6.7, or 7.0 into {VirtProductName}.
If you import a VMware template, the wizard creates a virtual machine based on the template.
If you import a VMware template, {VirtProductName} creates a virtual machine based on the template.
The import process uses the VMware Virtual Disk Development Kit (VDDK) to copy the VMware virtual disk. You can download the VDDK SDK, build a VDDK image, upload image to your image registry, and add it to the `v2v-vmware` ConfigMap.
The import process uses the VMware Virtual Disk Development Kit (VDDK) to copy the VMware virtual disk. You must download the VDDK SDK, build a VDDK image, upload image to your image registry, and add it to the `v2v-vmware` ConfigMap.
include::modules/virt-importing-vm-prerequisites.adoc[leveloffset=+1]