Skip to content

Commit 483ee9c

Browse files
authored
Merge pull request #61358 from dfitzmau/OSDOCS-4561
OSDOCS-4561: Removed Latency Sensitivity references from vSphere UPI …
2 parents b955a50 + ae2e9cd commit 483ee9c

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

modules/installation-vsphere-machines.adoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -130,22 +130,30 @@ It is recommended that you update the hardware version of the VM template to ver
130130
131131
. After the template deploys, deploy a VM for a machine in the cluster.
132132
.. Right-click the template name and click *Clone* -> *Clone to Virtual Machine*.
133+
133134
.. 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`.
134135
+
135136
[NOTE]
136137
====
137138
Ensure that all virtual machine names across a vSphere installation are unique.
138139
====
139140
.. On the *Select a name and folder* tab, select the name of the folder that you created for the cluster.
141+
140142
.. On the *Select a compute resource* tab, select the name of a host in your datacenter.
141143
+
142-
.. Optional: On the *Select storage* tab, customize the storage options.
143144
.. On the *Select clone options*, select
144145
*Customize this virtual machine's hardware*.
145-
.. On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
146-
*** Optional: Override default DHCP networking in vSphere. To enable static IP networking:
146+
147+
.. Optional: On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
148+
+
149+
[IMPORTANT]
150+
====
151+
The following configuration suggestions are for example purposes only. As a cluster administrator, you must configure resources according to the resource demands placed on your cluster. To best manage cluster resources, consider creating a resource pool from the cluster's root resource pool.
152+
====
153+
+
154+
*** Override default DHCP networking in vSphere. To enable static IP networking:
147155
+
148-
... Set your static IP configuration:
156+
**** Set your static IP configuration:
149157
+
150158
[source,terminal]
151159
----
@@ -157,26 +165,18 @@ $ export IPCFG="ip=<ip>::<gateway>:<netmask>:<hostname>:<iface>:none nameserver=
157165
----
158166
$ export IPCFG="ip=192.168.100.101::192.168.100.254:255.255.255.0:::none nameserver=8.8.8.8"
159167
----
160-
161-
... Set the `guestinfo.afterburn.initrd.network-kargs` property before booting a VM from an OVA in vSphere:
162-
+
163-
[source,terminal]
164-
----
165-
$ govc vm.change -vm "<vm_name>" -e "guestinfo.afterburn.initrd.network-kargs=${IPCFG}"
166-
----
167168
+
168-
*** Optional: In the event of cluster performance issues, from the *Latency Sensitivity* list, select *High*. Ensure that your VM's CPU and memory reservation have the following values:
169-
**** Memory reservation value must be equal to its configured memory size.
170-
**** CPU reservation value must be at least the number of low latency virtual CPUs multiplied by the measured physical CPU speed.
171-
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, search the list of available parameters for steal clock accounting (`stealclock.enable`). If it is available, set its value to `TRUE`. Enabling steal clock accounting can help with troubleshooting cluster issues.
169+
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, search the list of available parameters for steal clock accounting (`stealclock.enable`). Set the parameter to the value of `TRUE`. Enabling steal clock accounting can help with troubleshooting cluster issues.
172170
*** Click *Add Configuration Params*. Define the following parameter names and values:
173-
**** `guestinfo.ignition.config.data`: Locate the base-64 encoded files that you created previously in this procedure, and paste the contents of the base64-encoded Ignition config file for this machine type.
174-
**** `guestinfo.ignition.config.data.encoding`: Specify `base64`.
175171
**** `disk.EnableUUID`: Specify `TRUE`.
176172
**** `stealclock.enable`: If this parameter was not defined, add it and specify `TRUE`.
173+
**** Create a child resource pool from the cluster's root resource pool. Perform resource allocation in this child resource pool.
174+
177175
.. In the *Virtual Hardware* panel of the *Customize hardware* tab, modify the specified values as required. Ensure that the amount of RAM, CPU, and disk storage meets the minimum requirements for the
178176
machine type.
177+
179178
.. Complete the configuration and power on the VM.
179+
180180
.. Check the console output to verify that Ignition ran.
181181
+
182182
.Example command

modules/machine-vsphere-machines.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ Ensure that all virtual machine names across a vSphere installation are unique.
3939
====
4040
.. On the *Select a name and folder* tab, select the name of the folder that you created for the cluster.
4141
.. On the *Select a compute resource* tab, select the name of a host in your datacenter.
42-
.. Optional: On the *Select storage* tab, customize the storage options.
4342
.. On the *Select clone options*, select *Customize this virtual machine's hardware*.
4443
.. On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
45-
*** From the *Latency Sensitivity* list, select *High*.
4644
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, click *Add Configuration Params*. Define the following parameter names and values:
4745
**** `guestinfo.ignition.config.data`: Paste the contents of the base64-encoded compute Ignition config file for this machine type.
4846
**** `guestinfo.ignition.config.data.encoding`: Specify `base64`.

0 commit comments

Comments
 (0)