Skip to content

Commit 4ae23a5

Browse files
authored
Merge pull request #81231 from max-cx/dtotel-docs-3.3update
dtotel-docs-3.3 branch update
2 parents 3d4704a + eea67e0 commit 4ae23a5

File tree

449 files changed

+8242
-3368
lines changed

Some content is hidden

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

449 files changed

+8242
-3368
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ AddType text/vtt vtt
318318
# redirect any links to existing ROSA/Dedicated embedded content to standalone equivalent
319319
RewriteRule ^(rosa|dedicated)/serverless/?(.*)$ /serverless/1.33/$2 [L,R=302]
320320

321-
# redirect builds latest to 1.0
321+
# redirect builds latest to 1.1
322322
RewriteRule ^builds/?$ /builds/latest [R=302]
323-
RewriteRule ^builds/latest/?(.*)$ /builds/1.0/$1 [NE,R=302]
323+
RewriteRule ^builds/latest/?(.*)$ /builds/1.1/$1 [NE,R=302]
324324

325325
# redirect top-level without filespec to the about file
326-
RewriteRule ^builds/(1\.0)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
326+
RewriteRule ^builds/(1\.0|1\.1)/?$ /builds/$1/about/overview-openshift-builds.html [L,R=302]
327327

328328
# Builds using Shipwright landing page
329329
RewriteRule ^container-platform/(4\.14|4\.15|4\.16|4\.17|4\.18)/cicd/builds_using_shipwright/overview-openshift-builds.html /builds/latest/about/overview-openshift-builds.html [L,R=302]

_attributes/attributes-openshift-dedicated.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:hybrid-console-url: link:https://console.redhat.com[Red Hat Hybrid Cloud Console]
1818
:AWS: Amazon Web Services (AWS)
1919
:GCP: Google Cloud Platform (GCP)
20+
:openshift-networking: Red Hat OpenShift Networking
2021
:product-registry: OpenShift image registry
2122
:kebab: image:kebab.png[title="Options menu"]
2223
:rhq-short: Red Hat Quay

_attributes/common-attributes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ endif::[]
214214
:olmv0-caps: Legacy OLM
215215
:olmv0-first: legacy Operator Lifecycle Manager (OLM)
216216
:olmv0-first-caps: Legacy Operator Lifecycle Manager (OLM)
217-
//Next-gen (OCP 4.14+) Operator Lifecycle Manager, aka "v1"
218-
:olmv1: OLM 1.0
219-
:olmv1-first: Operator Lifecycle Manager (OLM) 1.0
217+
//Next-gen (OCP 4.14+) Operator Lifecycle Manager, f/k/a "1.0"
218+
:olmv1: OLM v1
219+
:olmv1-first: Operator Lifecycle Manager (OLM) v1
220220
//
221221
:ztp-first: GitOps Zero Touch Provisioning (ZTP)
222222
:ztp: GitOps ZTP

_distro_map.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ openshift-acs:
312312
dir: acs/4.4
313313
rhacs-docs-4.5:
314314
name: '4.5'
315-
dir: acs/4.5
315+
dir: acs/4.5
316316
microshift:
317317
name: Red Hat build of MicroShift
318318
author: OpenShift Documentation Project <[email protected]>
@@ -414,6 +414,9 @@ openshift-builds:
414414
build-docs-1.0:
415415
name: '1.0'
416416
dir: builds/1.0
417+
build-docs-1.1:
418+
name: '1.1'
419+
dir: builds/1.1
417420
openshift-lightspeed:
418421
name: Red Hat OpenShift Lightspeed
419422
author: OpenShift documentation team <[email protected]>
@@ -432,5 +435,5 @@ openshift-service-mesh:
432435
site_url: https://docs.openshift.com/
433436
branches:
434437
service-mesh-docs-3.0.0tp1:
435-
name: '3.0tp1'
438+
name: '3.0.0tp1'
436439
dir: service-mesh/3.0.0tp1

_templates/_page_openshift.html.erb

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
</span>
7676
<% end %>
7777

