Skip to content

Commit 7eb0e9c

Browse files
committed
CNV#64393: cloud platforms matrix
1 parent fd20784 commit 7eb0e9c

File tree

2 files changed

+100
-34
lines changed

2 files changed

+100
-34
lines changed

modules/virt-cloud-platforms.adoc

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/install/preparing-cluster-for-virt.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="virt-cloud-platforms_{context}"]
7+
= Compatible cloud platforms
8+
9+
{VirtProductName} is compatible with a variety of public cloud platforms. Each cloud platform has specific storage provider options available. The following table outlines which platforms are fully supported (GA) and which are currently offered as Technology Preview features.
10+
11+
:FeatureName: Installing {VirtProductName} on certain cloud platforms
12+
include::snippets/technology-preview.adoc[]
13+
14+
[cols="1,1,2,2a", options="header"]
15+
|===
16+
| Vendor
17+
| Status
18+
| Storage
19+
| External links
20+
21+
| {aws-first}
22+
| GA
23+
| Elastic Block Store (EBS), {odf-first}, Portworx, FSx (NetApp)
24+
|
25+
26+
| {rosa-first}
27+
| GA
28+
| EBS, Portworx, FSx (Q3), {odf-short}
29+
| * link:https://docs.aws.amazon.com/rosa/latest/userguide/what-is-rosa.html[What is {product-rosa}?] in the {aws-short} documentation
30+
31+
| {oci-first-no-rt}
32+
| Technology Preview
33+
| {oci} native storage
34+
| * link:https://access.redhat.com/articles/7118050[{VirtProductName} and Oracle Cloud Infrastructure known issues and limitations] in the Red{nbsp}Hat Knowledgebase
35+
* link:https://github.com/oracle-quickstart/oci-openshift/blob/main/custom_manifests/oci-ccm-csi-drivers/v1.30.0-RWX-LA/openshift-virtualization.md[Installing {VirtProductName} on OCI] in the `oracle-quickstart/oci-openshift` GitHub repository
36+
37+
| Azure Red{nbsp}Hat OpenShift (ARO)
38+
| Technology Preview
39+
| {odf-short}
40+
| * link:https://learn.microsoft.com/en-us/azure/openshift/howto-create-openshift-virtualization[{VirtProductName} for Azure Red Hat OpenShift (preview)] in the Microsoft documentation
41+
42+
| {gcp-first}
43+
| Technology Preview
44+
| {gcp-short} native storage
45+
| * link:https://access.redhat.com/articles/7120382[{VirtProductName} and {gcp-full} known storage issues and limitations] in the Red{nbsp}Hat Knowledgebase
46+
47+
// tracker: https://issues.redhat.com/browse/XCMSTRAT-1191
48+
// | {product-dedicated}
49+
// | Technology Preview
50+
// | {gcp-short} native storage
51+
// |
52+
53+
// | {ibm-cloud-title}
54+
// | Technology Preview
55+
// | IBM Fusion
56+
// |
57+
|===

virt/install/preparing-cluster-for-virt.adoc

Lines changed: 43 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,12 @@ toc::[]
99

1010
Review this section before you install {VirtProductName} to ensure that your cluster meets the requirements.
1111

12-
// Hiding in ROSA/OSD as not supported
13-
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
14-
[IMPORTANT]
15-
====
16-
Installation method considerations::
17-
You can use any installation method, including user-provisioned, installer-provisioned, or assisted installer, to deploy {product-title}. However, the installation method and the cluster topology might affect {VirtProductName} functionality, such as snapshots or xref:../../virt/install/preparing-cluster-for-virt.adoc#live-migration_preparing-cluster-for-virt[live migration].
18-
19-
{rh-storage-first}::
20-
If you deploy {VirtProductName} with {rh-storage-first}, you must create a dedicated storage class for Windows virtual machine disks. See link:https://access.redhat.com/articles/6978371[Optimizing ODF PersistentVolumes for Windows VMs] for details.
12+
include::modules/virt-cloud-platforms.adoc[leveloffset=+1]
2113

