Skip to content

Commit a65fda0

Browse files
authored
Merge pull request #56025 from SNiemann15/ocpbugs7600
[OCPBUGS7600] Align IBM Z install documentation
2 parents cd5bb83 + cdf7787 commit a65fda0

6 files changed

+47
-17
lines changed

modules/installation-infrastructure-user-infra.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
ifeval::["{context}" == "installing-ibm-z"]
1919
:ibm-z:
2020
endif::[]
21+
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
22+
:ibm-z:
23+
endif::[]
2124
ifeval::["{context}" == "installing-ibm-z-kvm"]
2225
:ibm-z-kvm:
2326
endif::[]
2427
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
2528
:ibm-z-kvm:
26-
:restricted:
2729
endif::[]
2830

2931
:_content-type: PROCEDURE
@@ -98,10 +100,12 @@ Some load balancing solutions require the DNS name resolution for the cluster no
98100
ifeval::["{context}" == "installing-ibm-z"]
99101
:!ibm-z:
100102
endif::[]
103+
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
104+
:!ibm-z:
105+
endif::[]
101106
ifeval::["{context}" == "installing-ibm-z-kvm"]
102107
:!ibm-z-kvm:
103108
endif::[]
104109
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
105110
:!ibm-z-kvm:
106-
:!restricted:
107111
endif::[]

modules/installation-installing-bare-metal.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
// * installing/installing_vsphere/installing-vsphere.adoc
1111
// * installing/installing_vsphere/installing-vsphere-network-customizations.adoc
1212
// * installing/installing_ibm_z/installing-ibm-z.adoc
13+
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z.adoc
14+
// * installing/installing_ibm_z/installing-ibm-z-kvm.adoc
15+
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z-kvm.adoc
1316

1417
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
1518
:restricted:
1619
endif::[]
20+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
21+
:restricted:
22+
endif::[]
1723
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
1824
:restricted:
1925
endif::[]
@@ -79,6 +85,9 @@ can also remove or reformat the bootstrap machine itself.
7985
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
8086
:!restricted:
8187
endif::[]
88+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
89+
:!restricted:
90+
endif::[]
8291
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
8392
:!restricted:
8493
endif::[]

modules/installation-network-user-infra.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// * installing/installing_ibm_z/installing-ibm-z.adoc
1919
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z.adoc
2020
// * installing/installing_ibm_z/installing-ibm-z-kvm.adoc
21+
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z-kvm.adoc
2122
// * installing/installing_ibm_z/installing-ibm-power.adoc
2223
// * installing/installing_ibm_z/installing-restricted-networks-ibm-power.adoc
2324
// * installing/installing-rhv-restricted-network.adoc
@@ -48,6 +49,10 @@ ifeval::["{context}" == "installing-ibm-z-kvm"]
4849
:ibm-z-kvm:
4950
endif::[]
5051
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
52+
:ibm-z-restricted:
53+
:restricted:
54+
endif::[]
55+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
5156
:restricted:
5257
endif::[]
5358
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]
@@ -293,9 +298,9 @@ ifndef::azure,gcp[]
293298

294299
{product-title} clusters are configured to use a public Network Time Protocol (NTP) server by default. If you want to use a local enterprise NTP server, or if your cluster is being deployed in a disconnected network, you can configure the cluster to use a specific time server. For more information, see the documentation for _Configuring chrony time service_.
295300

296-
ifndef::ibm-z[]
301+
ifndef::ibm-z,ibm-z-restricted[]
297302
If a DHCP server provides NTP server information, the chrony time service on the {op-system-first} machines read the information and can sync the clock with the NTP servers.
298-
endif::ibm-z[]
303+
endif::ibm-z,ibm-z-restricted[]
299304
endif::azure,gcp[]
300305

301306
ifeval::["{context}" == "installing-vmc-user-infra"]
@@ -314,6 +319,10 @@ ifeval::["{context}" == "installing-ibm-z-kvm"]
314319
:!ibm-z-kvm:
315320
endif::[]
316321
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
322+
:!ibm-z-restricted:
323+
:!restricted:
324+
endif::[]
325+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
317326
:!restricted:
318327
endif::[]
319328
ifeval::["{context}" == "installing-restricted-networks-ibm-power"]

modules/installation-requirements-user-infra-ibm-z-kvm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Each cluster virtual machine must meet the following minimum requirements:
151151
=== Hardware requirements
152152

153153
* Three LPARS that each have the equivalent of six IFLs, which are SMT2 enabled, for each cluster.
154-
* Two network connections to connect to both connect to the `LoadBalancer` service and to serve data for traffic outside the cluster.
154+
* Two network connections to both connect to the `LoadBalancer` service and to serve data for traffic outside the cluster.
155155

156156
[discrete]
157157
=== Operating system requirements

modules/preferred-ibm-z-system-requirements.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55

66
:_content-type: CONCEPT
77
[id="preferred-ibm-z-system-requirements_{context}"]
8-
= Preferred IBM Z system environment
8+
= Preferred {ibmzProductName} system environment
99

