From cdd812df09703475e0e37c73915186cee4212d68 Mon Sep 17 00:00:00 2001 From: Alex Groom Date: Wed, 1 May 2024 17:37:31 +0100 Subject: [PATCH] Update for 4.15 --- .github/workflows/docs.yml | 1 + documentation/antora.yml | 2 +- .../modules/ROOT/pages/continuous-integration.adoc | 2 +- documentation/modules/ROOT/pages/service-mesh.adoc | 6 +++--- site.yml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d6105ff..caa85ec 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,6 +7,7 @@ on: - "6.2" - "6.4" - "6.5" + - "6.7" env: SITE_DIR: "gh-pages" jobs: diff --git a/documentation/antora.yml b/documentation/antora.yml index 0f60aa8..dbbbd8e 100644 --- a/documentation/antora.yml +++ b/documentation/antora.yml @@ -1,6 +1,6 @@ name: outer-loop title: OpenShift Outer Loop Workshop -version: "6.5" +version: "6.7" nav: - modules/ROOT/nav.adoc diff --git a/documentation/modules/ROOT/pages/continuous-integration.adoc b/documentation/modules/ROOT/pages/continuous-integration.adoc index d9a5099..945c659 100644 --- a/documentation/modules/ROOT/pages/continuous-integration.adoc +++ b/documentation/modules/ROOT/pages/continuous-integration.adoc @@ -166,7 +166,7 @@ image::tekton-architecture.png[Tekton Architecture, 600] [#switch_to_staging_environment] == Switch to the Staging Environment -First, let's switch your OpenShift Console to your Staging Environement i.e 'cn-project{USER_ID}'. +First, let's switch your OpenShift Console to your Staging Environment i.e 'cn-project{USER_ID}'. In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^,role='params-link'], from the **Developer view**, `*click on 'Topology' then select your 'cn-project{USER_ID}'*`. diff --git a/documentation/modules/ROOT/pages/service-mesh.adoc b/documentation/modules/ROOT/pages/service-mesh.adoc index b9fcf70..b645485 100644 --- a/documentation/modules/ROOT/pages/service-mesh.adoc +++ b/documentation/modules/ROOT/pages/service-mesh.adoc @@ -219,7 +219,7 @@ You should see an array of json output looking a little like this but with many Configure the WebUI Service to use the Istio Gateway instead of the OpenShift Route. In the {OPENSHIFT_CONSOLE_URL}[OpenShift Web Console^,role='params-link'], from the **Developer view**, -`*click on the 'D web-coolstore' bubble -> 'D web-coolstore' and go to the 'Environement' tab*` +`*click on the 'D web-coolstore' bubble -> 'D web-coolstore' and go to the 'Environment' tab*` `*Click on '+ Add Value' then add the following environment variable*` @@ -345,7 +345,7 @@ image::openshift-catalogv2-topology.png[OpenShift - Catalog v2 Topology, 700] .A/B Testing -- https://en.wikipedia.org/wiki/A/B_testing[A/B testing^] allows running multiple versions of a functionality in parallel and using analytics of the user behavior it is possible to determine which version is the best. -It is also possible to launch the new features only for a small set of users, to prepare the general avalability of a new feature. +It is also possible to launch the new features only for a small set of users, to prepare the general availability of a new feature. -- The implementation of such procedure like **A/B Testing** is one are the advantages coming with OpenShift Service Mesh. @@ -437,7 +437,7 @@ You can see that the traffic between the two version of the **Catalog** is share == Validate the result -After one week trial, you have collected enough information to confirm that product descriptions in uppercase do increate sales. +After one week trial, you have collected enough information to confirm that product descriptions in uppercase does increase sales. So **you will route all the traffic to Catalog Service v2**. In {KIALI_URL}[Kiali Console^,role='params-link'], `*click on 'Istio Config' then 'catalog-coolstore' VirtualService*` diff --git a/site.yml b/site.yml index 7b59ac3..79424d6 100644 --- a/site.yml +++ b/site.yml @@ -10,7 +10,7 @@ content: sources: - url: git@github.com:redhat-scholars/outer-loop-guide.git tags: [] - branches: ["6.1", "6.2", "6.4", "6.5"] + branches: ["6.1", "6.2", "6.4", "6.5", "6.7"] start_path: documentation asciidoc: