From d44b3067dc627ab24aec4928fbad22273814a041 Mon Sep 17 00:00:00 2001 From: Laura Bailey Date: Thu, 11 Jul 2024 18:34:34 +1000 Subject: [PATCH] OSDOCS-10984 OSDOCS-11291 Minor fix to section title and firewall --- modules/rosa-hcp-aws-private-create-cluster.adoc | 4 ++-- modules/rosa-hcp-firewall-prerequisites.adoc | 6 +++++- rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/modules/rosa-hcp-aws-private-create-cluster.adoc b/modules/rosa-hcp-aws-private-create-cluster.adoc index 46a5094702..2d0c57eb73 100644 --- a/modules/rosa-hcp-aws-private-create-cluster.adoc +++ b/modules/rosa-hcp-aws-private-create-cluster.adoc @@ -3,7 +3,7 @@ // * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc :_mod-docs-content-type: PROCEDURE [id="rosa-hcp-aws-private-create-cluster_{context}"] -= Creating an AWS private cluster += Creating a private {hcp-title} cluster using the ROSA CLI You can create a private cluster with multiple availability zones (Multi-AZ) on {hcp-title} using the ROSA command line interface (CLI), `rosa`. @@ -84,4 +84,4 @@ If installation fails or the `State` field does not change to `ready` after 10 m [source,terminal] ---- $ rosa logs install --cluster= --watch ----- \ No newline at end of file +---- diff --git a/modules/rosa-hcp-firewall-prerequisites.adoc b/modules/rosa-hcp-firewall-prerequisites.adoc index 49fc59e2d8..87a97806be 100644 --- a/modules/rosa-hcp-firewall-prerequisites.adoc +++ b/modules/rosa-hcp-firewall-prerequisites.adoc @@ -64,6 +64,10 @@ endif::rosa-classic-sts[] |443 |Required. Hosts a signature store that a container client requires for verifying images when pulling them from `registry.access.redhat.com`. +|`api.openshift.com` +|443 +|Required. Used to check for available updates to the cluster. + |`mirror.openshift.com` |443 |Required. Used to access mirrored installation content and images. This site is also a source of release image signatures, although the Cluster Version Operator (CVO) needs only a single functioning source. @@ -138,4 +142,4 @@ ifeval::["{context}" == "rosa-sts-aws-prereqs"] endif::[] ifeval::["{context}" == "rosa-hcp-aws-prereqs"] :!hcp: -endif::[] \ No newline at end of file +endif::[] diff --git a/rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc b/rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc index 8ca4e3c640..bdfb9875fd 100644 --- a/rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc +++ b/rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc @@ -6,7 +6,7 @@ include::_attributes/attributes-openshift-dedicated.adoc[] toc::[] -This document describes how to create a {hcp-title-first} private cluster. +For {hcp-title-first} workloads that do not require public internet access, you can create a private cluster. //include::modules/osd-aws-privatelink-about.adoc[leveloffset=+1] //include::modules/osd-aws-privatelink-required-resources.adoc[leveloffset=+1] @@ -24,7 +24,8 @@ xref:../rosa_install_access_delete_clusters/rosa-sts-config-identity-providers.a [id="additional-resources_rosa-hcp-aws-privatelink-creating-cluster"] == Additional resources -* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites] +* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-hcp-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites] +//* xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#osd-aws-privatelink-firewall-prerequisites_rosa-sts-aws-prereqs[AWS PrivateLink firewall prerequisites] * xref:../rosa_getting_started/rosa-sts-getting-started-workflow.adoc#rosa-sts-overview-of-the-deployment-workflow[Overview of the ROSA with STS deployment workflow] * xref:../rosa_install_access_delete_clusters/rosa-sts-deleting-cluster.adoc#rosa-sts-deleting-cluster[Deleting a ROSA cluster] * xref:../architecture/rosa-architecture-models.adoc#rosa-architecture-models[ROSA architecture models]