From bc4ab9f63cc23f69c68987c5747c9aee1d5bdb96 Mon Sep 17 00:00:00 2001 From: Rodrigo Geve Date: Mon, 29 Jan 2018 16:30:36 -0500 Subject: [PATCH 1/2] Changing GitHub project references from 'SolaceLabs' to 'SolaceProducts', adding command to set the OpenShift project context to the Helm deployment example so that copy/paste of steps by customer ends up deploying to the correct project --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 639ffbe..353fad9 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ Steps to deploy the Solace VMR software: ``` mkdir ~/workspace cd ~/workspace -git clone https://github.com/SolaceLabs/solace-openshift-quickstart.git +git clone https://github.com/SolaceProducts/solace-openshift-quickstart.git cd solace-openshift-quickstart ``` @@ -119,13 +119,14 @@ If you require more flexibility in terms of Solace VMR deployment options (compa ``` cd ~/workspace -git clone https://github.com/SolaceLabs/solace-kubernetes-quickstart.git +git clone https://github.com/SolaceProducts/solace-kubernetes-quickstart.git cd solace-kubernetes-quickstart ``` * Update the Solace Kubernetes values.yaml configuration file for your target deployment (Please refer to the [Solace Kubernetes QuickStart](https://github.com/SolaceProducts/solace-kubernetes-quickstart) for further details): ``` +oc project vmrha cd ~/workspace/solace-kubernetes-quickstart/solace vi values.yaml helm install . -f values.yaml From 144b92ef001c5121126932573dd657a71626bb93 Mon Sep 17 00:00:00 2001 From: Rodrigo Geve Date: Mon, 29 Jan 2018 16:40:14 -0500 Subject: [PATCH 2/2] Remove wording 'AWS' for optional step which has nothing to do with AWS --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 353fad9..126e4a9 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ git clone https://github.com/SolaceProducts/solace-openshift-quickstart.git cd solace-openshift-quickstart ``` -### Step 3: (Optional / AWS) Install the Helm client and server-side tools if you are going to use the Solace Kubernetes QuickStart to deploy the Solace VMR software +### Step 3: (Optional) Install the Helm client and server-side tools if you are going to use the Solace Kubernetes QuickStart to deploy the Solace VMR software * **(Part I)** Utilize the ‘deployHelm.sh’ script to deploy the Helm client and server-side components. Begin by installing the Helm client tool: ``` cd ~/workspace/solace-openshift-quickstart/scripts