Installing IBM App Connect in containers
5.1.0 5.1.1 5.1.2 This task applies only to IBM Software Hub Version 5.1.0, Version 5.1.1, and Version 5.1.2.
If you are installing IBM Software Hub Version 5.1.3, skip this task.
If you plan to install IBM watsonx™ Orchestrate, you must have IBM App Connect in containers on the cluster.
- Installation phase
-
Setting up a client workstation
Setting up a cluster
Collecting required information
Preparing to run installs in a restricted network
Preparing to run installs from a private container registry
Preparing the cluster for IBM Software Hub
Preparing to install an instance of IBM Software Hub
Installing an instance of IBM Software Hub
Setting up the control plane
Installing solutions and services
- Who needs to complete this task?
-
Cluster administrator A cluster administrator must install this software.
- When do you need to complete this task?
- Complete this task only if you plan to install the watsonx Orchestrate service on IBM Software Hub Version 5.1.0,
Version 5.1.1, or Version 5.1.2.
Repeat as needed
Each instance of watsonx Orchestrate requires a dedicated instance of App Connect. You must install an instance of App Connect for each instance of watsonx Orchestrate that you plan to install.
Before you begin
Ensure that you source the environment variables before you run the commands in this task.
Before you install App Connect, ensure that you have the App Connect CASE package on your client workstation.
If you completed Downloading CASE packages before running IBM Software Hub installation commands in a restricted network you should already have
the ibm-appconnect-${AC_CASE_VERSION}.tgz file on your workstation. However,
make sure that you still have the AC_CASE_VERSION environment variable set on your
workstation.
Check the version of the environment variable
Run the following command to check the version that is set for the
AC_CASE_VERSION environment variable:
echo ${AC_CASE_VERSION}
Use the following table to ensure that the environment variable is set to the correct version for the release of IBM Software Hub you plan to install:
| IBM Software Hub version | CASE package version |
|---|---|
| 5.1.3 | Not applicable. Prerequisite removed. |
| 5.1.2 | 12.5.0 |
| 5.1.1 | 12.5.0 |
| 5.1.0 | 12.5.0 |
Download the App Connect CASE package
curl -sSLO https://github.com/IBM/cloud-pak/raw/master/repo/case/ibm-appconnect/${AC_CASE_VERSION}/ibm-appconnect-${AC_CASE_VERSION}.tgz
The CASE is downloaded to the current working directory.
work directory.About this task
App Connect enables the watsonx Orchestrate service to connect to the applications where you want to automate work, such as email applications and customer relationship management (CRM) applications.
Procedure
To install App Connect: