Skip to content

Commit bb5a9f7

Browse files
committed
adding openshift telco distro
adding ref design folder + symlinks Adding new Telco docs distro stub content
1 parent c322b51 commit bb5a9f7

File tree

8 files changed

+49
-5
lines changed

8 files changed

+49
-5
lines changed

_topic_maps/_topic_map.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
---
2525
Name: About
2626
Dir: welcome
27-
Distros: openshift-enterprise,openshift-webscale,openshift-origin,openshift-online,openshift-dpu
27+
Distros: openshift-enterprise,openshift-webscale,openshift-origin,openshift-online,openshift-dpu,openshift-telco
2828
Topics:
2929
- Name: Welcome
3030
File: index
@@ -2778,6 +2778,15 @@ Topics:
27782778
- Name: Pre-caching images for single-node OpenShift deployments
27792779
File: ztp-precaching-tool
27802780
---
2781+
Name: Reference design specifications
2782+
Dir: telco_ref_design_specs
2783+
Distros: openshift-telco
2784+
Topics:
2785+
- Name: Telco RAN reference design specification
2786+
File: ztp-ran-reference-design
2787+
- Name: Telco core reference design specification
2788+
File: cnf-core-reference-design
2789+
---
27812790
Name: Specialized hardware and driver enablement
27822791
Dir: hardware_enablement
27832792
Distros: openshift-origin,openshift-enterprise

telco_ref_design_specs/_attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:_content-type: ASSEMBLY
2+
[id="cnf-core-reference-design"]
3+
= Telco core reference design specification for {product-title} {product-version}
4+
:context: core-ref-design
5+
6+
toc::[]
7+
8+
The telco core reference design specification captures the recommended, tested, and supported configurations to get reliable and repeatable performance for a telco core cluster.
9+
The telco core reference design provides a platform that supports large scale telecom applications including control plane and some centralized data plane functions running on commodity hardware.
10+
These functions generally require scalability, complex networking support, resilient software-defined storage, and support performance requirements that are less stringent and constrained than far-edge RAN deployments.
11+
12+
These configurations are updated for each major Y-stream release of {product-title}.
13+
Z-stream patch releases are periodically re-tested against this reference configuration including many long duration validations.

telco_ref_design_specs/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/

telco_ref_design_specs/modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/

telco_ref_design_specs/snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_content-type: ASSEMBLY
2+
[id="ztp-ran-reference-design"]
3+
= Telco RAN reference design specification for {product-title} {product-version}
4+
:context: ran-ref-resign
5+
6+
toc::[]
7+
8+
The Telco RAN reference design specification captures the recommended, tested, and supported configurations to get reliable and repeatable performance for a cluster running the telco RAN DU profile.
9+
10+
These configurations are updated for each major Y-stream release of {product-title}.
11+
Z-stream patch releases are periodically re-tested against this reference configuration including many long duration validations.

welcome/index.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ include::_attributes/common-attributes.adoc[]
55
:context: welcome-index
66

77
[.lead]
8-
ifndef::openshift-rosa[]
8+
ifndef::openshift-rosa,openshift-telco[]
99
Welcome to the official {product-title} {product-version} documentation, where you can learn about {product-title} and start exploring its features.
10-
endif::openshift-rosa[]
10+
endif::openshift-rosa,openshift-telco[]
1111
ifdef::openshift-rosa[]
1212
Welcome to the official {product-title} (ROSA) documentation, where you can learn about ROSA and start exploring its features.
1313
To learn about ROSA, interacting with ROSA by using {cluster-manager-first} and command-line interface (CLI) tools, consumption experience, and integration with Amazon Web Services (AWS) services, start with xref:../rosa_architecture/rosa-understanding.adoc#rosa-understanding[the Introduction to ROSA documentation].
@@ -23,19 +23,26 @@ endif::[]
2323

2424
ifndef::openshift-rosa[]
2525

26-
ifndef::openshift-rosa,openshift-dedicated,openshift-dpu[]
26+
ifndef::openshift-rosa,openshift-dedicated,openshift-dpu,openshift-telco[]
2727
To navigate the {product-title} {product-version} documentation, you can use one of the following methods:
2828

2929
* Use the left navigation bar to browse the documentation.
3030
* Select the task that interests you from the contents of this Welcome page.
31-
endif::openshift-rosa,openshift-dedicated,openshift-dpu[]
31+
endif::openshift-rosa,openshift-dedicated,openshift-dpu,openshift-telco[]
3232
3333
ifdef::openshift-dpu[]
3434
To navigate the {product-title} data processing unit (DPU) documentation, use the left navigation bar.
3535

3636
For documentation that is not DPU-specific, see the link:https://docs.openshift.com/container-platform/latest/welcome/index.html[{product-title} documentation].
3737
endif::[]
3838

39+
ifdef::openshift-telco[]
40+
[.lead]
41+
This documentation describes the telco RAN and telco core reference design specifications and is shared with Red Hat telco partners only.
42+
43+
For documentation that is not telco-specific, see the link:https://docs.openshift.com/container-platform/latest/welcome/index.html[OpenShift Container Platform documentation].
44+
endif::[]
45+
3946
ifdef::openshift-dedicated[]
4047
To navigate the {product-title} documentation, use the left navigation bar.
4148

0 commit comments

Comments
 (0)