Skip to content

Commit 83b3175

Browse files
Merge pull request #71418 from SNiemann15/ibmpz_control_plane
[OSDOCS-7500] multi-architecture IBM Power and IBM Z control planes
2 parents b068f95 + 7051b9a commit 83b3175

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

_topic_maps/_topic_map.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ Topics:
576576
File: creating-multi-arch-compute-nodes-aws
577577
- Name: Creating a cluster with multi-architecture compute machines on GCP
578578
File: creating-multi-arch-compute-nodes-gcp
579-
- Name: Creating a cluster with multi-architecture compute machines on bare metal
579+
- Name: Creating a cluster with multi-architecture compute machines on bare metal, IBM Power, or IBM Z
580580
File: creating-multi-arch-compute-nodes-bare-metal
581581
- Name: Creating a cluster with multi-architecture compute machines on IBM Z and IBM LinuxONE with z/VM
582582
File: creating-multi-arch-compute-nodes-ibm-z

post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-bare-metal.adoc

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
:_mod-docs-content-type: ASSEMBLY
22
:context: creating-multi-arch-compute-nodes-bare-metal
33
[id="creating-multi-arch-compute-nodes-bare-metal"]
4-
= Creating a cluster with multi-architecture compute machine on bare metal
4+
= Creating a cluster with multi-architecture compute machines on bare metal, {ibm-power-title}, or {ibm-z-title}
55
include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
To create a cluster with multi-architecture compute machines on bare metal, you must have an existing single-architecture bare metal cluster. For more information on bare metal installations, see xref:../../installing/installing_bare_metal/installing-bare-metal.adoc#installing-bare-metal[Installing a user provisioned cluster on bare metal]. You can then add 64-bit ARM compute machines to your {product-title} cluster on bare metal.
9+
To create a cluster with multi-architecture compute machines on bare metal (`x86_64`), {ibm-power-name} (`ppc64le`), or {ibm-z-name} (`s390x`) you must have an existing single-architecture cluster on one of these platforms. Follow the installations procedures for your platform:
1010

11-
Before you can add 64-bit ARM nodes to your bare metal cluster, you must upgrade your cluster to one that uses the multi-architecture payload. For more information on migrating to the multi-architecture payload, see xref:../../updating/updating_a_cluster/migrating-to-multi-payload.adoc#migrating-to-multi-payload[Migrating to a cluster with multi-architecture compute machines].
11+
* xref:../../installing/installing_bare_metal/installing-bare-metal.adoc#installing-bare-metal[Installing a user provisioned cluster on bare metal]. You can then add 64-bit ARM compute machines to your {product-title} cluster on bare metal.
12+
* xref:../../installing/installing_ibm_power/preparing-to-install-on-ibm-power.adoc#preparing-to-install-on-ibm-power[Installing a cluster on {ibm-power-name}]. You can then add `x86_64` compute machines to your {product-title} cluster on {ibm-power-name}.
13+
* xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z[Installing a cluster on {ibm-z-name} and {ibm-linuxone-name}]. You can then add `x86_64` compute machines to your {product-title} cluster on {ibm-z-name} and {ibm-linuxone-name}.
1214
13-
The following procedures explain how to create a {op-system} compute machine using an ISO image or network PXE booting. This will allow you to add ARM64 nodes to your bare metal cluster and deploy a cluster with multi-architecture compute machines.
15+
Before you can add additional compute nodes to your cluster, you must upgrade your cluster to one that uses the multi-architecture payload. For more information on migrating to the multi-architecture payload, see xref:../../updating/updating_a_cluster/migrating-to-multi-payload.adoc#migrating-to-multi-payload[Migrating to a cluster with multi-architecture compute machines].
16+
17+
The following procedures explain how to create a {op-system} compute machine using an ISO image or network PXE booting. This will allow you to add additional nodes to your cluster and deploy a cluster with multi-architecture compute machines.
1418

1519
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
1620

post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-ibm-power.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Before you can add `ppc64le` nodes to your cluster, you must upgrade your cluste
1515

1616
The following procedures explain how to create a {op-system} compute machine using an ISO image or network PXE booting. This will allow you to add `ppc64le` nodes to your cluster and deploy a cluster with multi-architecture compute machines.
1717

18+
[NOTE]
19+
====
20+
To create an {ibm-power-name} (`ppc64le`) cluster with multi-architecture compute machines on `x86_64`, follow the instructions for
21+
xref:../../installing/installing_ibm_power/preparing-to-install-on-ibm-power.adoc#preparing-to-install-on-ibm-power[Installing a cluster on {ibm-power-name}]. You can then add `x86_64` compute machines as described in xref:./creating-multi-arch-compute-nodes-bare-metal.adoc#creating-multi-arch-compute-nodes-bare-metal[Creating a cluster with multi-architecture compute machines on bare metal, {ibm-power-title}, or {ibm-z-title}].
22+
====
23+
24+
1825
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
1926

2027
include::modules/machine-user-infra-machines-iso.adoc[leveloffset=+1]

post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-ibm-z-kvm.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Before you can add `s390x` nodes to your cluster, you must upgrade your cluster
1212

1313
The following procedures explain how to create a {op-system} compute machine using a {op-system-base} KVM instance. This will allow you to add `s390x` nodes to your cluster and deploy a cluster with multi-architecture compute machines.
1414

15+
[NOTE]
16+
====
17+
To create an {ibm-z-name} or {ibm-linuxone-name} (`s390x`) cluster with multi-architecture compute machines on `x86_64`, follow the instructions for
18+
xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z[Installing a cluster on {ibm-z-name} and {ibm-linuxone-name}]. You can then add `x86_64` compute machines as described in xref:./creating-multi-arch-compute-nodes-bare-metal.adoc#creating-multi-arch-compute-nodes-bare-metal[Creating a cluster with multi-architecture compute machines on bare metal, {ibm-power-title}, or {ibm-z-title}].
19+
====
20+
1521
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
1622

1723
include::modules/machine-user-infra-machines-ibm-z-kvm.adoc[leveloffset=+1]

post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-ibm-z.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Before you can add `s390x` nodes to your cluster, you must upgrade your cluster
1212

1313
The following procedures explain how to create a {op-system} compute machine using a z/VM instance. This will allow you to add `s390x` nodes to your cluster and deploy a cluster with multi-architecture compute machines.
1414

15+
[NOTE]
16+
====
17+
To create an {ibm-z-name} or {ibm-linuxone-name} (`s390x`) cluster with multi-architecture compute machines on `x86_64`, follow the instructions for
18+
xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z[Installing a cluster on {ibm-z-name} and {ibm-linuxone-name}]. You can then add `x86_64` compute machines as described in xref:./creating-multi-arch-compute-nodes-bare-metal.adoc#creating-multi-arch-compute-nodes-bare-metal[Creating a cluster with multi-architecture compute machines on bare metal, {ibm-power-title}, or {ibm-z-title}].
19+
====
20+
1521
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
1622

1723
include::modules/machine-user-infra-machines-ibm-z.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)