Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 92d8812

Browse files
authored
Merge pull request #31 from KevFan/INTLY-8149
INTLY-8149 - use attribute for fuse namespace
2 parents a882446 + a996287 commit 92d8812

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hidden_walkthroughs/4-protecting-apis/walkthrough.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ NOTE: Ask an administrator to grant you the necessary 3scale permission if *New
7373
. Select the *Import from OpenShift* option. If this option is not enabled, click the *Authenticate to enable this option* link and choose *Allow selected permissions*.
7474
. If you used the *Authenticate to enable this option* link, verify that you have reselected *Import from OpenShift* after being redirected.
7575
. In the SERVICE section:
76-
.. Verify the *Namespace* field has *redhat-rhmi-fuse* selected.
76+
.. Verify the *Namespace* field has *{fuse-namespace}* selected.
7777
.. Verify the *Name* field has *i-greeting-integration-{user-username}* selected.
7878
. Click *Create Product*.
7979
+

walkthroughs/3-low-code-api-development/walkthrough.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ By default, Fuse Online does not expose an *Integration* to the public internet
370370
=== Find the Greeting Service Internal Hostname
371371

372372
. Login to the link:{openshift-console-url}[OpenShift Console, window="_blank"].
373-
. Go to *Home > Projects* and select the project named with the following format: `redhat-rhmi-fuse`.
373+
. Go to *Home > Projects* and select the project named with the following format: `{fuse-namespace}`.
374374
. Choose *Networking > Services* from the left menu.
375375
. Make sure there is a *i-greeting-integration-{user-username}* item in the *Services* list.
376-
. Take a note of the hostname: `i-greeting-integration-{user-username}.redhat-rhmi-fuse.svc.cluster.local`.
376+
. Take a note of the hostname: `i-greeting-integration-{user-username}.{fuse-namespace}.svc.cluster.local`.
377377

378378
=== Creating a cURL Deployment
379379

@@ -398,7 +398,7 @@ oc run curl --image=curlimages/curl --restart=Never \
398398
--command -- curl -X POST \
399399
--data '{"name":"OpenShift"}' \
400400
-H 'content-type: application/json' \
401-
http://i-greeting-integration-{user-username}.redhat-rhmi-fuse.svc.cluster.local:8080/greeting -vvv
401+
http://i-greeting-integration-{user-username}.{fuse-namespace}.svc.cluster.local:8080/greeting -vvv
402402
----
403403

404404
. Verify the cURL container ran successfully by checking the logs for a *200 OK* response with this command:

0 commit comments

Comments
 (0)