Skip to content

Commit ce0a231

Browse files
committed
OSDOCS-10548 Adding network minimum requirements for ROSA Classic
1 parent e902002 commit ce0a231

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_planning/rosa-sts-aws-prereqs.adoc
4+
5+
//Define the minimum bandwidth variable here so we can use this same module across all managed variants as testing completes for XCMSTRAT-422
6+
ifdef::openshift-rosa,openshift-rosa-classic,openshift-rosa-hcp,openshift-osd,openshift-azure[]
7+
:mos-min-bandwidth: 120{nbsp}Mbps
8+
endif::[]
9+
10+
[id="mos-network-prereqs-min-bandwidth_{context}"]
11+
= Minimum bandwidth
12+
13+
During cluster deployment, {product-title} requires a minimum bandwidth of {mos-min-bandwidth} between cluster resources and public internet resources. When network connectivity is slower than {mos-min-bandwidth} (for example, when connecting through a proxy) the cluster installation process times out and deployment fails.
14+
15+
After deployment, network requirements are determined by your workload. However, a minimum bandwidth of {mos-min-bandwidth} helps to ensure timely cluster and operator upgrades.

rosa_install_access_delete_clusters/rosa_getting_started_iam/rosa-aws-prereqs.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ include::modules/rosa-aws-procedure.adoc[leveloffset=+1]
1818
include::modules/rosa-aws-scp.adoc[leveloffset=+2]
1919
include::modules/rosa-aws-iam.adoc[leveloffset=+1]
2020
include::modules/rosa-aws-provisioned.adoc[leveloffset=+1]
21-
include::modules/osd-aws-privatelink-firewall-prerequisites.adoc[leveloffset=+1]
21+
22+
[id="rosa-without-sts-network-prereqs_{context}"]
23+
== Networking prerequisites
24+
25+
include::modules/mos-network-prereqs-min-bandwidth.adoc[leveloffset=+2]
26+
include::modules/osd-aws-privatelink-firewall-prerequisites.adoc[leveloffset=+2]
2227

2328
[role="_additional-resources"]
2429
.Additional resources

rosa_planning/rosa-cloud-expert-prereq-checklist.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ ROSA clusters are hosted in an AWS account within an AWS organizational unit. A
158158

159159
Prerequisites needed from a networking standpoint.
160160

161+
include::modules/mos-network-prereqs-min-bandwidth.adoc[leveloffset=+2]
162+
161163
=== Firewall
162164

163165
* Configure your firewall to allow access to the domains and ports listed in xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs[AWS firewall prerequisites].

rosa_planning/rosa-sts-aws-prereqs.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,20 @@ With the STS deployment model, Red{nbsp}Hat is no longer responsible for creatin
7070
* For every cluster, you must have the necessary operator roles. See xref:../rosa_architecture/rosa-sts-about-iam-resources.adoc#rosa-sts-operator-roles_rosa-sts-about-iam-resources[Cluster-specific Operator IAM role reference].
7171

7272
include::modules/rosa-aws-provisioned.adoc[leveloffset=+1]
73+
74+
[id="rosa-network-prereqs_{context}"]
75+
== Networking prerequisites
76+
77+
include::modules/mos-network-prereqs-min-bandwidth.adoc[leveloffset=+2]
78+
7379
// Keeping existing ID to prevent link breakage
7480
[id="osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs"]
75-
== AWS firewall prerequisites
81+
=== AWS firewall prerequisites
7682

7783
If you are using a firewall to control egress traffic from your {product-title}, you must configure your firewall to grant access to the certain domain and port combinations below. {product-title} requires this access to provide a fully managed OpenShift service.
7884

79-
include::modules/osd-aws-privatelink-firewall-prerequisites.adoc[leveloffset=+2]
80-
include::modules/rosa-hcp-firewall-prerequisites.adoc[leveloffset=+2]
85+
include::modules/osd-aws-privatelink-firewall-prerequisites.adoc[leveloffset=+3]
86+
include::modules/rosa-hcp-firewall-prerequisites.adoc[leveloffset=+3]
8187

8288
[role="_additional-resources"]
8389
.Additional resources

0 commit comments

Comments
 (0)