From 27c2404d218a83cd0fae25a47bfadc994abb75eb Mon Sep 17 00:00:00 2001 From: Ross Kramer Date: Thu, 9 May 2024 14:07:35 -0400 Subject: [PATCH] Updated the order of operations for installing CP4D, also adding in specific download flags for when github is not available and the case file for cp4d is getting downloaded --- docs/2-Deployment/3-Software/1-CP4D.mdx | 29 ++++++++++++++++--------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/docs/2-Deployment/3-Software/1-CP4D.mdx b/docs/2-Deployment/3-Software/1-CP4D.mdx index d771e9d2..1f3faf8a 100644 --- a/docs/2-Deployment/3-Software/1-CP4D.mdx +++ b/docs/2-Deployment/3-Software/1-CP4D.mdx @@ -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} \ @@ -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**