78+
<% if (distro_key == "openshift-service-mesh") %>
79+
<span>
80+
<div class="alert alert-danger" role="alert" id="support-alert">
81+
<strong>OpenShift Service Mesh 3.0 is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. This documentation is a work in progress and might not be complete or fully tested.</strong>.
82+
</div>
83+
</span>
84+
<% end %>
85+
7886
<% if (version == "4.17") && (distro_key != "openshift-webscale" && distro_key != "openshift-dpu" && distro_key != "rosa-hcp") %>
7987
<span>
8088
<div class="alert alert-danger" role="alert" id="support-alert">
@@ -251,6 +259,7 @@
251259
</a>
252260
<select id="version-selector" onchange="versionSelector(this);">
253261
<option value="1.0">1.0</option>
262+
<option value="1.1">1.1</option>
254263
</select>
255264
<% elsif (distro_key == "openshift-gitops") %>
256265
<a href="https://docs.openshift.com/gitops/<%= version %>/release_notes/gitops-release-notes.html">
@@ -271,6 +280,13 @@
271280
<select id="version-selector" onchange="versionSelector(this);">
272281
<option value="1.0tp1">1.0tp1</option>
273282
</select>
283+
<% elsif (distro_key == "openshift-service-mesh") %>
284+
<a href="https://docs.openshift.com/service-mesh/<%= version %>/about/ossm-about-openshift-service-mesh.html">
285+
<%= distro %>
286+
</a>
287+
<select id="version-selector" onchange="versionSelector(this);">
288+
<option value="3.0.0tp1">3.0tp1</option>
289+
</select>
274290
<% elsif (distro_key == "openshift-telco") %>
275291
<a href="https://docs.openshift.com/container-platform-telco/<%= version %>/welcome/index.html">
276292
<%= distro %>
@@ -314,7 +330,7 @@
314330
<li class="hidden-xs active">
315331
<%= breadcrumb_topic %>
316332
</li>
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") %>
333+
<% 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-service-mesh" && distro_key != "openshift-telco") %>
318334
<span text-align="right" style="float: right !important">
319335
<a href="https://github.com/openshift/openshift-docs/commits/<%=
320336
((distro_key == "openshift-enterprise") ? "enterprise-#{version}"
@@ -512,7 +528,8 @@
512528
'openshift-pipelines' : ['docs_pipelines', version],
513529
'openshift-builds' : ['docs_builds', version],
514530
'openshift-gitops' : ['docs_gitops', version],
515-
'openshift-lightspeed' : ['docs_lightspeed', version]
531+
'openshift-lightspeed' : ['docs_lightspeed', version],
532+
'openshift-service-mesh' : ['docs_service_mesh', version]
516533
};
517534

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

_topic_maps/_topic_map.yml