22-
IPv6::
23-
{VirtProductName} support for single-stack IPv6 clusters is limited to the OVN-Kubernetes localnet and Linux bridge Container Network Interface (CNI) plugins.
24-
====
25-
26-
:FeatureName: Deploying {VirtProductName} on a single-stack IPv6 cluster
27-
include::snippets/technology-preview.adoc[]
28-
:!FeatureName:
29-
30-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
31-
32-
// Hiding in ROSA/OSD as FIPS not supported
33-
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
34-
.FIPS mode
35-
36-
If you install your cluster in xref:../../installing/overview/installing-fips.adoc#installing-fips-mode_installing-fips[FIPS mode], no additional setup is required for {VirtProductName}.
37-
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
14+
[role="_additional-resources"]
15+
.Additional resources
16+
* xref:../../virt/vm_networking/virt-networking-overview.adoc#virt-networking[Networking overview]
17+
// * https://catalog.redhat.com/search?p=1&target_platforms=Red%20Hat%20OpenShift[{product-title} partners in the Red{nbsp}Hat Ecosystem Catalog]
3818
3919
[id="supported-platforms_preparing-cluster-for-virt"]
4020
== Supported platforms
@@ -48,15 +28,15 @@ ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
4828
* Amazon Web Services bare metal instances. See xref:../../installing/installing_aws/ipi/installing-aws-customizations.adoc#installing-aws-customizations[Installing a cluster on AWS with customizations].
4929
//See link:https://access.redhat.com/articles/6409731[Deploy {VirtProductName} on AWS metal instance types]. // seems outdated with references to OCS - remove?
5030

51-
* {ibm-cloud-name} Bare Metal Servers. See link:https://access.redhat.com/articles/6738731[Deploy {VirtProductName} on {ibm-cloud-name} Bare Metal nodes].
52-
+
53-
--
54-
ifdef::openshift-enterprise[]
55-
:FeatureName: Installing OpenShift Virtualization on {ibm-cloud-name} Bare Metal Servers
56-
include::snippets/technology-preview.adoc[]
57-
:!FeatureName:
58-
endif::[]
59-
--
31+
//* {ibm-cloud-name} Bare Metal Servers. See link:https://access.redhat.com/articles/6738731[Deploy {VirtProductName} on {ibm-cloud-name} Bare Metal nodes].
32+
//+
33+
//--
34+
//ifdef::openshift-enterprise[]
35+
//:FeatureName: Installing OpenShift Virtualization on {ibm-cloud-name} Bare Metal Servers
36+
//include::snippets/technology-preview.adoc[]
37+
//:!FeatureName:
38+
//endif::[]
39+
//--
6040
6141
* {ibm-z-name} or {ibm-linuxone-name} (s390x architecture) systems where an {product-title} cluster is installed in logical partitions (LPARs). See xref:../../installing/installing_ibm_z/preparing-to-install-on-ibm-z.adoc#preparing-to-install-on-ibm-z_preparing-to-install-on-ibm-z[Preparing to install on {ibm-z-title} and {ibm-linuxone-title}].
6242
+
@@ -146,6 +126,35 @@ The following features are available for use on s390x architecture but function
146126
147127
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
148128
129+
// Hiding in ROSA/OSD as not supported
130+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
131+
132+
[id="important-considerations_preparing-cluster-for-virt"]
133+
== Important considerations for any platform
134+
135+
Before you install {VirtProductName} on any platform, note the following caveats and considerations.
136+
137+
Installation method considerations::
138+
You can use any installation method, including user-provisioned, installer-provisioned, or Assisted Installer, to deploy {product-title}. However, the installation method and the cluster topology might affect {VirtProductName} functionality, such as snapshots or xref:../../virt/install/preparing-cluster-for-virt.adoc#live-migration_preparing-cluster-for-virt[live migration].
139+
140+
{rh-storage-first}::
141+
If you deploy {VirtProductName} with {rh-storage-first}, you must create a dedicated storage class for Windows virtual machine disks. See link:https://access.redhat.com/articles/6978371[Optimizing ODF PersistentVolumes for Windows VMs] for details.
142+
143+
IPv6::
144+
{VirtProductName} support for single-stack IPv6 clusters is limited to the OVN-Kubernetes localnet and Linux bridge Container Network Interface (CNI) plugins.
145+
+
146+
:FeatureName: Deploying {VirtProductName} on a single-stack IPv6 cluster
147+
include::snippets/technology-preview.adoc[]
148+
:!FeatureName:
149+
150+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
151+
152+
// Hiding in ROSA/OSD as FIPS not supported
153+
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
154+
155+
FIPS mode:: If you install your cluster in xref:../../installing/overview/installing-fips.adoc#installing-fips-mode_installing-fips[FIPS mode], no additional setup is required for {VirtProductName}.
156+
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
157+
149158
// Section is in assembly so that we can use xrefs
150159
[id="virt-hardware-os-requirements_preparing-cluster-for-virt"]
151160
== Hardware and operating system requirements

0 commit comments

Comments
 (0)