Skip to content

Commit ac1d524

Browse files
committed
OSDOCS-5592: Fixed removed references in OSD
1 parent ff6186e commit ac1d524

6 files changed

+22
-16
lines changed

logging/cluster-logging-external.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ include::modules/cluster-logging-troubleshooting-loki-entry-out-of-order-errors.
178178

179179
* link:https://grafana.com/docs/loki/latest/configuration/[Configuring Loki server]
180180

181-
ifndef::openshift-dedicated,openshift-rosa[]
181+
ifndef::openshift-rosa[]
182182
include::modules/cluster-logging-collector-log-forward-gcp.adoc[leveloffset=+1]
183-
endif::openshift-dedicated,openshift-rosa[]
183+
endif::openshift-rosa[]
184184

185185
include::modules/logging-forward-splunk.adoc[leveloffset=+1]
186186

modules/osd-applications-config-custom-domains.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,13 @@ NAME ENDPOINT D
8484
<company_name> xxrywp.<company_name>.cluster-01.opln.s1.openshiftapps.com *.apps.<company_name>.io Ready
8585
----
8686

87+
ifdef::openshift-rosa[]
8788
. Using the endpoint value, add a new wildcard CNAME recordset to your managed DNS provider, such as Route53.
89+
endif::openshift-rosa[]
90+
ifndef::openshift-rosa[]
91+
. Using the endpoint value, add a new wildcard CNAME recordset to your managed DNS provider, such as Route53, Azure DNS, or Google DNS.
92+
endif::openshift-rosa[]
93+
8894
+
8995
.Example
9096
+

modules/ossm-federation-across-cluster.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ service.beta.kubernetes.io/aws-load-balancer-type: nlb
2727

2828
The Fully Qualified Domain Name found in the `.status.loadBalancer.ingress.hostname` field of the ingress gateway `Service` object should be specified as one of the entries in the `.spec.remote.addresses` field of the `ServiceMeshPeer` object.
2929

30-
ifndef::openshift-rosa,openshift-dedicated[]
30+
ifndef::openshift-rosa[]
3131
== Exposing the federation ingress on Azure
3232
On Microsoft Azure, merely setting the service type to `LoadBalancer` suffices for mesh federation to operate correctly.
3333

@@ -37,4 +37,4 @@ The IP address found in the `.status.loadBalancer.ingress.ip` field of the ingre
3737
On Google Cloud Platform, merely setting the service type to `LoadBalancer` suffices for mesh federation to operate correctly.
3838

3939
The IP address found in the `.status.loadBalancer.ingress.ip` field of the ingress gateway `Service` object should be specified as one of the entries in the `.spec.remote.addresses` field of the `ServiceMeshPeer` object.
40-
endif::openshift-rosa,openshift-dedicated[]
40+
endif::openshift-rosa[]

modules/ossm-rn-new-features.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -606,12 +606,12 @@ New Custom Resource Definitions (CRDs) have been added to support federating ser
606606

607607
* `ImportedServiceSet` - Defines which services for a given `ServiceMeshPeer` are imported from the peer mesh. These services must also be made available by the peer’s `ExportedServiceMeshSet` resource.
608608

609-
ifndef::openshift-dedicated,openshift-rosa[]
609+
ifndef::openshift-rosa[]
610610
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS (ROSA), Azure Red Hat OpenShift (ARO), or OpenShift Dedicated (OSD).
611-
endif::openshift-dedicated,openshift-rosa[]
612-
ifdef::openshift-dedicated,openshift-rosa[]
611+
endif::openshift-rosa[]
612+
ifdef::openshift-rosa[]
613613
Service Mesh Federation is not supported between clusters on Red Hat OpenShift Service on AWS (ROSA) or OpenShift Dedicated (OSD).
614-
endif::openshift-dedicated,openshift-rosa[]
614+
endif::openshift-rosa[]
615615

616616
=== OVN-Kubernetes Container Network Interface (CNI) generally available
617617

@@ -829,16 +829,16 @@ spec:
829829

830830
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
831831

832-
ifndef::openshift-dedicated,openshift-rosa[]
832+
ifndef::openshift-rosa[]
833833
== {SMProductName} on {product-dedicated} and Microsoft Azure Red Hat OpenShift
834834

835835
{SMProductName} is now supported through {product-dedicated} and Microsoft Azure Red Hat OpenShift.
836-
endif::openshift-dedicated,openshift-rosa[]
837-
ifdef::openshift-dedicated,openshift-rosa[]
836+
endif::openshift-rosa[]
837+
ifdef::openshift-rosa[]
838838
== {SMProductName} on {product-dedicated}
839839

840840
{SMProductName} is now supported through {product-dedicated}.
841-
endif::openshift-dedicated,openshift-rosa[]
841+
endif::openshift-rosa[]
842842

843843

844844
== New features {SMProductName} 2.0.6

modules/ossm-supported-configurations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The {SMProductName} Operator supports multiple versions of the `ServiceMeshContr
1717

1818
* Red Hat {product-title} version 4.9 or later.
1919
* {product-dedicated} version 4.
20-
ifndef::openshift-dedicated,openshift-rosa[]
20+
ifndef::openshift-rosa[]
2121
* Azure Red Hat OpenShift (ARO) version 4.
22-
endif::openshift-dedicated,openshift-rosa[]
22+
endif::openshift-rosa[]
2323
* Red Hat OpenShift Service on AWS (ROSA).
2424

2525
[id="ossm-unsupported-configurations_{context}"]

networking/routes/secured-routes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99

1010
Secure routes provide 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.
1111

12-
ifndef::openshift-dedicated,openshift-rosa[]
12+
ifndef::openshift-rosa[]
1313
[IMPORTANT]
1414
====
1515
If you create routes in Microsoft Azure through public endpoints, the resource
@@ -18,7 +18,7 @@ terms. For a list of terms that Azure restricts, see
1818
link:https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-reserved-resource-name[Resolve reserved resource name errors]
1919
in the Azure documentation.
2020
====
21-
endif::openshift-dedicated,openshift-rosa[]
21+
endif::openshift-rosa[]
2222

2323
include::modules/nw-ingress-creating-a-reencrypt-route-with-a-custom-certificate.adoc[leveloffset=+1]
2424

0 commit comments

Comments
 (0)