Skip to content

Commit 2ea5037

Browse files
Merge pull request #94164 from SNiemann15/ocpvirt_ibmz_419_changes
[CNV-60564] OCPVIRT Changes for IBM Z
2 parents 4cfcd31 + 75723ce commit 2ea5037

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

modules/virt-configuring-downward-metrics.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ spec:
3535
namespace: openshift-virtualization-os-images
3636
storage:
3737
resources: {}
38-
storageClassName: hostpath-csi-basic
3938
instancetype:
4039
name: u1.medium
41-
preference:
42-
name: fedora
4340
runStrategy: Always
4441
template:
4542
metadata:

modules/virt-configuring-vm-with-node-exporter-service.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Download the `node-exporter` file on to the virtual machine. Then, create a `sys
2020
+
2121
[source,terminal]
2222
----
23-
$ wget https://github.com/prometheus/node_exporter/releases/download/v1.3.1/node_exporter-1.3.1.linux-amd64.tar.gz
23+
$ wget https://github.com/prometheus/node_exporter/releases/download/<version>/node_exporter-<version>.linux-<architecture>.tar.gz
2424
----
2525

2626
. Extract the executable and place it in the `/usr/bin` directory.
2727
+
2828
[source,terminal]
2929
----
30-
$ sudo tar xvf node_exporter-1.3.1.linux-amd64.tar.gz \
30+
$ sudo tar xvf node_exporter-<version>.linux-<architecture>.tar.gz \
3131
--directory /usr/bin --strip 1 "*/node_exporter"
3232
----
3333

modules/virt-creating-vm-instancetype.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ endif::[]
4545
. In the web console, navigate to *Virtualization* -> *Catalog*.
4646
+
4747
The *InstanceTypes* tab opens by default.
48+
+
49+
[NOTE]
50+
====
51+
When configuring a downward-metrics device on an {ibm-z-name} system that uses a VM preference, set the `spec.preference.name` value to `rhel.9.s390x` or another available preference with the format `*.s390x`.
52+
====
4853

4954
. Select either of the following options:
5055
* Select a suitable bootable volume from the list. If the list is truncated, click the *Show all* button to display the entire list.

virt/creating_vm/virt-creating-vms-from-instance-types.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,11 @@ include::modules/virt-inferfromvolume-labels.adoc[leveloffset=+2]
3333

3434
include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
3535

36+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
37+
[role="_additional-resources"]
38+
.Additional resources
39+
40+
* xref:../../virt/monitoring/virt-exposing-downward-metrics.adoc#virt-configuring-downward-metrics_virt-exposing-downward-metrics[Configuring a downward metrics device]
41+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
42+
3643
include::modules/virt-change-vm-instance-type.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)