Skip to content

Commit 5ade466

Browse files
Merge pull request #655 from dminnear-rh/update-travelops-links
update links to travelops
2 parents b00d3f9 + 4745f6d commit 5ade466

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

content/patterns/travelops/_index.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: TravelOps
2+
title: TravelOps
33
date: 2024-02-09
44
tier: tested
55
summary: This pattern enables you to secure your applications using Red Hat Service Mesh.
@@ -13,9 +13,9 @@ industries:
1313
- General
1414
aliases: /travelops/
1515
links:
16-
github: https://github.com/validatedpatterns-sandbox/travelops
16+
github: https://github.com/validatedpatterns/travelops
1717
install: getting-started
18-
bugs: https://github.com/validatedpatterns-sandbox/travelops/issues
18+
bugs: https://github.com/validatedpatterns/travelops/issues
1919
feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform
2020
ci: travelops
2121
---
@@ -32,4 +32,3 @@ include::modules/trvlops-architecture.adoc[leveloffset=+1]
3232
== Next steps
3333

3434
* link:getting-started[Deploy the Pattern].
35-

modules/trvlops-deploying.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* An OpenShift cluster
1010
** To create an OpenShift cluster, go to the https://console.redhat.com/[Red Hat Hybrid Cloud console].
1111
** Select *OpenShift \-> Red Hat OpenShift Container Platform \-> Create cluster*.
12-
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
12+
** The cluster must have a dynamic `StorageClass` to provision `PersistentVolumes`. Verify that a dynamic `StorageClass` exists before creating one by running the following command:
1313
+
1414
[source,terminal]
1515
----
@@ -38,7 +38,7 @@ public or private cloud by using https://console.redhat.com/openshift/create[Red
3838

3939
.Procedure
4040

41-
. Fork the https://github.com/validatedpatterns-sandbox/travelops[travelops] repository on GitHub.
41+
. Fork the https://github.com/validatedpatterns/travelops[travelops] repository on GitHub.
4242

4343
. Clone the forked copy of this repository.
4444
+
@@ -51,14 +51,14 @@ $ git clone git@github.com:your-username/travelops.git
5151
+
5252
[source,terminal]
5353
----
54-
$ cd /path/to/your/repository
54+
$ cd /path/to/your/repository
5555
----
5656

5757
. Run the following command to set the upstream repository:
5858
+
5959
[source,terminal]
6060
----
61-
$ git remote add -f upstream git@github.com:validatedpatterns-sandbox/travelops.git
61+
$ git remote add -f upstream git@github.com:validatedpatterns/travelops.git
6262
----
6363

6464
. Verify the setup of your remote repositories by running the following command:
@@ -74,9 +74,9 @@ $ git remote -v
7474
----
7575
origin git@github.com:<your-username>/travelops.git (fetch)
7676
origin git@github.com:<your-username>/travelops.git (push)
77-
upstream https://github.com/validatedpatterns-sandbox/travelops.git (fetch)
78-
upstream https://github.com/validatedpatterns-sandbox/travelops.git (push)
79-
----
77+
upstream https://github.com/validatedpatterns/travelops.git (fetch)
78+
upstream https://github.com/validatedpatterns/travelops.git (push)
79+
----
8080

8181
. Create a local copy of the secret values file that can safely include credentials. Run the following commands:
8282
+
@@ -118,7 +118,7 @@ Do not commit this file. Committing it may expose personal credentials to GitHub
118118
$ git switch -c my-branch
119119
----
120120

121-
.. Edit the `values-hub.yaml` file to customize the deployment for your cluster by running the following command:
121+
.. Edit the `values-hub.yaml` file to customize the deployment for your cluster by running the following command:
122122
+
123123
[source,terminal]
124124
----
@@ -164,7 +164,7 @@ To deploy the pattern by using the `pattern.sh` script, complete the following s
164164
$ oc login --token=<retrieved-token> --server=https://api.<your-cluster>.<domain>:6443
165165
----
166166

167-
. Alternatively log in by running the following command:
167+
. Alternatively log in by running the following command:
168168
+
169169
[source,terminal]
170170
----
@@ -187,7 +187,7 @@ $ ./pattern.sh make install
187187

188188
.. Set your project to `All Projects` and verify the operators are installed and have a status of `Succeeded`.
189189

190-
. Verify that all applications are synchronized. Under *Networking* -> *Routes* with the project set to *travelops-hub* select the *Location URL* associated with the *hub-gitops-server* . All application are report status as `Synched`.
190+
. Verify that all applications are synchronized. Under *Networking* -> *Routes* with the project set to *travelops-hub* select the *Location URL* associated with the *hub-gitops-server* . All application are report status as `Synched`.
191191
+
192192
image::travelops/ossm-sync-success.png[ArgoCD Applications,link="/images/travelops/ossm-sync-success.png"]
193193

@@ -227,9 +227,9 @@ When we see the &#x1F512; icon next to our applications and in the top right han
227227
* The "&#x1F512;" is present next to the logged in user in top right corner of the window.
228228
* 7 applications in the `travel-agency` tile with the "&#x1F512;" next to `Istio config`
229229
* 1 application in the `travel-control` tile with the "&#x1F512;" next to `Istio config`
230-
* 3 applications in the `travel-portal` tile with the "&#x1F512;" next to `Istio config`
230+
* 3 applications in the `travel-portal` tile with the "&#x1F512;" next to `Istio config`
231231

232-
. Review your Kiali dashboard
232+
. Review your Kiali dashboard
233233
+
234234
image:travelops/ossm-kiali-db-arrows.png[Kiali Dashboard,link="/images/travelops/ossm-kiali-db-arrows.png"]
235235

@@ -242,10 +242,10 @@ In the left hand menu:
242242

243243
. Cilck *Graph*.
244244

245-
. In the `Namespace` dropdown, select `travel-agency`.
245+
. In the `Namespace` dropdown, select `travel-agency`.
246246

247247
. Exit the menu
248248

249249
You should see all of the deployments and services that make up the travel-agency application.
250250
+
251-
image:travelops/travel-agency-svc-kiali.png[Travel Agency,link="/images/travelops/travel-agency-svc-kiali.png"]
251+
image:travelops/travel-agency-svc-kiali.png[Travel Agency,link="/images/travelops/travel-agency-svc-kiali.png"]

0 commit comments

Comments
 (0)