Lines changed: 55 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ Topics:
202202
File: uninstalling-cluster-aws
203203
- Name: Installation configuration parameters
204204
File: installation-config-parameters-aws
205+
- Name: AWS Local Zone or Wavelength Zone tasks
206+
File: aws-compute-edge-zone-tasks
207+
Distros: openshift-enterprise
205208
- Name: Installing on Azure
206209
Dir: installing_azure
207210
Distros: openshift-origin,openshift-enterprise
@@ -556,6 +559,12 @@ Topics:
556559
File: using-vsphere-problem-detector-operator
557560
- Name: Installation configuration parameters
558561
File: installation-config-parameters-vsphere
562+
- Name: Regions and zones for a VMware vCenter
563+
File: post-install-vsphere-zones-regions-configuration
564+
- Name: Enabling encryption on a vSphere cluster
565+
File: vsphere-post-installation-encryption
566+
- Name: Configuring the vSphere connection settings after an installation
567+
File: installing-vsphere-post-installation-configuration
559568
- Name: Installing on any platform
560569
Dir: installing_platform_agnostic
561570
Distros: openshift-origin,openshift-enterprise
@@ -621,10 +630,6 @@ Topics:
621630
File: multi-architecture-compute-managing
622631
- Name: Managing workloads on multi-architecture clusters by using the Multiarch Tuning Operator
623632
File: multiarch-tuning-operator
624-
- Name: Enabling encryption on a vSphere cluster
625-
File: vsphere-post-installation-encryption
626-
- Name: Configuring the vSphere connection settings after an installation
627-
File: installing-vsphere-post-installation-configuration
628633
- Name: Cluster tasks
629634
File: cluster-tasks
630635
- Name: Node tasks
@@ -648,11 +653,6 @@ Topics:
648653
Distros: openshift-origin,openshift-enterprise
649654
- Name: Configuring additional devices in an IBM Z or IBM LinuxONE environment
650655
File: ibmz-post-install
651-
- Name: Regions and zones for a VMware vCenter
652-
File: post-install-vsphere-zones-regions-configuration
653-
- Name: AWS Local Zone or Wavelength Zone tasks
654-
File: aws-compute-edge-zone-tasks
655-
Distros: openshift-enterprise
656656
---
657657
Name: Updating clusters
658658
Dir: updating
@@ -1955,25 +1955,48 @@ Topics:
19551955
Distros: openshift-origin
19561956
- Name: Cluster Operators reference
19571957
File: operator-reference
1958-
- Name: OLM 1.0 (Technology Preview)
1958+
- Name: OLM v1 (Technology Preview)
19591959
Dir: olm_v1
19601960
Distros: openshift-origin,openshift-enterprise
19611961
Topics:
1962-
- Name: About OLM 1.0
1962+
- Name: About OLM v1
19631963
File: index
1964-
- Name: Components and architecture
1965-
Dir: arch
1966-
Topics:
1967-
- Name: Components overview
1968-
File: olmv1-components
1969-
- Name: Operator Controller
1970-
File: olmv1-operator-controller
1971-
- Name: RukPak
1972-
File: olmv1-rukpak
1973-
- Name: Catalogd
1974-
File: olmv1-catalogd
1975-
- Name: Installing an Operator from a catalog
1976-
File: olmv1-installing-an-operator-from-a-catalog
1964+
---
1965+
Name: Extensions (OLM v1)
1966+
Dir: extensions
1967+
Distros: openshift-enterprise,openshift-origin
1968+
Topics:
1969+
- Name: Extensions overview
1970+
File: index
1971+
- Name: Architecture
1972+
Dir: arch
1973+
Topics:
1974+
- Name: Components overview
1975+
File: components
1976+
- Name: Operator Controller
1977+
File: operator-controller
1978+
- Name: Catalogd
1979+
File: catalogd
1980+
- Name: Common terms
1981+
File: of-terms
1982+
- Name: Catalogs
1983+
Dir: catalogs
1984+
Topics:
1985+
- Name: File-based catalogs
1986+
File: fbc
1987+
- Name: Red Hat-provided catalogs
1988+
File: rh-catalogs
1989+
- Name: Managing catalogs
1990+
File: managing-catalogs
1991+
- Name: Creating catalogs
1992+
File: creating-catalogs
1993+
- Name: Cluster extensions
1994+
Dir: ce
1995+
Topics:
1996+
- Name: Managing extensions
1997+
File: managing-ce
1998+
- Name: Upgrade edges
1999+
File: upgrade-edges
19772000
---
19782001
Name: CI/CD
19792002
Dir: cicd
@@ -2234,8 +2257,6 @@ Topics:
22342257
Dir: creating_machinesets
22352258
Distros: openshift-origin,openshift-enterprise
22362259
Topics:
2237-
- Name: Creating a compute machine set on Alibaba Cloud
2238-
File: creating-machineset-alibaba
22392260
- Name: Creating a compute machine set on AWS
22402261
File: creating-machineset-aws
22412262
- Name: Creating a compute machine set on Azure
@@ -2365,6 +2386,8 @@ Topics:
23652386
File: hcp-cli
23662387
- Name: Distributing hosted cluster workloads
23672388
File: hcp-distribute-workloads
2389+
- Name: Enabling or disabling the hosted control planes feature
2390+
File: hcp-enable-disable
23682391
- Name: Deploying hosted control planes
23692392
Dir: hcp-deploy
23702393
Topics:
@@ -2437,6 +2460,8 @@ Topics:
24372460
File: hcp-destroy-virt
24382461
- Name: Destroying a hosted cluster on IBM Z
24392462
File: hcp-destroy-ibmz
2463+
- Name: Manually importing a hosted control plane cluster
2464+
File: hcp-import
24402465
---
24412466
Name: Nodes
24422467
Dir: nodes
@@ -3279,6 +3304,10 @@ Topics:
32793304
File: installing-oadp-ocs
32803305
- Name: Configuring OADP with OpenShift Virtualization
32813306
File: installing-oadp-kubevirt
3307+
- Name: Configuring OADP with multiple backup storage locations
3308+
File: configuring-oadp-multiple-bsl
3309+
- Name: Configuring OADP with multiple Volume Snapshot Locations
3310+
File: configuring-oadp-multiple-vsl
32823311
- Name: Uninstalling OADP
32833312
Dir: installing
32843313
Topics:

