Skip to content

Commit 1b7dd03

Browse files
gwynnemonahanopenshift-cherrypick-robot
authored andcommitted
OSSM-8960 Product docs should only reference Red Hat maintained artifacts (bookinfo)
1 parent 5c31d17 commit 1b7dd03

6 files changed

+16
-16
lines changed

modules/ossm-accessing-bookinfo-application-using-gateway-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ oc get crd gateways.gateway.networking.k8s.io &> /dev/null || { oc kustomize
3131
+
3232
[source,terminal]
3333
----
34-
$ oc apply -f https://raw.githubusercontent.com/istio/istio/release-1.24/samples/bookinfo/gateway-api/bookinfo-gateway.yaml -n bookinfo
34+
$ oc apply -f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/bookinfo/gateway-api/bookinfo-gateway.yaml -n bookinfo
3535
----
3636
+
3737
[NOTE]

modules/ossm-accessing-bookinfo-application-using-istio-gateway-injection.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This example uses a sample `ingress-gateway.yaml` https://raw.githubusercontent.
3333
+
3434
[source,terminal]
3535
----
36-
$ oc apply -f https://raw.githubusercontent.com/istio/istio/release-1.24/samples/bookinfo/networking/bookinfo-gateway.yaml -n bookinfo
36+
$ oc apply -f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/bookinfo/networking/bookinfo-gateway.yaml -n bookinfo
3737
----
3838
+
3939
[NOTE]

modules/ossm-cert-manager-verifying-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ oc apply -n sample -f https://raw.githubusercontent.com/openshift-service-mesh
4646
+
4747
[source, terminal]
4848
----
49-
$ oc apply -n sample -f https://raw.githubusercontent.com/istio/istio/refs/heads/master/samples/sleep/sleep.yaml
49+
$ oc apply -n sample -f https://raw.githubusercontent.com/openshift-service-mesh/istio/refs/heads/master/samples/sleep/sleep.yaml
5050
----
5151

5252
. Wait for both applications to become ready by running the following command:

modules/ossm-config-otel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $ oc label namespace curl istio.io/rev=default
142142
+
143143
[source, terminal]
144144
----
145-
$ oc apply -f https://raw.githubusercontent.com/istio/istio/release-1.24/samples/bookinfo/platform/kube/bookinfo.yaml -n bookinfo
145+
$ oc apply -f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/bookinfo/platform/kube/bookinfo.yaml -n bookinfo
146146
----
147147

148148
. Generate traffic to the `productpage` pod to generate traces:

modules/ossm-deploying-bookinfo-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this example, the name of the Istio resource is `default`. If the Istio resou
4141
+
4242
[source,terminal]
4343
----
44-
oc apply -f https://raw.githubusercontent.com/istio/istio/release-1.24/samples/bookinfo/platform/kube/bookinfo.yaml -n bookinfo
44+
oc apply -f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/bookinfo/platform/kube/bookinfo.yaml -n bookinfo
4545
----
4646

4747
.Verification

modules/ossm-verifying-multi-cluster-topology.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
[id="ossm-verifying-multi-cluster-topology_{context}"]
66
= Verifying a multi-cluster topology
77

8-
Deploy sample applications and verify traffic on a multi-cluster topology on two {ocp-product-title} clusters.
8+
Deploy sample applications and verify traffic on a multi-cluster topology on two {ocp-product-title} clusters.
99

1010
[NOTE]
1111
====
12-
In this procedure, `CLUSTER1` is the East cluster and `CLUSTER2` is the West cluster.
12+
In this procedure, `CLUSTER1` is the East cluster and `CLUSTER2` is the West cluster.
1313
====
1414

1515
.Prerequisites
1616

1717
* You have installed the {SMProduct} Operator on all of the clusters that comprise the mesh.
1818
19-
* You have completed "Creating certificates for a multi-cluster mesh".
19+
* You have completed "Creating certificates for a multi-cluster mesh".
2020
2121
* You have completed "Applying certificates to a multi-cluster topology".
2222
@@ -51,7 +51,7 @@ $ oc --context="${CTX_CLUSTER1}" label namespace sample istio-injection=enabled
5151
[source,terminal]
5252
----
5353
$ oc --context="${CTX_CLUSTER1}" apply \
54-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/helloworld/helloworld.yaml \
54+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/helloworld/helloworld.yaml \
5555
-l service=helloworld -n sample
5656
----
5757

@@ -60,7 +60,7 @@ $ oc --context="${CTX_CLUSTER1}" apply \
6060
[source,terminal]
6161
----
6262
$ oc --context="${CTX_CLUSTER1}" apply \
63-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/helloworld/helloworld.yaml \
63+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/helloworld/helloworld.yaml \
6464
-l version=v1 -n sample
6565
----
6666

@@ -69,7 +69,7 @@ $ oc --context="${CTX_CLUSTER1}" apply \
6969
[source,terminal]
7070
----
7171
$ oc --context="${CTX_CLUSTER1}" apply \
72-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/sleep/sleep.yaml -n sample
72+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/sleep/sleep.yaml -n sample
7373
----
7474

7575
.. Wait for the `helloworld` application on the East cluster to return the `Ready` status condition by running the following command:
@@ -109,7 +109,7 @@ $ oc --context="${CTX_CLUSTER2}" label namespace sample istio-injection=enabled
109109
[source,terminal]
110110
----
111111
$ oc --context="${CTX_CLUSTER2}" apply \
112-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/helloworld/helloworld.yaml \
112+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/helloworld/helloworld.yaml \
113113
-l service=helloworld -n sample
114114
----
115115

@@ -118,7 +118,7 @@ $ oc --context="${CTX_CLUSTER2}" apply \
118118
[source,terminal]
119119
----
120120
$ oc --context="${CTX_CLUSTER2}" apply \
121-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/helloworld/helloworld.yaml \
121+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/helloworld/helloworld.yaml \
122122
-l version=v2 -n sample
123123
----
124124

@@ -127,7 +127,7 @@ $ oc --context="${CTX_CLUSTER2}" apply \
127127
[source,terminal]
128128
----
129129
$ oc --context="${CTX_CLUSTER2}" apply \
130-
-f https://raw.githubusercontent.com/istio/istio/${ISTIO_VERSION}/samples/sleep/sleep.yaml -n sample
130+
-f https://raw.githubusercontent.com/openshift-service-mesh/istio/release-1.24/samples/sleep/sleep.yaml -n sample
131131
----
132132

133133
.. Wait for the `helloworld` application on the West cluster to return the `Ready` status condition by running the following command:
@@ -155,7 +155,7 @@ $ for i in {0..9}; do \
155155
done
156156
----
157157
+
158-
Verify that you see responses from both clusters. This means version 1 and version 2 of the service can be seen in the responses.
158+
Verify that you see responses from both clusters. This means version 1 and version 2 of the service can be seen in the responses.
159159

160160
. For the West cluster, send 10 requests to the `helloworld` service:
161161
+
@@ -166,4 +166,4 @@ $ for i in {0..9}; do \
166166
done
167167
----
168168
+
169-
Verify that you see responses from both clusters. This means version 1 and version 2 of the service can be seen in the responses.
169+
Verify that you see responses from both clusters. This means version 1 and version 2 of the service can be seen in the responses.

0 commit comments

Comments
 (0)