Skip to content

Commit 963d293

Browse files
authored
Merge pull request #57658 from EricPonvelle/OSDOCS-5594_IBM-Ref
OSDOCS-5594: Removed references to IBM from ROSA docs
2 parents ff4df98 + b02f208 commit 963d293

11 files changed

+46
-0
lines changed

modules/cluster-logging-feature-reference.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ $ oc -n openshift-logging edit ClusterLogging instance
159159
| Global proxy support | ✓ | ✓
160160
| x86 support | ✓ | ✓
161161
| ARM support | ✓ | ✓
162+
ifndef::openshift-rosa[]
162163
| {ibmpowerProductName} support | ✓ | ✓
163164
| {ibmzProductName} support | ✓ | ✓
165+
endif::openshift-rosa[]
164166
| IPv6 support | ✓ | ✓
165167
| Log event buffering | ✓ |
166168
| Disconnected Cluster | ✓ | ✓

modules/distr-tracing-rn-known-issues.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Result - If the workaround does not completely address the problem.
1717
These limitations exist in {DTProductName}:
1818

1919
* Apache Spark is not supported.
20+
ifndef::openshift-rosa[]
2021
2122
* The streaming deployment via AMQ/Kafka is unsupported on IBM Z and IBM Power Systems.
23+
endif::openshift-rosa[]
2224
2325
These are the known issues for {DTProductName}:
2426

modules/ossm-federation-across-cluster.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ The service must be exposed through a load balancer that operates at Layer4 of t
1414
If the cluster runs on bare metal and fully supports `LoadBalancer` services, 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.
1515

1616
If the cluster does not support `LoadBalancer` services, using a `NodePort` service could be an option if the nodes are accessible from the cluster running the other mesh. In the `ServiceMeshPeer` object, specify the IP addresses of the nodes in the `.spec.remote.addresses` field and the service's node ports in the `.spec.remote.discoveryPort` and `.spec.remote.servicePort` fields.
17+
ifndef::openshift-rosa[]
1718

1819
== Exposing the federation ingress on clusters running on {ibmpowerProductName} and {ibmzProductName}
1920
If the cluster runs on {ibmpowerProductName} or {ibmzProductName} infrastructure and fully supports `LoadBalancer` services, 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.
2021

2122
If the cluster does not support `LoadBalancer` services, using a `NodePort` service could be an option if the nodes are accessible from the cluster running the other mesh. In the `ServiceMeshPeer` object, specify the IP addresses of the nodes in the `.spec.remote.addresses` field and the service's node ports in the `.spec.remote.discoveryPort` and `.spec.remote.servicePort` fields.
23+
endif::openshift-rosa[]
2224

2325
== Exposing the federation ingress on Amazon Web Services (AWS)
2426
By default, LoadBalancer services in clusters running on AWS do not support L4 load balancing. In order for {SMProductName} federation to operate correctly, the following annotation must be added to the ingress gateway service:

modules/ossm-rn-known-issues.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ These limitations exist in {SMProductName}:
2121
2222
* The first time you access related services such as {JaegerShortName} and Grafana, from the Kiali console, you must accept the certificate and re-authenticate using your {product-title} login credentials. This happens due to an issue with how the framework displays embedded pages in the console.
2323
24+
ifndef::openshift-rosa[]
2425
* The Bookinfo sample application cannot be installed on IBM Z and IBM Power.
2526

2627
* WebAssembly extensions are not supported on IBM Z and IBM Power.
2728
2829
* LuaJIT is not supported on IBM Power.
2930
31+
endif::openshift-rosa[]
3032
[id="ossm-rn-known-issues-ossm_{context}"]
3133
== {SMProductShortName} known issues
3234

@@ -83,6 +85,7 @@ For example, if you create a namespace called 'akube-a' and add it to the Servic
8385
+
8486
Workaround: Change the Kiali Custom Resource setting so it prefixes the setting with a carat (^). For example:
8587
+
88+
ifndef::openshift-rosa[]
8689
[source,yaml]
8790
----
8891
api:
@@ -94,10 +97,26 @@ api:
9497
- "^ibm.*"
9598
- "^kiali-operator"
9699
----
100+
endif::openshift-rosa[]
101+
102+
ifdef::openshift-rosa[]
103+
[source,yaml]
104+
----
105+
api:
106+
namespaces:
107+
exclude:
108+
- "^istio-operator"
109+
- "^kube-.*"
110+
- "^openshift.*"
111+
- "^kiali-operator"
112+
----
113+
endif::openshift-rosa[]
97114
+
98115
* link:https://issues.redhat.com/browse/MAISTRA-2692[MAISTRA-2692] With Mixer removed, custom metrics that have been defined in {SMProductShortName} 2.0.x cannot be used in 2.1. Custom metrics can be configured using `EnvoyFilter`. Red Hat is unable to support `EnvoyFilter` configuration except where explicitly documented. This is due to tight coupling with the underlying Envoy APIs, meaning that backward compatibility cannot be maintained.
116+
ifndef::openshift-rosa[]
99117
100118
* link:https://issues.redhat.com/browse/MAISTRA-2648[MAISTRA-2648] `ServiceMeshExtensions` are currently not compatible with meshes deployed on IBM Z Systems.
119+
endif::openshift-rosa[]
101120
102121
* link:https://issues.jboss.org/browse/MAISTRA-1959[MAISTRA-1959] _Migration to 2.0_ Prometheus scraping (`spec.addons.prometheus.scrape` set to `true`) does not work when mTLS is enabled. Additionally, Kiali displays extraneous graph data when mTLS is disabled.
103122
+

