Skip to content

Commit c3bcbfa

Browse files
committed
OSDOCS-16026 4 category restructure
1 parent d1d4134 commit c3bcbfa

19 files changed

+142
-37
lines changed

_topic_maps/_topic_map.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,14 +1647,18 @@ Topics:
16471647
Dir: ingress_load_balancing
16481648
Distros: openshift-enterprise,openshift-origin
16491649
Topics:
1650-
- Name: Configuring Routes
1650+
- Name: Routes
16511651
Dir: routes
16521652
Distros: openshift-enterprise,openshift-origin
16531653
Topics:
1654-
- Name: Route configuration
1655-
File: route-configuration
1656-
- Name: Secured routes
1657-
File: secured-routes
1654+
- Name: Creating basic routes
1655+
File: creating-basic-routes
1656+
- Name: Securing routes
1657+
File: securing-routes
1658+
- Name: Configuring routes
1659+
File: nw-configuring-routes
1660+
- Name: Creating advanced routes
1661+
File: creating-advanced-routes
16581662
- Name: Configuring ingress cluster traffic
16591663
Dir: configuring_ingress_cluster_traffic
16601664
Distros: openshift-enterprise,openshift-origin

_topic_maps/_topic_map_osd.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -787,13 +787,17 @@ Topics:
787787
Dir: ingress_load_balancing
788788
Distros: openshift-dedicated
789789
Topics:
790-
- Name: Configuring Routes
790+
- Name: Routes
791791
Dir: routes
792792
Topics:
793-
- Name: Route configuration
794-
File: route-configuration
795-
- Name: Secured routes
796-
File: secured-routes
793+
- Name: Creating basic routes
794+
File: creating-basic-routes
795+
- Name: Securing routes
796+
File: securing-routes
797+
- Name: Configuring Routes
798+
File: nw-configuring-routes
799+
- Name: Creating advanced Routes
800+
File: creating-advanced-routes
797801
---
798802
Name: Building applications
799803
Dir: applications

_topic_maps/_topic_map_rosa.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,14 +1013,18 @@ Topics:
10131013
Dir: ingress_load_balancing
10141014
Distros: openshift-rosa
10151015
Topics:
1016-
- Name: Configuring Routes
1017-
Dir: routes
1018-
Distros: openshift-rosa
1019-
Topics:
1020-
- Name: Route configuration
1021-
File: route-configuration
1022-
- Name: Secured routes
1023-
File: secured-routes
1016+
- Name: Routes
1017+
Dir: routes
1018+
Distros: openshift-rosa
1019+
Topics:
1020+
- Name: Creating basic routes
1021+
File: creating-basic-routes
1022+
- Name: Securing routes
1023+
File: securing-routes
1024+
- Name: Configuring Routes
1025+
File: nw-configuring-routes
1026+
- Name: Creating advanced Routes
1027+
File: creating-advanced-routes
10241028
---
10251029
Name: Building applications
10261030
Dir: applications

_topic_maps/_topic_map_rosa_hcp.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,14 +1052,18 @@ Topics:
10521052
Dir: ingress_load_balancing
10531053
Distros: openshift-rosa-hcp
10541054
Topics:
1055-
- Name: Configuring Routes
1055+
- Name: Routes
10561056
Dir: routes
10571057
Distros: openshift-rosa-hcp
10581058
Topics:
1059-
- Name: Route configuration
1060-
File: route-configuration
1061-
- Name: Secured routes
1062-
File: secured-routes
1059+
- Name: Creating basic routes
1060+
File: creating-basic-routes
1061+
- Name: Securing routes
1062+
File: securing-routes
1063+
- Name: Configuring Routes
1064+
File: nw-configuring-routes
1065+
- Name: Creating advanced Routes
1066+
File: creating-advanced-routes
10631067
---
10641068
Name: Nodes
10651069
Dir: nodes

applications/deployments/route-based-deployment-strategies.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ include::modules/deployments-blue-green.adoc[leveloffset=+1]
3434
include::modules/deployments-ab-testing.adoc[leveloffset=+1]
3535
include::modules/deployments-ab-testing-lb.adoc[leveloffset=+2]
3636

37-
ifndef::openshift-rosa-hcp[]
3837
// Remove conditionals when Networking content is in ROSA HCP
3938
[role="_additional-resources"]
4039
[id="additional-resources_{context}"]
4140
== Additional resources
4241

