Skip to content

Commit

Permalink
Merge pull request #89 from ibm-client-engineering/ross-updates
Browse files Browse the repository at this point in the history
Updated the order of operations for installing CP4D, also adding in s…
  • Loading branch information
adamhayden-ibm authored May 9, 2024
2 parents d4d13a8 + 27c2404 commit 7eea9ae
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions docs/2-Deployment/3-Software/1-CP4D.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,15 @@ cpd-cli manage authorize-instance-topology \
These two tasks come from here:
https://www.ibm.com/docs/en/cloud-paks/cp-data/4.8.x?topic=cluster-installing-shared-components

:::note
If you are unable to access github, include the following flags to the next two commands as well as _any_ `apply-olm` command below

```tsx
--case_download=true \
--from_oci=true
```
:::

```tsx
cpd-cli manage apply-cluster-components \
--release=${VERSION} \
Expand All @@ -424,28 +433,28 @@ cpd-cli manage apply-scheduler \
--scheduler_ns=${PROJECT_SCHEDULING_SERVICE}
```

### Installation of primary CPD components

This installs the operators in the operators project for the instance.
### Setup instance topology

```tsx
cpd-cli manage apply-olm \
cpd-cli manage setup-instance-topology \
--release=${VERSION} \
--cpd_operator_ns=${PROJECT_CPD_INST_OPERATORS} \
--components=${COMPONENTS}
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \
--license_acceptance=true \
--block_storage_class=${STG_CLASS_BLOCK}
```
### Installation of primary CPD components

### Setup instance topology
This installs the operators in the operators project for the instance.

```tsx
cpd-cli manage setup-instance-topology \
cpd-cli manage apply-olm \
--release=${VERSION} \
--cpd_operator_ns=${PROJECT_CPD_INST_OPERATORS} \
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \
--license_acceptance=true \
--block_storage_class=${STG_CLASS_BLOCK}
--components=${COMPONENTS}
```


### Installing Red Hat OpenShift Serverless Knative Eventing

Red Hat OpenShift Serverless Knative Eventing and IBM Events are required for **watsonx Assistant**
Expand Down

0 comments on commit 7eea9ae

Please sign in to comment.