You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-initializing.adoc
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,14 +417,36 @@ platform:
417
417
----
418
418
endif::osp+restricted[]
419
419
ifdef::vsphere+restricted[]
420
-
. In the `install-config.yaml` file, set the value of `platform.vsphere.clusterOSImage` to the image location or name. For example:
420
+
. Choose one of the following methods to speficy an {op-system} image for your cluster than runs in a {vmw-full} vCenter environment.
421
+
+
422
+
.. The `clusterOSImage` parameter method: In the `install-config.yaml` file, set the value of `platform.vsphere.clusterOSImage` to the image location or name. For example:
... Download the *{op-system-first} - vSphere* image in Open Virtual Appliance (OVA) format to your local system. For more information, see "Creating the RHCOS image for restricted network installations".
434
+
+
435
+
... From the *Hosts and Clusters* tab on the {vmw-short} Client, right-click your cluster name and select *Deploy OVF Template*.
436
+
+
437
+
... On the *Select an OVF* tab, specify the name of the {op-system} OVA file that you downloaded.
438
+
+
439
+
... On the *Select a name and folder* tab, set a *Virtual machine name* for your template, such as `Template-{op-system}`.
440
+
+
441
+
... Click the name of your vSphere cluster and select the folder you created in the previous step.
442
+
+
443
+
... On the *Select a compute resource* tab, click the name of your vSphere cluster.
444
+
+
445
+
... On the *Select storage* tab, configure the storage options for your VM.
446
+
+
447
+
... When creating the OVF template, do not specify values on the *Customize template* tab or configure the template any further.
448
+
+
449
+
... In the `install-config.yaml` file, set the value of `topology.template` to the path where you imported the image to your {vmw-short} vCenter instance.
428
450
endif::vsphere+restricted[]
429
451
ifdef::nutanix+restricted[]
430
452
. In the `install-config.yaml` file, set the value of `platform.nutanix.clusterOSImage` to the image location or name. For example:
= Sample install-config.yaml file for an installer-provisioned VMware vSphere cluster
16
16
17
-
You can customize the `install-config.yaml` file to specify more details about
18
-
your {product-title} cluster's platform or modify the values of the required
19
-
parameters.
17
+
You can customize the `install-config.yaml` file to specify more details about your {product-title} cluster's platform or change the values of the required parameters.
18
+
19
+
ifdef::restricted[]
20
+
[NOTE]
21
+
====
22
+
The sample `install-config.yaml` file shows the `clusterOSImage` parameter to specify the URL for the {op-system-first} image. As an alternative to this configuration, you can use the `topology.template` parameter to point to the path in your vCenter environment that includes an {op-system} image in Open Virtual Appliance (OVA) format.
0 commit comments