Skip to content

Commit a4d1212

Browse files
authored
Merge pull request #96303 from JoeAldinger/nwt-fix
topic map fix
2 parents d22584c + 5180fd3 commit a4d1212

File tree

14 files changed

+39
-68
lines changed

14 files changed

+39
-68
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,6 @@ Topics:
749749
File: dns-operator
750750
- Name: Ingress Operator in OpenShift Dedicated
751751
File: ingress-operator
752-
- Name: Network verification
753-
File: network-verification
754-
- Name: Configuring a cluster-wide proxy during installation
755-
File: configuring-cluster-wide-proxy
756752
- Name: Network security
757753
Dir: network_security
758754
Distros: openshift-dedicated
@@ -773,15 +769,18 @@ Topics:
773769
File: deleting-network-policy
774770
- Name: Configuring multitenant isolation with network policy
775771
File: multitenant-network-policy
772+
- Name: Network verification
773+
File: network-verification
776774
- Name: OVN-Kubernetes network plugin
777775
Dir: ovn_kubernetes_network_provider
776+
Distros: openshift-dedicated
778777
Topics:
779778
- Name: About the OVN-Kubernetes network plugin
780779
File: about-ovn-kubernetes
781780
- Name: Migrating from the OpenShift SDN network plugin
782781
File: migrate-from-openshift-sdn-osd
783-
# - Name: Migrating from the OpenShift SDN network plugin
784-
# File: migrate-from-openshift-sdn
782+
- Name: Configuring a cluster-wide proxy during installation
783+
File: configuring-cluster-wide-proxy
785784
- Name: OpenShift SDN network plugin
786785
Dir: ovn_kubernetes_network_provider
787786
Topics:

_topic_maps/_topic_map_rosa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,6 @@ Topics:
10011001
File: ingress-operator
10021002
- Name: Ingress Node Firewall Operator in Red Hat OpenShift Service on AWS
10031003
File: ingress-node-firewall-operator
1004-
- Name: Network verification
1005-
File: network-verification
1006-
- Name: Configuring a cluster-wide proxy during installation
1007-
File: configuring-cluster-wide-proxy
10081004
- Name: Network security
10091005
Dir: network_security
10101006
Distros: openshift-rosa
@@ -1037,6 +1033,8 @@ Topics:
10371033
File: default-network-policy
10381034
- Name: Configuring multitenant isolation with network policy
10391035
File: multitenant-network-policy
1036+
- Name: Network verification
1037+
File: network-verification
10401038
- Name: Audit logging for network security
10411039
File: logging-network-security
10421040
- Name: OVN-Kubernetes network plugin
@@ -1048,6 +1046,8 @@ Topics:
10481046
File: configuring-egress-ips-ovn
10491047
- Name: Migrating from OpenShift SDN network plugin to OVN-Kubernetes network plugin
10501048
File: migrate-from-openshift-sdn
1049+
- Name: Configuring a cluster-wide proxy during installation
1050+
File: configuring-cluster-wide-proxy
10511051
- Name: OpenShift SDN network plugin
10521052
Dir: ovn_kubernetes_network_provider
10531053
Topics:

networking/network-verification.adoc renamed to networking/network_security/network-verification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The network verification includes checks for each of the following requirements:
3838
* The VPC has `enableDnsSupport` enabled.
3939
* The VPC has `enableDnsHostnames` enabled.
4040
ifdef::openshift-dedicated[]
41-
* Egress is available to the required domain and port combinations that are specified in the xref:../osd_planning/aws-ccs.adoc#osd-aws-privatelink-firewall-prerequisites_aws-ccs[AWS firewall prerequisites] section.
41+
* Egress is available to the required domain and port combinations that are specified in the xref:../../osd_planning/aws-ccs.adoc#osd-aws-privatelink-firewall-prerequisites_aws-ccs[AWS firewall prerequisites] section.
4242
endif::openshift-dedicated[]
4343
ifdef::openshift-rosa[]
44-
* Egress is available to the required domain and port combinations that are specified in the xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-classic-firewall-prerequisites_rosa-sts-aws-prereqs[AWS firewall prerequisites] section.
44+
* Egress is available to the required domain and port combinations that are specified in the xref:../../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-classic-firewall-prerequisites_rosa-sts-aws-prereqs[AWS firewall prerequisites] section.
4545
endif::openshift-rosa[]
4646