modules/ossm-rn-new-features.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,12 @@ In addition, this release has the following new features:
10261026

10271027
== New features {SMProductName} 2.0.2
10281028

1029+
ifndef::openshift-rosa[]
10291030
This release of {SMProductName} adds support for IBM Z and IBM Power Systems. It also addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
1031+
endif::openshift-rosa[]
1032+
ifdef::openshift-rosa[]
1033+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
1034+
endif::openshift-rosa[]
10301035

10311036
== New features {SMProductName} 2.0.1
10321037

modules/ossm-supported-configurations.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ Explicitly unsupported cases include:
4242
[id="ossm-supported-configurations-sm_{context}"]
4343
== Supported configurations for Service Mesh
4444

45+
ifndef::openshift-rosa[]
4546
* This release of {SMProductName} is only available on {product-title} x86_64, {ibmzProductName}, and {ibmpowerProductName}.
4647
** {ibmzProductName} is only supported on {product-title} 4.6 and later.
4748
** {ibmpowerProductName} is only supported on {product-title} 4.6 and later.
49+
endif::openshift-rosa[]
50+
ifdef::openshift-rosa[]
51+
* This release of {SMProductName} is only available on {product-title} x86_64.
52+
endif::openshift-rosa[]
4853
* Configurations where all {SMProductShortName} components are contained within a single {product-title} cluster.
4954
* Configurations that do not integrate external services such as virtual machines.
5055
* {SMProductName} does not support `EnvoyFilter` configuration except where explicitly documented.

modules/ossm-tutorial-bookinfo-install.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ This tutorial walks you through how to create a sample application by creating a
1717
* Access to the OpenShift CLI (`oc`).
1818
* An account with the `cluster-admin` role.
1919
20+
ifndef::openshift-rosa[]
2021
[NOTE]
2122
====
2223
The Bookinfo sample application cannot be installed on {ibmzProductName} and {ibmpowerProductName}.
2324
====
2425

26+
endif::openshift-rosa[]
2527
[NOTE]
2628
====
2729
The commands in this section assume the {SMProductShortName} control plane project is `istio-system`. If you installed the control plane in another namespace, edit each command before you run it.

modules/serverless-gpu-resources-kn.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ After GPU resources are enabled for your {product-title} cluster, you can specif
1515
* GPU resources are enabled for your {product-title} cluster.
1616
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1717
18+
ifndef::openshift-rosa[]
1819
[NOTE]
1920
====
2021
Using NVIDIA GPU resources is not supported for {ibmzProductName} and {ibmpowerProductName}.
2122
====
2223

24+
endif::openshift-rosa[]
2325
.Procedure
2426

2527
. Create a Knative service and set the GPU resource requirement limit to `1` by using the `--limit nvidia.com/gpu=1` flag:

modules/serverless-installing-cli-linux-rpm-package-manager.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ For {op-system-base-full}, you can install the Knative (`kn`) CLI as an RPM by u
4545
----
4646
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-x86_64-rpms"
4747
----
48+
ifndef::openshift-rosa[]
4849
+
4950
* Linux on {ibmzProductName} and {linuxoneProductName} (s390x)
5051
+
@@ -59,6 +60,7 @@ For {op-system-base-full}, you can install the Knative (`kn`) CLI as an RPM by u
5960
----
6061
# subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-ppc64le-rpms"
6162
----
63+
endif::openshift-rosa[]
6264
6365
. Install the Knative (`kn`) CLI as an RPM by using a package manager:
6466
+

modules/serverless-installing-cli-linux.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ $ kn: No such file or directory
2828
+
2929
--
3030
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-amd64.tar.gz[Linux (x86_64, amd64)]
31+
ifndef::openshift-rosa[]
3132
3233
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-s390x.tar.gz[Linux on {ibmzProductName} and {linuxoneProductName} (s390x)]
3334
3435
* link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/latest/kn-linux-ppc64le.tar.gz[Linux on {ibmpowerProductName} (ppc64le)]
36+
endif::openshift-rosa[]
3537
--
3638
+
3739
You can also download any version of `kn` by navigating to that version's corresponding directory in the link:https://mirror.openshift.com/pub/openshift-v4/clients/serverless/[Serverless client download mirror].

0 commit comments

Comments
 (0)