-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #587 from anarnold97/MTV-providers-fix
MTV-1680: providers fix
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,19 +82,23 @@ ifdef::vmware[] | |
. Click *vSphere*. | ||
. Specify the following fields: | ||
|
||
*Provider Details* | ||
+ | ||
*Provider details* | ||
|
||
* *Provider resource name*: Name of the source provider. | ||
* *Endpoint type*: Select the vSphere provider endpoint type. Options: *vCenter* or *ESXi*. You can migrate virtual machines from vCenter, an ESX/ESXi server that is not managed by vCenter, or from an ESX/ESXi server that is managed by vCenter but does not go through vCenter. | ||
* *URL*: URL of the SDK endpoint of the vCenter on which the source VM is mounted. Ensure that the URL includes the `sdk` path, usually `/sdk`. For example, `https://vCenter-host-example.com/sdk`. If a certificate for FQDN is specified, the value of this field needs to match the FQDN in the certificate. | ||
* *VDDK init image*: `VDDKInitImage` path. It is strongly recommended to create a VDDK init image to accelerate migrations. For more information, see xref:../master.adoc#creating-vddk-image_mtv[Creating a VDDK image]. | ||
*Provider details* | ||
+ | ||
*Provider credentials* | ||
|
||
* *Username*: vCenter user or ESXi user. For example, `[email protected]`. | ||
* *Password*: vCenter user password or ESXi user password. | ||
+ | ||
[start=5] | ||
include::snip-certificate-options.adoc[] | ||
|
||
endif::[] | ||
ifdef::rhv[] | ||
. Click *Red Hat Virtualization* | ||
|