Skip to content

Commit 488f92b

Browse files
authored
Update README.md
1 parent 71af0b0 commit 488f92b

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

azure/README.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -370,14 +370,39 @@ The certificate must be the same as the one you used to enable TLS connections i
370370
```
371371

372372
### Install the ODM release
373+
374+
375+
- Download one or more packages (.tgz archives) from [IBM Passport Advantage (PPA)](https://www-01.ibm.com/software/passportadvantage/pao_customer.html). To view the full list of eAssembly installation images, refer to the [8.10.4 download document](https://www.ibm.com/support/pages/ibm-operational-decision-manager-v8104-download-document).
376+
377+
- Extract the .tgz archives to your local file system.
378+
379+
```console
380+
tar xzvf <PPA-ARCHIVE>.tar.gz
381+
382+
```
383+
384+
- In the following exemple The charts directory will contains the helm charts used to install the ODM product which can be used in the helm install steps.
385+
```console
386+
tar xvzf ../odm_on_icp_8.10.4.0-x86_64.tar.gz
387+
388+
x **charts/ibm-odm-prod-20.2.0.tgz**
389+
x images/62c1fb8661ea1900640d52df6e37cfc2459d564ccbb9629a8b11cf55ce22a338.tar.gz
390+
x images/a3f317777246322130496cb16fb51fda6fd960ed934fd04719cb6093cc402377.tar.gz
391+
x images/9973544f91066e1cfe0e432aa5eee030a6438024838c567d02f9a1149e8d5d97.tar.gz
392+
x images/0abeaef38fb8a0c7f08e27be18ebc9cdc047274c9f7963edf2479113801eb6fa.tar.gz
393+
x images/a4347e82b875d4b8b42cfe1950db9eef8d79b458c2a80d1d950b363a69a495a7.tar.gz
394+
x manifest.json
395+
x manifest.yaml
396+
```
397+
373398
```console
374399
helm install mycompany --set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=registry-secret \
375400
--set image.arch=amd64 --set image.tag=8.10.4.0 --set service.type=LoadBalancer \
376401
--set externalCustomDatabase.datasourceRef=customdatasource-secret \
377-
--set customization.securitySecretRef=mycompany-secret ibm-odm-prod
402+
--set customization.securitySecretRef=mycompany-secret charts/ibm-odm-prod-20.2.0.tgz
378403
```
379404

380-
> Note: If you choose to push the ODM images to the Azure Container Registry, the `image.repository` should eb set to your `loginServer` value.
405+
> Note: If you choose to push the ODM images to the Azure Container Registry, the `image.repository` should be set to your `loginServer` value.
381406
382407
### Check the topology
383408
Run the following command to check the status of the pods that have been created: 

0 commit comments

Comments
 (0)