_topic_maps/_topic_map_ms.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,17 @@ Topics:
5555
- Name: Troubleshooting installation issues
5656
File: microshift-installing-troubleshooting
5757
---
58+
Name: Installing with RHEL image mode
59+
Dir: microshift_install_bootc
60+
Distros: microshift
61+
Topics:
62+
- Name: Installing with RHEL image mode
63+
File: microshift-install-rhel-image-mode
64+
---
5865
Name: Updating
5966
Dir: microshift_updating
6067
Distros: microshift
6168
Topics:
62-
- Name: About updates
63-
File: microshift-about-updates
6469
- Name: Update options
6570
File: microshift-update-options
6671
- Name: Updates with rpm-ostree systems
@@ -380,8 +385,10 @@ Name: Configuring
380385
Dir: microshift_configuring
381386
Distros: microshift
382387
Topics:
383-
- Name: Using configuration tools
388+
- Name: Using the MicroShift configuration file
384389
File: microshift-using-config-tools
390+
- Name: Configuring IPv6 networking
391+
File: microshift-nw-ipv6-config
385392
- Name: Cluster access with kubeconfig
386393
File: microshift-cluster-access-kubeconfig
387394
- Name: Using custom certificate authorities
@@ -390,6 +397,8 @@ Topics:
390397
File: microshift-greenboot-checking-status
391398
- Name: Configuring audit logging policies
392399
File: microshift-audit-logs-config
400+
- Name: Workload partitioning
401+
File: microshift-workload-partitioning
393402
---
394403
Name: Networking
395404
Dir: microshift_networking
@@ -504,3 +513,5 @@ Topics:
504513
File: microshift-etcd-troubleshoot
505514
- Name: Additional information
506515
File: microshift-things-to-know
516+
- Name: Data cleanup
517+
File: microshift-cleanup-data

_topic_maps/_topic_map_osd.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,6 @@ Topics:
362362
File: osd-managing-worker-nodes
363363
- Name: About autoscaling nodes on a cluster
364364
File: osd-nodes-about-autoscaling-nodes
365-
- Name: Logging
366-
Dir: osd_logging
367-
Distros: openshift-dedicated
368-
Topics:
369-
- Name: Accessing the service logs
370-
File: osd-accessing-the-service-logs
371365
---
372366
Name: Security and compliance
373367
Dir: security
@@ -820,6 +814,8 @@ Name: Networking
820814
Dir: networking
821815
Distros: openshift-dedicated
822816
Topics:
817+
- Name: About networking
818+
File: about-managed-networking
823819
- Name: Understanding the DNS Operator
824820
File: dns-operator
825821
- Name: Understanding the Ingress Operator
@@ -850,6 +846,11 @@ Topics:
850846
File: deleting-network-policy
851847
- Name: Configuring multitenant isolation with network policy
852848
File: multitenant-network-policy
849+
- Name: OVN-Kubernetes network plugin
850+
Dir: ovn_kubernetes_network_provider
851+
Topics:
852+
- Name: About the OpenShift SDN network plugin
853+
File: about-ovn-kubernetes
853854
- Name: Configuring Routes
854855
Dir: routes
855856
Topics:
@@ -1256,8 +1257,6 @@ Topics:
12561257
File: cluster-logging-dashboards
12571258
- Name: Log visualization with Kibana
12581259
File: logging-kibana
1259-
- Name: Accessing the service logs
1260-
File: sd-accessing-the-service-logs
12611260
- Name: Configuring your Logging deployment
12621261
Dir: config
12631262
Topics:

0 commit comments

Comments
 (0)