Skip to content

Commit

Permalink
Merge pull request #77 from ibm-client-engineering/ross-updates
Browse files Browse the repository at this point in the history
More updates to CP4D installation docs
  • Loading branch information
adamhayden-ibm authored Apr 5, 2024
2 parents baf05fb + 0e3b973 commit b3835b4
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions docs/3-Installation/1-CP4D.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,12 @@ export IBM_ENTITLEMENT_KEY=<enter your IBM entitlement API key>
# export PRIVATE_REGISTRY_PULL_USER=<enter the username of a user that can pull from the registry>
# export PRIVATE_REGISTRY_PULL_PASSWORD=<enter the password of the user that can pull from the registry>



# ------------------------------------------------------------------------------
# Extra stuff
# ------------------------------------------------------------------------------

export NOOBAA_ACCOUNT_CREDENTIALS_SECRET=noobaa-admin
export NOOBAA_ACCOUNT_CERTIFICATE_SECRET=noobaa-s3-serving-cert

# ------------------------------------------------------------------------------
# Cloud Pak for Data version
Expand Down Expand Up @@ -633,6 +637,16 @@ Set the INSTANCE_NAME environment variable to the unique name that you want to u
export INSTANCE_NAME="wa-instance"
```

:::note
You should have followed the steps [here](/Installation/CP4D#generate-a-cpd-cli-profile) to generate a profile.

The example profile we created we called `wxai`.
:::

```tsx
export CPD_PROFILE_NAME="wxai"
```

Set the INSTANCE_VERSION env var to the version that corresponds to the version of CP4D. As of this writing and this guide, we are using 4.8.4. The Service instance version must match the release of CP4D.

```tsx
Expand Down Expand Up @@ -683,7 +697,7 @@ cpd-cli service-instance status ${INSTANCE_NAME} \

### Watson Discovery

Apply the olm
#### Apply the olm
```tsx
cpd-cli manage apply-olm \
--release=${VERSION} \
Expand All @@ -702,14 +716,17 @@ cpd-cli manage apply-cr \
--license_acceptance=true
```

Validate the installation
#### Validate the installation

```tsx
cpd-cli manage get-cr-status \
--cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \
--components=watson_discovery
```

#### Create an instance of WD

_TBD_

### OpenPages

Expand Down

0 comments on commit b3835b4

Please sign in to comment.