You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,21 +145,19 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
145
145
1. **NOTE: openshift installer must be updated regularly if you want to automatically provision the latest versions of OCP**
146
146
2. Get access to an [Azure Subscription Based Blank Open Environment](https://catalog.demo.redhat.com/catalog?category=Open_Environments&search=azure&item=babylon-catalog-prod%2Fazure-gpte.open-environment-azure-subscription.prod).
147
147
3. Import the required azure environmental variables (see coded block):
148
-
149
-
```shell
148
+
```shell
150
149
export GUID=
151
150
export CLIENT_ID=
152
151
export PASSWORD=
153
152
export TENANT=
154
153
export SUBSCRIPTION=
155
154
export RESOURCEGROUP=
156
-
157
155
```
158
-
1. Ensure Let's encrypt
159
-
1. Run the wrapper install script
156
+
4. Ensure certificates are configured (via let's encrypt or do so manually)
157
+
5. Run the wrapper install script
160
158
1. `bash ./rhdp/wrapper.sh azure-region-code`
161
159
2. Where azure region code is `eastasia`, `useast2` etc.
162
-
1. You *should* be done
160
+
6. You *should* be done
163
161
1. You *may* need to recreate the hello world peer-pods depending on timeouts.
164
162
165
163
### Single cluster install on plain old azure *not* using Red Hat Demo Platform
@@ -173,18 +171,17 @@ Red Hat a demo platform. This allows easy access for Red Hat associates and part
173
171
1. Select azure
174
172
2. For Red Hatter's and partners using RHDP make sure you select the same region for your account that you selected in RHDP
0 commit comments