4747
include::modules/automatic-network-verification-bypassing.adoc[leveloffset=+1]

networking/configuring-cluster-wide-proxy.adoc renamed to networking/ovn_kubernetes_network_provider/configuring-cluster-wide-proxy.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ include::modules/cluster-wide-proxy-preqs.adoc[leveloffset=+1]
3333
.Additional resources
3434

3535
ifdef::openshift-rosa[]
36-
* For the installation prerequisites for ROSA clusters that use the AWS Security Token Service (STS), see xref:../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prerequisites[AWS prerequisites for ROSA with STS].
37-
* For the installation prerequisites for ROSA clusters that do not use STS, see xref:../rosa_install_access_delete_clusters/rosa_getting_started_iam/rosa-aws-prereqs.adoc#prerequisites[AWS prerequisites for ROSA].
36+
* For the installation prerequisites for ROSA clusters that use the AWS Security Token Service (STS), see xref:../../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prerequisites[AWS prerequisites for ROSA with STS].
37+
* For the installation prerequisites for ROSA clusters that do not use STS, see xref:../../rosa_install_access_delete_clusters/rosa_getting_started_iam/rosa-aws-prereqs.adoc#prerequisites[AWS prerequisites for ROSA].
3838
endif::openshift-rosa[]
3939
ifdef::openshift-dedicated[]
40-
* For the installation prerequisites for {product-title} clusters that use the Customer Cloud Subscription (CCS) model, see xref:../osd_planning/aws-ccs.adoc#aws-ccs[Customer Cloud Subscriptions on AWS] or xref:../osd_planning/gcp-ccs.adoc#gcp-ccs[Customer Cloud Subscriptions on GCP].
40+
* For the installation prerequisites for {product-title} clusters that use the Customer Cloud Subscription (CCS) model, see xref:../../osd_planning/aws-ccs.adoc#aws-ccs[Customer Cloud Subscriptions on AWS] or xref:../../osd_planning/gcp-ccs.adoc#gcp-ccs[Customer Cloud Subscriptions on GCP].
4141
endif::openshift-dedicated[]
4242

4343
include::modules/configuring-a-proxy-trust-bundle-responsibilities.adoc[leveloffset=+1]
@@ -62,12 +62,12 @@ endif::openshift-rosa[]
6262
.Additional resources
6363

6464
ifdef::openshift-rosa[]
65-
* xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc#rosa-sts-creating-cluster-customizations-ocm_rosa-sts-creating-a-cluster-with-customizations[Creating a cluster with customizations by using OpenShift Cluster Manager]
66-
* xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc#rosa-sts-creating-cluster-customizations-cli_rosa-sts-creating-a-cluster-with-customizations[Creating a cluster with customizations using the CLI]
65+
* xref:../../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc#rosa-sts-creating-cluster-customizations-ocm_rosa-sts-creating-a-cluster-with-customizations[Creating a cluster with customizations by using OpenShift Cluster Manager]
66+
* xref:../../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc#rosa-sts-creating-cluster-customizations-cli_rosa-sts-creating-a-cluster-with-customizations[Creating a cluster with customizations using the CLI]
6767
endif::openshift-rosa[]
6868
ifdef::openshift-dedicated[]
69-
* xref:../osd_aws_clusters/creating-an-aws-cluster.adoc#osd-create-aws-cluster-ccs_osd-creating-a-cluster-on-aws[Creating a cluster on AWS]
70-
* xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication]
69+
* xref:../../osd_aws_clusters/creating-an-aws-cluster.adoc#osd-create-aws-cluster-ccs_osd-creating-a-cluster-on-aws[Creating a cluster on AWS]
70+
* xref:../../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication]
7171
endif::openshift-dedicated[]
7272

7373
[id="configuring-a-proxy-after-installation_{context}"]

networking/using-cookies-to-keep-route-statefulness.adoc

Lines changed: 0 additions & 28 deletions
This file was deleted.

