1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

multi-arch compute add IBM Z KVM

This commit is contained in:
SNiemann15
2023-08-23 15:17:59 +02:00
committed by openshift-cherrypick-robot
parent 4d5a7de2b0
commit 88435b85b1
6 changed files with 297 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
:_content-type: ASSEMBLY
:context: creating-multi-arch-compute-nodes-ibm-z-kvm
[id="creating-multi-arch-compute-nodes-ibm-z-kvm"]
= Creating a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} with {op-system-base} KVM
include::_attributes/common-attributes.adoc[]
toc::[]
To create a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} (`s390x`) with {op-system-base} KVM, you must have an existing single-architecture `x86_64` cluster. You can then add `s390x` compute machines to your {product-title} cluster.
Before you can add `s390x` 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].
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.
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
include::modules/machine-user-infra-machines-ibm-z-kvm.adoc[leveloffset=+1]
include::modules/installation-approve-csrs.adoc[leveloffset=+1]

View File

@@ -0,0 +1,19 @@
:_content-type: ASSEMBLY
:context: creating-multi-arch-compute-nodes-ibm-z
[id="creating-multi-arch-compute-nodes-ibm-z"]
= Creating a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} with z/VM
include::_attributes/common-attributes.adoc[]
toc::[]
To create a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} (`s390x`) with z/VM, you must have an existing single-architecture `x86_64` cluster. You can then add `s390x` compute machines to your {product-title} cluster.
Before you can add `s390x` 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].
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.
include::modules/multi-architecture-verifying-cluster-compatibility.adoc[leveloffset=+1]
include::modules/machine-user-infra-machines-ibm-z.adoc[leveloffset=+1]
include::modules/installation-approve-csrs.adoc[leveloffset=+1]

View File

@@ -1,12 +1,12 @@
:_content-type: CONCEPT
:context: multi-architecture-configuration
[id="post-install-multi-architecture-configuration"]
= About clusters with multi-architecture compute machines
= About clusters with multi-architecture compute machines
include::_attributes/common-attributes.adoc[]
toc::[]
An {product-title} cluster with multi-architecture compute machines is a cluster that supports compute machines with different architectures. Clusters with multi-architecture compute machines are available only on AWS or Azure installer-provisioned infrastructures and bare metal user-provisioned infrastructures with x86_64 control plane machines.
An {product-title} cluster with multi-architecture compute machines is a cluster that supports compute machines with different architectures. Clusters with multi-architecture compute machines are available only on Amazon Web Services (AWS) or Microsoft Azure installer-provisioned infrastructures and bare metal, {ibmpowerProductName}, and {ibmzProductName} user-provisioned infrastructures with x86_64 control plane machines.
[NOTE]
====
@@ -20,7 +20,7 @@ The Cluster Samples Operator is not supported on clusters with multi-architectur
For information on migrating your single-architecture cluster to a cluster that supports multi-architecture compute machines, see xref:../../updating/updating_a_cluster/migrating-to-multi-payload.adoc#migrating-to-multi-payload[Migrating to a cluster with multi-architecture compute machines].
== Configuring your cluster with multi-architecture compute machines
== Configuring your cluster with multi-architecture compute machines
To create a cluster with multi-architecture compute machines for various platforms, you can use the documentation in the following sections:
@@ -29,3 +29,7 @@ To create a cluster with multi-architecture compute machines for various platfor
* xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-aws.adoc#creating-multi-arch-compute-nodes-aws[Creating a cluster with multi-architecture compute machines on AWS]
* xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/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]
* xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-ibm-z.adoc#creating-multi-arch-compute-nodes-ibm-z[Creating a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} with z/VM]
* xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-ibm-z-kvm.adoc#creating-multi-arch-compute-nodes-ibm-z-kvm[Creating a cluster with multi-architecture compute machines on {ibmzProductName} and {linuxoneProductName} with {op-system-base} KVM]