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-vsphere-machines.adoc
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,30 +62,29 @@ endif::openshift-origin[]
62
62
.. Click the *VMs and Templates* view.
63
63
.. Right-click the name of your datacenter.
64
64
.. Click *New Folder* -> *New VM and Template Folder*.
65
-
.. In the window that is displayed, enter the folder name. If you did not specify an existing folder in the `install-config.yaml` file, then create a folder with the same name as the infrastructure ID.
65
+
.. In the window that is displayed, enter the folder name. If you did not specify an existing folder in the `install-config.yaml` file, create a folder with the same name as the infrastructure ID.
66
66
67
-
. In the vSphere Client, create a template for the OVA image.
67
+
. In the vSphere Client, create a template for the OVA image and then clone the template as needed.
68
68
+
69
69
[NOTE]
70
70
====
71
-
In the following steps, you use the same template for all of your cluster machines and provide the location for the Ignition config file for that machine type when you provision the VMs.
71
+
In the following steps, you create a template and then clone the template for all of your cluster machines. You then provide the location for the Ignition config file for that cloned machine type when you provision the VMs.
72
72
====
73
73
.. From the *Hosts and Clusters* tab, right-click your cluster name and select *Deploy OVF Template*.
74
74
.. On the *Select an OVF* tab, specify the name of the {op-system} OVA file that you downloaded.
75
-
.. On the *Select a name and folder* tab, set a *Virtual machine name*, such as {op-system}. Click the name of your vSphere cluster and select the folder you created in the previous step.
75
+
.. On the *Select a name and folder* tab, set a *Virtual machine name* for your template, such as `Template-{op-system}`. Click the name of your vSphere cluster and select the folder you created in the previous step.
76
76
.. On the *Select a compute resource* tab, click the name of your vSphere cluster.
77
77
.. On the *Select storage* tab, configure the storage options for your VM.
78
78
*** Select *Thin Provision* or *Thick Provision*, based on your storage preferences.
79
79
*** Select the datastore that you specified in your `install-config.yaml` file.
80
80
.. On the *Select network* tab, specify the network that you configured for the cluster, if available.
81
-
.. If you plan to use the same template for all cluster machine types, do not specify values on the *Customize template* tab.
81
+
.. When creating the OVF template, do not specify values on the *Customize template* tab or configure the template any further.
82
82
+
83
83
[IMPORTANT]
84
84
====
85
-
If you plan to add more compute machines to your cluster after you finish
86
-
installation, do not delete this template.
85
+
Do not start the original VM template. The VM template must remain off and must be cloned for new {op-system} machines. Starting the VM template configures the VM template as a VM on the platform, which prevents it from being used as a template that machine sets can apply configurations to.
86
+
//This admonition note also appears in `modules/installation-vsphere-machines.adoc` and `modules/windows-machineset-vsphere.adoc`.
87
87
====
88
-
89
88
. After the template deploys, deploy a VM for a machine in the cluster.
90
89
.. Right-click the template name and click *Clone* -> *Clone to Virtual Machine*.
91
90
.. On the *Select a name and folder* tab, specify a name for the VM. You might include the machine type in the name, such as `control-plane-0` or `compute-1`.
<4> Specify the vSphere VM network to deploy the machine set to.
78
-
<5> Specify the vSphere VM template to use, such as `user-5ddjd-rhcos`.
78
+
<5> Specify the vSphere VM clone of the template to use, such as `user-5ddjd-rhcos`.
79
+
+
80
+
[IMPORTANT]
81
+
====
82
+
Do not specify the original VM template. The VM template must remain off and must be cloned for new {op-system} machines. Starting the VM template configures the VM template as a VM on the platform, which prevents it from being used as a template that machine sets can apply configurations to.
83
+
//This admonition note also appears in `modules/installation-vsphere-machines.adoc` and `modules/windows-machineset-vsphere.adoc`.
84
+
====
85
+
+
79
86
<6> Specify the vCenter Datacenter to deploy the machine set on.
80
87
<7> Specify the vCenter Datastore to deploy the machine set on.
81
88
<8> Specify the path to the vSphere VM folder in vCenter, such as `/dc1/vm/user-inst-5ddjd`.
<4> Configure the Windows node as a compute machine.
70
70
<5> Specify the vSphere VM network to deploy the machine set to.
71
71
<6> Specify the full path of the Windows vSphere VM template to use, such as `/Datacenter/vm/ocp4-llplx/windows-golden-image`. The name must be unique.
72
+
+
73
+
[IMPORTANT]
74
+
====
75
+
Do not specify the original VM template. The VM template must remain off and must be cloned for new {op-system} machines. Starting the VM template configures the VM template as a VM on the platform, which prevents it from being used as a template that machine sets can apply configurations to.
76
+
//This admonition note also appears in `modules/installation-vsphere-machines.adoc`.
77
+
====
78
+
+
72
79
<7> The `windows-user-data` is created by the WMCO when the first Windows machine is configured. After that, the `windows-user-data` is available for all subsequent machine sets to consume.
73
80
<8> Specify the vCenter Datacenter to deploy the machine set on.
74
81
<9> Specify the vCenter Datastore to deploy the machine set on.
0 commit comments