Skip to content

Commit

Permalink
Merge pull request #73 from apinnick/main
Browse files Browse the repository at this point in the history
Small updates
  • Loading branch information
apinnick authored Mar 4, 2021
2 parents 60f1f7b + f6d83c8 commit 7f3d346
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Forklift is an upstream project for migrating VMware virtual machines to KubeVirt.

The downstream project is the Migration Toolkit for Virtualization.
The downstream project is the [Migration Toolkit for Virtualization](https://access.redhat.com/documentation/en-us/migration_toolkit_for_virtualization).

## Contributing to Forklift documentation

Expand Down
1 change: 1 addition & 0 deletions assets/img/logo_location.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/konveyor/community/tree/main/brand/logo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[id="adding-source-provider_{context}"]
= Adding a source provider

You can add a VMware source provider by using the {project-short} web console.
You can add VMware as a source provider by using the {project-short} web console.

.Prerequisites

Expand All @@ -18,22 +18,22 @@ You can add a VMware source provider by using the {project-short} web console.
. Select *VMware* from the *Type* list.
. Fill in the following fields:

* *Name*: vCenter name to display in the list of providers
* *Hostname or IP address*: vCenter host name or IP address
* *Username*: vCenter admin user name, for example, `[email protected]`
* *Password*: vCenter password
* *Certificate SHA1 Fingerprint*: vCenter server SSL SHA 1 fingerprint
* *Name*: Name to display in the list of providers
* *Hostname or IP address*: ESXi host name or IP address
* *Username*: ESXi admin user name, for example, `[email protected]`
* *Password*: ESXi admin password
* *Certificate SHA1 Fingerprint*: ESXi SHA-1 fingerprint
+
To obtain the vCenter server SSL fingerprint, enter the following command:
To obtain the ESXi SHA-1 fingerprint, enter the following command:
+
[source,terminal]
----
$ openssl s_client \
-connect <vcenter.example.com>:443 < /dev/null 2>/dev/null \ <1>
-connect <www.example.com>:443 < /dev/null 2>/dev/null \ <1>
| openssl x509 -fingerprint -noout -in /dev/stdin \
| cut -d '=' -f 2
----
<1> Specify the vCenter server host name.
<1> Specify the ESXi host name.

. Click *Add* to add and save the provider.
+
Expand Down

0 comments on commit 7f3d346

Please sign in to comment.