operators/admin/olm-configuring-proxy-support.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
1616
* xref:../../networking/configuring_network_settings/enable-cluster-wide-proxy.adoc#enable-cluster-wide-proxy[Configuring the cluster-wide proxy]
1717
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
1818
ifdef::openshift-dedicated,openshift-rosa[]
19-
* xref:../../networking/configuring-cluster-wide-proxy.adoc#configuring-cluster-wide-proxy[Configuring a cluster-wide proxy]
19+
* xref:../../networking/ovn_kubernetes_network_provider/configuring-cluster-wide-proxy.adoc#configuring-cluster-wide-proxy[Configuring a cluster-wide proxy]
2020
endif::openshift-dedicated,openshift-rosa[]
2121

2222
// This xref points to a topic that is not currently included in the OSD and ROSA docs.

osd_architecture/osd_policy/osd-service-definition.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include::modules/sdpolicy-networking.adoc[leveloffset=+1]
3535
[role="_additional-resources"]
3636
.Additional resources
3737

38-
* For more information about the network verification checks, see xref:../../networking/network-verification.adoc#network-verification[Network verification].
38+
* For more information about the network verification checks, see xref:../../networking/network_security/network-verification.adoc#network-verification[Network verification].
3939

4040
include::modules/sdpolicy-storage.adoc[leveloffset=+1]
4141
include::modules/sdpolicy-platform.adoc[leveloffset=+1]

osd_aws_clusters/creating-an-aws-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::modules/osd-create-cluster-ccs-aws.adoc[leveloffset=+1]
2020
[id="additional-resources_{context}"]
2121
== Additional resources
2222

23-
* For information about configuring a proxy with {product-title}, see xref:../networking/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
23+
* For information about configuring a proxy with {product-title}, see xref:../networking/ovn_kubernetes_network_provider/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
2424
* For details about the AWS service control policies required for CCS deployments, see xref:../osd_planning/aws-ccs.adoc#ccs-aws-scp_aws-ccs[Minimum required service control policy (SCP)].
2525
* For information about persistent storage for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#sdpolicy-storage_osd-service-definition[Storage] section in the {product-title} service definition.
2626
* For information about load balancers for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#load-balancers_osd-service-definition[Load balancers] section in the {product-title} service definition.

osd_gcp_clusters/creating-a-gcp-cluster-sa.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include::modules/osd-create-cluster-ccs.adoc[leveloffset=+1]
2929
* For information about Workload Identity Federation, see xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication].
3030

3131
* For information about Private Service Connect (PSC), see xref:../osd_gcp_clusters/creating-a-gcp-psc-enabled-private-cluster.adoc#creating-a-gcp-psc-enabled-private-cluster[Private Service Connect overview].
32-
* For information about configuring a proxy with {product-title}, see xref:../networking/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
32+
* For information about configuring a proxy with {product-title}, see xref:../networking/ovn_kubernetes_network_provider/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
3333
* For information about persistent storage for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#sdpolicy-storage_osd-service-definition[Storage] section in the {product-title} service definition.
3434
* For information about load balancers for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#load-balancers_osd-service-definition[Load balancers] section in the {product-title} service definition.
3535
* For more information about etcd encryption, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#etcd-encryption_osd-service-definition[etcd encryption service definition].

osd_gcp_clusters/creating-an-aws-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::modules/osd-create-cluster-ccs-aws.adoc[leveloffset=+1]
2020
[id="additional-resources_{context}"]
2121
== Additional resources
2222

23-
* For information about configuring a proxy with {product-title}, see xref:../networking/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
23+
* For information about configuring a proxy with {product-title}, see xref:../networking/ovn_kubernetes_network_provider/configuring-cluster-wide-proxy.adoc#configuring-a-cluster-wide-proxy[Configuring a cluster-wide proxy].
2424
* For details about the AWS service control policies required for CCS deployments, see xref:../osd_planning/aws-ccs.adoc#ccs-aws-scp_aws-ccs[Minimum required service control policy (SCP)].
2525
* For information about persistent storage for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#sdpolicy-storage_osd-service-definition[Storage] section in the {product-title} service definition.
2626
* For information about load balancers for {product-title}, see the xref:../osd_architecture/osd_policy/osd-service-definition.adoc#load-balancers_osd-service-definition[Load balancers] section in the {product-title} service definition.

0 commit comments

Comments
 (0)