43-
* xref:../../networking/ingress_load_balancing/routes/route-configuration.adoc#nw-route-specific-annotations_route-configuration[Route-specific annotations].
44-
endif::[]
42+
* xref:../../networking/ingress_load_balancing/routes/nw-configuring-routes.adoc#nw-route-specific-annotations[Route-specific annotations]

applications/odc-monitoring-project-and-application-metrics-using-developer-perspective.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
:_mod-docs-content-type: ASSEMBLY
22
[id="odc-monitoring-project-and-application-metrics-using-developer-perspective"]
33
= Monitoring project and application metrics using the Developer perspective
4+
45
include::_attributes/common-attributes.adoc[]
5-
:context: monitoring-project-and-application-metrics-using-developer-perspective
6+
7+
:context: odc-monitoring-project-and-application-metrics-using-developer-perspective
68

79
toc::[]
810

cloud_experts_tutorials/cloud-experts-aws-load-balancer-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include::snippets/mobb-support-statement.adoc[leveloffset=+1]
2222

2323
[TIP]
2424
====
25-
Load Balancers created by the AWS Load Balancer Operator cannot be used for xref:../networking/ingress_load_balancing/routes/route-configuration.adoc#route-configuration[OpenShift Routes], and should only be used for individual services or ingress resources that do not need the full layer 7 capabilities of an OpenShift Route.
25+
Load Balancers created by the AWS Load Balancer Operator cannot be used for xref:../networking/ingress_load_balancing/routes/nw-configuring-routes.adoc#route-configuration[OpenShift Routes], and should only be used for individual services or ingress resources that do not need the full layer 7 capabilities of an OpenShift Route.
2626
====
2727

2828
The link:https://kubernetes-sigs.github.io/aws-load-balancer-controller/[AWS Load Balancer Controller] manages AWS Elastic Load Balancers for a {product-title} cluster. The controller provisions link:https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html[AWS Application Load Balancers (ALB)] when you create Kubernetes Ingress resources and link:https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html[AWS Network Load Balancers (NLB)] when implementing Kubernetes Service resources with a type of LoadBalancer.

cloud_experts_tutorials/cloud-experts-getting-started/cloud-experts-getting-started-openshift-concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ An individual route can override some defaults by providing specific configurati
127127
[role="_additional-resources"]
128128
.Additional resources
129129

130-
* xref:../../networking/ingress_load_balancing/routes/route-configuration.adoc#nw-route-specific-annotations_route-configuration[Route-specific annotations]
130+
* xref:../../networking/ingress_load_balancing/routes/nw-configuring-routes.adoc#nw-route-specific-annotations[Route-specific-annotations]
131131

132132
[id="cloud-experts-getting-started-openshift-concepts-imagestreams"]
133133
== Image streams

modules/odc-deleting-applications-using-developer-perspective.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// odc-deleting-applications.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
16
[id="odc-deleting-applications-using-developer-perspective_{context}"]
27
= Deleting applications using the Developer perspective
38

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="creating-advanced-routes"]
3+
= Creating advanced routes
4+
include::_attributes/common-attributes.adoc[]
5+
:context: creating-advanced-routes
6+
7+
toc::[]
8+
9+
You can create secure routes with the ability to use several types of TLS termination to serve certificates to the client. The following sections describe how to create re-encrypt, edge, and passthrough routes with custom certificates.
10+
11+
12+
//Creating an edge route with a custom certificate
13+
include::modules/nw-ingress-creating-an-edge-route-with-a-custom-certificate.adoc[leveloffset=+1]
14+
15+
//Creating a reencrypt route with a custom certificate
16+
include::modules/nw-ingress-creating-a-reencrypt-route-with-a-custom-certificate.adoc[leveloffset=+1]
17+
18+
//Creating a passthrough route
19+
include::modules/nw-ingress-creating-a-passthrough-route.adoc[leveloffset=+1]
20+
21+
//Creating a route using the destination CA certificate
22+
include::modules/nw-ingress-reencrypt-route-custom-cert.adoc[leveloffset=+1]
23+
24+
//Creating a route with externally managed certificates
25+
include::modules/nw-ingress-route-secret-load-external-cert.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)