manage
setup-appconnect
Upgrade to IBM Software Hub Version 5.1 before IBM Cloud Pak for Data Version 4.8 reaches end of support. For more information, see Upgrading from IBM Cloud Pak for Data Version 4.8 to IBM Software Hub Version 5.1.
Create the App Connect resources and secrets for watsonx Orchestrate®.
- Required role
- Instance administrator You must be an administrator of the projects that are associated with an instance to run this command.
Prerequisites
Before you can run this command, a cluster administrator must install the IBM App Connect in containers on the cluster. For more information, see Installing IBM App Connect in containers.
Extended description
Run the setup-appconnect command to create an
App Connect instance and the secrets
that watsonx Orchestrate can use to connect to the
instance.
Syntax
cpd-cli manage setup-appconnect \
--components=watsonx_orchestrate \
--release=<version> \
--cpd_instance_ns=<project-name> \
--appconnect_ns=<project-name> \
--file_storage_class=<RWX-storage-class>
Arguments
The setup-appconnect command has no arguments.
Options
| Option | Description |
|---|---|
--appconnect_ns |
The project where the App Connect operator for this instance of watsonx Orchestrate is installed.
|
--components |
The component for which you want to set up App Connect.
|
--cpd_instance_ns |
The project (namespace) where IBM Cloud Pak for Data is installed.
|
--file_storage_class |
A storage class that supports ReadWriteMany (RWX) access. For information about the storage classes that watsonx Orchestrate supports, see Storage requirements.
|
--release |
The release of IBM Cloud Pak for Data that is installed.
|
Table 1: Command options
Examples
It is strongly recommended that you use a script to create environment variables with the correct values for your environment. For details, see Best practice: Setting up installation environment variables.
- Create the App Connect resources for the instance of watsonx Orchestrate in the specified project
-
cpd-cli manage setup-appconnect \ --components=watsonx_orchestrate \ --release=${VERSION} \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS} \ --appconnect_ns=${PROJECT_IBM_APP_CONNECT} \ --file_storage_class=${STG_CLASS_FILE}