Skip to content

Commit 7f3d346

Browse files
authored
Merge pull request #73 from apinnick/main
Small updates
2 parents 60f1f7b + f6d83c8 commit 7f3d346

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
## Contributing to Forklift documentation
1010

assets/img/logo_location.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/konveyor/community/tree/main/brand/logo

documentation/doc-Migration_Toolkit_for_Virtualization/modules/adding-source-provider.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="adding-source-provider_{context}"]
66
= Adding a source provider
77

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

1010
.Prerequisites
1111

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

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

3838
. Click *Add* to add and save the provider.
3939
+

0 commit comments

Comments
 (0)