Skip to content

Commit 7f3d295

Browse files
committed
adding openshift telco distro
adding ref design folder + symlinks
1 parent d2eced9 commit 7f3d295

File tree

9 files changed

+62
-2
lines changed

9 files changed

+62
-2
lines changed

_distro_map.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,16 @@ openshift-dpu:
224224
enterprise-4.10:
225225
name: '4.10'
226226
dir: container-platform-dpu/4.10
227+
openshift-telco:
228+
name: OpenShift Container Platform for Telco
229+
author: OpenShift Documentation Project <[email protected]>
230+
site: commercial
231+
site_name: Documentation
232+
site_url: https://docs.openshift.com/
233+
branches:
234+
enterprise-4.14:
235+
name: '4.14'
236+
dir: container-platform-telco/4.14
227237
openshift-acs:
228238
name: Red Hat Advanced Cluster Security for Kubernetes
229239
author: OpenShift documentation team <[email protected]>

_templates/_page_openshift.html.erb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<meta content="width=device-width, initial-scale=1.0" name="viewport">
1212
<%= (distro_key == "openshift-webscale") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
1313
<%= (distro_key == "openshift-dpu") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
14+
<%= (distro_key == "openshift-telco") ? '<meta name="robots" content="noindex,nofollow">' : '' %>
1415
<%= ((["3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.9", "3.10", "4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7"].include?(version)) && distro_key == "openshift-enterprise") ? '<meta name="googlebot" content="noindex">' : '' %>
1516
<title><%= [topic_title, subgroup_title].compact.join(' - ') %> | <%= group_title %> | <%= distro %> <%= version %></title>
1617
<link href="https://assets.openshift.net/content/subdomain.css" rel="stylesheet" type="text/css"/>
@@ -195,7 +196,14 @@
195196
<select id="version-selector" onchange="versionSelector(this);">
196197
<option value="1.9">1.9</option>
197198
<option value="1.8">1.8</option>
198-
</select>
199+
</select>
200+
<% elsif (distro_key == "openshift-telco") %>
201+
<a href="https://docs.openshift.com/container-platform-telco/<%= version %>/telco_ref_design_specs/ztp-ran-reference-design.html">
202+
<%= distro %>
203+
</a>
204+
<select id="version-selector" onchange="versionSelector(this);">
205+
<option value="4.14">4.14</option>
206+
</select>
199207
<% elsif (distro_key == "openshift-origin") %>
200208
<a href="https://docs.okd.io/<%= version %>/welcome/index.html">
201209
<%= distro %>
@@ -234,6 +242,7 @@
234242
((distro_key == "openshift-enterprise") ? "enterprise-#{version}"
235243
: (distro_key == "openshift-aro") ? "aro-work"
236244
: (distro_key=="openshift-dedicated" ) ? "dedicated-4"
245+
: (distro_key == "openshift-telco") ? "enterprise-#{version}"
237246
: "main" ) %>/<%= repo_path %>"><span class="material-icons-outlined" title="Page history">history</span></a>
238247
<%
239248
unless (unsupported_versions.include? version)
@@ -245,6 +254,7 @@
245254
: (distro_key=="openshift-aro" ) ? "[aro-#{version}]+Issue+in+file+#{repo_path}"
246255
: (distro_key=="openshift-online" ) ? "[online-#{version}]+Issue+in+file+#{repo_path}"
247256
: (distro_key=="openshift-rosa" ) ? "[rosa-#{version}]+Issue+in+file+#{repo_path}"
257+
: (distro_key=="openshift-telco" ) ? "[enterprise-#{version}]+Issue+in+file+#{repo_path}"
248258
: "Issue+in+file+#{repo_path}" ) %>">
249259
<span class="material-icons-outlined" title="Open an issue">bug_report</span>
250260
</a>
@@ -307,7 +317,7 @@
307317
</a>
308318
<% end %>
309319
</span>
310-
<% end %>
320+
<% end %>
311321
</ol>
312322
<div class="row row-offcanvas row-offcanvas-left">
313323
<div class="col-xs-8 col-sm-3 col-md-3 sidebar sidebar-offcanvas hide-for-print">
@@ -384,6 +394,7 @@
384394
'openshift-dedicated': ['docs_dedicated_v4'],
385395
'openshift-online': ['docs_online', version],
386396
'openshift-enterprise': ['docs_cp', version],
397+
'openshift-telco': ['docs_cp', version],
387398
'openshift-aro' : ['docs_aro', version],
388399
'openshift-rosa' : ['docs_rosa'],
389400
'openshift-acs' : ['docs_acs', version],

_topic_maps/_topic_map.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2733,8 +2733,10 @@ Topics:
27332733
Distros: openshift-origin,openshift-enterprise
27342734
- Name: Performing latency tests for platform verification
27352735
File: cnf-performing-platform-verification-latency-tests
2736+
Distros: openshift-origin,openshift-enterprise
27362737
- Name: Improving cluster stability in high latency environments using worker latency profiles
27372738
File: scaling-worker-latency-profiles
2739+
Distros: openshift-origin,openshift-enterprise
27382740
- Name: Creating a performance profile
27392741
File: cnf-create-performance-profiles
27402742
Distros: openshift-origin,openshift-enterprise
@@ -2778,6 +2780,15 @@ Topics:
27782780
- Name: Pre-caching images for single-node OpenShift deployments
27792781
File: ztp-precaching-tool
27802782
---
2783+
Name: Reference design specifications
2784+
Dir: telco_ref_design_specs
2785+
Distros: openshift-telco
2786+
Topics:
2787+
- Name: Telco RAN reference design specification
2788+
File: ztp-ran-reference-design
2789+
- Name: Telco core reference design specification
2790+
File: cnf-core-reference-design
2791+
---
27812792
Name: Specialized hardware and driver enablement
27822793
Dir: hardware_enablement
27832794
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.

0 commit comments

Comments
 (0)