1010
[discrete]
1111
== Hardware requirements
1212

13-
* 3 LPARS that each have the equivalent of 6 IFLs, which are SMT2 enabled, for each cluster.
14-
* Two network connections to connect to both connect to the `LoadBalancer` service and to serve data for traffic outside the cluster.
13+
* Three LPARS that each have the equivalent of six IFLs, which are SMT2 enabled, for each cluster.
14+
* Two network connections to both connect to the `LoadBalancer` service and to serve data for traffic outside the cluster.
1515
* HiperSockets, which are attached to a node either directly as a device or by bridging with one z/VM VSWITCH to be transparent to the z/VM guest. To directly connect HiperSockets to a node, you must set up a gateway to the external network via a {op-system-base} 8 guest to bridge to the HiperSockets network.
1616

1717
[discrete]
1818
== Operating system requirements
1919

20-
* 2 or 3 instances of z/VM 7.1 or later for high availability
20+
* Two or three instances of z/VM 7.1 or later for high availability
2121

2222
On your z/VM instances, set up:
2323

24-
* 3 guest virtual machines for {product-title} control plane machines, one per z/VM instance.
25-
* At least 6 guest virtual machines for {product-title} compute machines, distributed across the z/VM instances.
26-
* 1 guest virtual machine for the temporary {product-title} bootstrap machine.
24+
* Three guest virtual machines for {product-title} control plane machines, one per z/VM instance.
25+
* At least six guest virtual machines for {product-title} compute machines, distributed across the z/VM instances.
26+
* One guest virtual machine for the temporary {product-title} bootstrap machine.
2727
* To ensure the availability of integral components in an overcommitted environment, increase the priority of the control plane by using the CP command `SET SHARE`. Do the same for infrastructure nodes, if they exist. See link:https://www.ibm.com/docs/en/zvm/7.1?topic=commands-set-share[SET SHARE] in IBM Documentation.
2828

2929
[discrete]
30-
== IBM Z network connectivity requirements
30+
== {ibmzProductName} network connectivity requirements
3131

32-
To install on IBM Z under z/VM, you require a single z/VM virtual NIC in layer 2 mode. You also need:
32+
To install on {ibmzProductName} under z/VM, you require a single z/VM virtual NIC in layer 2 mode. You also need:
3333

3434
* A direct-attached OSA or RoCE network adapter
3535
* A z/VM VSwitch set up. For a preferred setup, use OSA link aggregation.

modules/ssh-agent-using.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
// * installing/installing_vsphere/installing-vsphere-installer-provisioned-network-customizations.adoc
5353
// * installing/installing_vsphere/installing-restricted-networks-installer-provisioned-vsphere.adoc
5454
// * installing/installing_ibm_z/installing-ibm-z.adoc
55+
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z.adoc
5556
// * installing/installing_ibm_z/installing-ibm-z-kvm.adoc
57+
// * installing/installing_ibm_z/installing-restricted-networks-ibm-z-kvm.adoc
5658
// * installing/installing_ibm_z/installing-ibm-power.adoc
5759
// * installing/installing-rhv-restricted-network.adoc
5860
// * installing/installing_nutanix/installing-nutanix-installer-provisioned.adoc
@@ -117,11 +119,14 @@ ifeval::["{context}" == "installing-ibm-z"]
117119
:ibm-z:
118120
endif::[]
119121
ifeval::["{context}" == "installing-ibm-z-kvm"]
120-
:ibm-z-kvm:
122+
:ibm-z:
121123
endif::[]
122124
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
123125
:ibm-z:
124126
endif::[]
127+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
128+
:ibm-z:
129+
endif::[]
125130
ifeval::["{context}" == "installing-rhv-default"]
126131
:rhv:
127132
endif::[]
@@ -147,7 +152,7 @@ If you want to SSH in to your cluster nodes to perform installation debugging or
147152
Do not skip this procedure in production environments, where disaster recovery and debugging is required.
148153
====
149154

150-
ifndef::osp,ibm-z,ibm-z-kvm,rhv[]
155+
ifndef::osp,ibm-z,rhv[]
151156
[NOTE]
152157
====
153158
You must use a local key, not one that you configured with platform-specific
@@ -297,14 +302,17 @@ ifeval::["{context}" == "installing-ibm-z"]
297302
:!ibm-z:
298303
endif::[]
299304
ifeval::["{context}" == "installing-ibm-z-kvm"]
300-
:!ibm-z-kvm:
305+
:!ibm-z:
301306
endif::[]
302307
ifeval::["{context}" == "installing-rhv-default"]
303308
:!rhv:
304309
endif::[]
305310
ifeval::["{context}" == "installing-restricted-networks-ibm-z"]
306311
:!ibm-z:
307312
endif::[]
313+
ifeval::["{context}" == "installing-restricted-networks-ibm-z-kvm"]
314+
:!ibm-z:
315+
endif::[]
308316
ifeval::["{context}" == "installing-rhv-customizations"]
309317
:!rhv:
310318
endif::[]

0 commit comments

Comments
 (0)