Skip to content

Commit 957fcf5

Browse files
authored
Merge pull request #80681 from max-cx/dtotel-docs-3.3
dtotel-docs-3.3 branch update
2 parents 301b506 + f6f0183 commit 957fcf5

File tree

759 files changed

+7162
-6921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

759 files changed

+7162
-6921
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"image":"mcr.microsoft.com/devcontainers/universal:2",
3-
"postCreateCommand": "sleep 30 && docker run --rm -it -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder sh -c \"git config --global --add safe.directory /docs && asciibinder build --distro openshift-rosa && asciibinder build --distro openshift-enterprise\" && python3 -m http.server -d ./_preview",
3+
"postCreateCommand": "sleep 60 && docker run --rm -it -v `pwd`:/docs:Z quay.io/openshift-cs/asciibinder sh -c \"git config --global --add safe.directory /docs && asciibinder build --distro openshift-rosa && asciibinder build --distro openshift-enterprise\" && python3 -m http.server -d ./_preview",
44
"customizations": {
55
"vscode": {
66
"settings": {

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ AddType text/vtt vtt
153153
RewriteRule ^(acs/(?:4\.4/)?)?installing/acs-installation-platforms\.html$ /acs/4.4/installing/acs-high-level-overview.html [NE,R=301]
154154
#redirect Architecture page for ACS Cloud into Cloud directory
155155
RewriteRule ^acs/(4\.4)/architecture/acscs-architecture\.html$ /acs/latest/cloud_service/acscs-architecture.html [NE,R=302]
156+
#redirect Managing compliance and Compliance Operator pages as per https://github.com/openshift/openshift-docs/pull/78035
157+
RewriteRule ^acs/(4\.5)/operating/manage-compliance-operator/compliance-operator-rhacs\.html$ /acs/latest/operating/compliance-operator-rhacs.html [NE,R=302]
156158

157-
# remove aro docs to just the welcome page
159+
#remove aro docs to just the welcome page
158160
RewriteRule aro/4/(?!welcome)(.*)?$ /container-platform/latest/$1 [L,R=301]
159161

160162
# Redirects for "latest" version
@@ -229,6 +231,17 @@ AddType text/vtt vtt
229231
RewriteRule ^container-platform/(4\.12|4\.13)/scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
230232
RewriteRule ^container-platform/(4\.12|4\.13)/scalability_and_performance/low_latency_tuning/cnf-provisioning-low-latency-workloads.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
231233

234+
#Install redirects per https://github.com/openshift/openshift-docs/pull/79711
235+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/index.html /container-platform/$1/installing/overview/index.html [NE,R=302]
236+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/installing-preparing.html /container-platform/$1/installing/overview/installing-preparing.html [NE,R=302]
237+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/cluster-capabilities.html /container-platform/$1/installing/overview/cluster-capabilities.html [NE,R=302]
238+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/installing-fips.html /container-platform/$1/installing/overview/installing-fips.html [NE,R=302]
239+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/validating-an-installation.html /container-platform/$1/installing/validation_and_troubleshooting/validating-an-installation.html [NE,R=302]
240+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/installing/installing-troubleshooting.html /container-platform/$1/installing/validation_and_troubleshooting/installing-troubleshooting.html [NE,R=302]
241+
242+
243+
# ingress sharding redirect per https://github.com/openshift/openshift-docs/pull/76916
244+
RewriteRule ^container-platform/(4\.1[2-6]|latest)/networking/ingress-sharding.html /container-platform/$1/networking/configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.html [NE,R=302]
232245

233246
# Redirects for new ZTP edge computing section
234247
RewriteRule ^container-platform/(4\.15|4\.16)/scalability_and_performance/ztp_far_edge/cnf-talm-for-cluster-upgrades.html /container-platform/$1/edge_computing/cnf-talm-for-cluster-upgrades.html [NE,R=302]
@@ -349,6 +362,16 @@ AddType text/vtt vtt
349362
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/gitops/collecting-debugging-data-for-support.html /gitops/latest/understanding_openshift_gitops/gathering-gitops-diagnostic-information-for-support.html [L,R=302]
350363
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/gitops/troubleshooting-issues-in-GitOps.html /gitops/latest/troubleshooting_gitops_issues/auto-reboot-during-argo-cd-sync-with-machine-configurations.html [L,R=302]
351364

365+
366+
# Lightspeed handling unversioned and latest links
367+
RewriteRule ^lightspeed/?$ /lightspeed/latest [R=302]
368+
RewriteRule ^lightspeed/latest/?(.*)$ /lightspeed/1\.0tp1/$1 [NE,R=302]
369+
370+
# Lightspeed landing page
371+
372+
RewriteRule ^container-platform/(4\.9|4\.10|4\.11|4\.12|4\.13|4\.14|4\.15|4\.16|4\.17|4\.18)/lightspeed/about/ols-openshift-lightspeed-overview.html /lightspeed/latest/about/ols-about-openshift-lightspeed.html [NE,R=302]
373+
374+
352375
# Pipelines handling unversioned and latest links
353376
RewriteRule ^pipelines/?$ /pipelines/latest [R=302]
354377
RewriteRule ^pipelines/latest/?(.*)$ /pipelines/1\.15/$1 [NE,R=302]

404-commercial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1>Not found</h1>
167167
<div class="container">
168168
<div class="row">
169169
<div class="col-sm-2">
170-
<img src="https://assets.openshift.com/hubfs/images/logos/Logo-RedHat-A-Reverse-RGB.svg" class="img-fluid" alt="Red Hat" style="height: 30px;">
170+
<img src="https://assets.openshift.net/content/img/Logo-Red_Hat-OpenShift-A-Reverse-RGB.svg" class="img-fluid" alt="Red Hat" style="height: 30px;">
171171
</div>
172172

173173
<div class="col-sm-3">

OWNERS-ALIASES

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

_attributes/attributes-microshift.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:OCP: OpenShift Container Platform
77
:ocp-version: 4.17
88
:oc-first: pass:quotes[OpenShift CLI (`oc`)]
9+
//OpenShift Kubernetes Engine
10+
:oke: OpenShift Kubernetes Engine
911
:product-title-first: Red Hat build of MicroShift (MicroShift)
1012
:microshift-short: MicroShift
1113
:product-registry: OpenShift image registry

_attributes/common-attributes.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ endif::[]
4747
:rh-rhacm-first: Red Hat Advanced Cluster Management (RHACM)
4848
:rh-rhacm: RHACM
4949
:rh-rhacm-version: 2.11
50-
:sandboxed-containers-first: OpenShift sandboxed containers
51-
:sandboxed-containers-operator: OpenShift sandboxed containers Operator
52-
:sandboxed-containers-version: 1.5
53-
:sandboxed-containers-version-z: 1.5.0
54-
:sandboxed-containers-legacy-version: 1.4.1
50+
:osc: OpenShift sandboxed containers
5551
:cert-manager-operator: cert-manager Operator for Red Hat OpenShift
5652
:secondary-scheduler-operator-full: Secondary Scheduler Operator for Red Hat OpenShift
5753
:secondary-scheduler-operator: Secondary Scheduler Operator
@@ -136,6 +132,9 @@ ifdef::telco-core[]
136132
:rds: telco core
137133
:rds-caps: Telco core
138134
endif::[]
135+
//lightspeed
136+
:ols-official: Red Hat OpenShift Lightspeed
137+
:ols: OpenShift Lightspeed
139138
//logging
140139
:logging: logging
141140
:logging-uc: Logging
@@ -168,8 +167,8 @@ endif::[]
168167
:product-rosa: Red Hat OpenShift Service on AWS
169168
:SMProductName: Red Hat OpenShift Service Mesh
170169
:SMProductShortName: Service Mesh
171-
:SMProductVersion: 2.5.2
172-
:MaistraVersion: 2.5
170+
:SMProductVersion: 2.6.0
171+
:MaistraVersion: 2.6
173172
:KialiProduct: Kiali Operator provided by Red Hat
174173
:SMPlugin: OpenShift Service Mesh Console (OSSMC) plugin
175174
:SMPluginShort: OSSMC plugin

_distro_map.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,3 +424,13 @@ openshift-lightspeed:
424424
lightspeed-docs-1.0tp1:
425425
name: '1.0tp1'
426426
dir: lightspeed/1.0tp1
427+
openshift-service-mesh:
428+
name: Red Hat OpenShift Service Mesh
429+
author: OpenShift documentation team <[email protected]>
430+
site: commercial
431+
site_name: Documentation
432+
site_url: https://docs.openshift.com/
433+
branches:
434+
service-mesh-docs-3.0.0tp1:
435+
name: '3.0tp1'
436+
dir: service-mesh/3.0.0tp1

_templates/_footer_origin.html.erb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@
2424
<div class="row">
2525
<div class="col-xs-12 col-sm-4">
2626
<a id="footer_logo" href="https://www.redhat.com/">
27-
<img alt="Red Hat" src="https://assets.openshift.com/hubfs/images/logos/Logo-RedHat-A-Reverse-RGB.svg" style="width: 128px">
28-
</a>
29-
</div>
30-
<div class="col-xs-12 col-sm-4 text-center">
31-
<a id="powered_by_openshift" title="Powered by OpenShift Online" href="https://www.openshift.com/">
32-
<img src="https://www.openshift.com/images/logos/powered_by_openshift_reverse.png" alt="Powered by OpenShift Online">
27+
<img alt="Red Hat" src="https://assets.openshift.net/content/img/Logo-Red_Hat-OpenShift-A-Reverse-RGB.svg" style="width: 128px">
3328
</a>
3429
</div>
30+
<div class="col-xs-12 col-sm-4 text-center"></div>
3531
<div class="col-xs-12 col-sm-4 text-right">
3632
<a id="built_with_asciibinder" title="Built with AsciiBinder docs management system" href="https://github.com/redhataccess/ascii_binder/">
3733
<img src="<%= File.join(images_path, 'asciibinder_web_logo.svg') %>" alt="AsciiBinder">

_templates/_footer_other.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row">
55

66
<div class="col-sm-2">
7-
<img src="https://assets.openshift.com/hubfs/images/logos/Logo-RedHat-A-Reverse-RGB.svg" class="img-fluid" alt="Red Hat" style="height: 30px;">
7+
<img src="https://assets.openshift.net/content/img/Logo-Red_Hat-OpenShift-A-Reverse-RGB.svg" class="img-fluid" alt="Red Hat" style="height: 30px;">
88
</div>
99

1010
<div class="col-sm-3">

_templates/_page_openshift.html.erb

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
</span>
6868
<% end %>
6969

70+
<% if (distro_key == "openshift-lightspeed") %>
71+
<span>
72+
<div class="alert alert-danger" role="alert" id="support-alert">
73+
<strong>OpenShift Lightspeed is a Developer Preview release. Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to upcoming product features in advance of their possible inclusion in a Red Hat product offering, enabling customers to test functionality and provide feedback during the development process. These features might not have any documentation, are subject to change or removal at any time, and testing is limited. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA. This documentation is a work in progress and might not be complete or fully tested.</strong></a>.
74+
</div>
75+
</span>
76+
<% end %>
77+
7078
<% if (version == "4.17") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7179
<span>
7280
<div class="alert alert-danger" role="alert" id="support-alert">
@@ -256,6 +264,13 @@
256264
<option value="1.9">1.9</option>
257265
<option value="1.8">1.8</option>
258266
</select>
267+
<% elsif (distro_key == "openshift-lightspeed") %>
268+
<a href="https://docs.openshift.com/lightspeed/<%= version %>/about/ols-about-openshift-lightspeed.html">
269+
<%= distro %>
270+
</a>
271+
<select id="version-selector" onchange="versionSelector(this);">
272+
<option value="1.0tp1">1.0tp1</option>
273+
</select>
259274
<% elsif (distro_key == "openshift-telco") %>
260275
<a href="https://docs.openshift.com/container-platform-telco/<%= version %>/welcome/index.html">
261276
<%= distro %>
@@ -299,7 +314,7 @@
299314
<li class="hidden-xs active">
300315
<%= breadcrumb_topic %>
301316
</li>
302-
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro" && distro_key != "openshift-acs" && distro_key != "openshift-serverless" && distro_key != "openshift-gitops" && distro_key != "openshift-pipelines" && distro_key != "openshift-builds") %>
317+
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro" && distro_key != "openshift-acs" && distro_key != "openshift-serverless" && distro_key != "openshift-gitops" && distro_key != "openshift-pipelines" && distro_key != "openshift-builds" && distro_key != "openshift-lightspeed" && distro_key != "openshift-telco") %>
303318
<span text-align="right" style="float: right !important">
304319
<a href="https://github.com/openshift/openshift-docs/commits/<%=
305320
((distro_key == "openshift-enterprise") ? "enterprise-#{version}"
@@ -496,7 +511,8 @@
496511
'openshift-serverless' : ['docs_serverless', version],
497512
'openshift-pipelines' : ['docs_pipelines', version],
498513
'openshift-builds' : ['docs_builds', version],
499-
'openshift-gitops' : ['docs_gitops', version]
514+
'openshift-gitops' : ['docs_gitops', version],
515+
'openshift-lightspeed' : ['docs_lightspeed', version]
500516
};
501517

502518
// only OSD v3 docs have the version variable specified

0 commit comments

Comments
 (0)