Preparing your cluster

Before you install any of the automation containers, you must prepare a cluster for the patterns that you want to use.

About this task

The administrator must make sure that the target Red Hat OpenShift Kubernetes Service (ROKS) cluster on IBM Cloud®, or a private OpenShift cluster meets all of the requirements. The Detailed system requirements page provides a cluster requirements guideline for IBM Cloud Pak® for Business Automation. Use the following checklist to prepare your cluster.

Table 1. Server requirements
Requirement More information
A cluster Cloud Pak for Business Automation includes entitlement to use Red Hat OpenShift Container Platform.

You can also use ROKS classic on IBM Cloud.

Note: Virtual Private Cloud (VPC) Generation 2 compute infrastructure is supported if you use OpenShift Data Foundation (ODF) as your storage provider.

Before you deploy an automation container on IBM Cloud® (your target cluster platform is ROKS), you must create an OpenShift cluster.

  1. If you do not have an account, create an account on IBM Cloud.
  2. If you do not have a cluster, then create one. From the IBM Cloud Overview page, in the OpenShift Cluster tile, click Create Cluster. Refer to the IBM Cloud documentation to create a Kubernetes cluster. The cluster that you create includes attached storage.
IBM Entitled Registry entitlement key
  1. Log in to MyIBM Container Software Library with the IBMid and password that is associated with the entitled software.
  2. In the Container software library tile, verify your entitlement on the View library page, and then go to Get entitlement key to retrieve the key.
Remember: Take a note of the key so that the installer can enter it with the deployment script.
Capacity The administrator must make sure that the target cluster has the capacity for all of the capabilities that you plan to install. For more information, see System requirements.
Secrets You are going to need to create secrets to store and manage sensitive information, such as passwords and ssh keys. Storing confidential information in a secret is safer and more flexible than putting it in a pod definition or in a container image. For more information, see Security considerations.
A dynamic storage class and a block storage class The installation needs a dynamic storage class and a block storage class. The administrator must make a note of the storage classes to use, and provide the names to the user who runs the deployment script. All the container images require persistent volumes (PVs) and persistent volume claims (PVCs), so review the topics on preparing these PVs and PVCs.

For more information, see Storage considerations.

You must set a Default Storage Class for block type storage on your OpenShift Container Platform cluster. When you have multiple storage classes, make sure that you set a default storage class.

The available storage classes can be found by running the following command:

oc get storageclass

The default storage class is marked as (default). The foundational services installer uses the default storage class to install MongoDB and Logging services. If you want to change the default storage class, see Change the default StorageClass.

Users You need a cluster admin and a non-admin user in the OpenShift identity provider to run the scripts.

For more information about users on OpenShift, see Understanding identity provider configuration.

Tip: Go to the following technote for instructions on how to create a simple identity provider for your starter environment How do I create a simple identity provider.
Multiple deployments Multiple installations of the Cloud Pak are supported. You can install each deployment in a different namespace or in "all namespaces" on the cluster. If any other Cloud Pak needs to be installed in the same cluster, you must use the same choice for the namespaces because IBM Automation foundation is a shared resource between Cloud Paks.
Synchronized worker nodes clocks Cloud Pak for Business Automation requires that the clocks on the worker nodes are synchronized. An OCP cluster that is installed in a restricted network is configured to use a public Network Time Protocol (NTP) server by default. To avoid clock skew, reconfigure the cluster to use a private NTP server instead. Time synchronization must be enabled on all hosts in the cluster, whether using NTP or any other method. For more information, see Configuring chrony time service.
Lightweight Directory Access Protocol (LDAP) Install an instance of LDAP for your intended deployment. You can use either IBM Security Directory Server or Microsoft Active Directory. For more information, see LDAP configuration.
Important: If you plan to use Db2®, make sure that Db2 does not run any compatibility features before you create the databases. Run the following Db2 commands before you create the databases to set the compatibility features to NULL (default).
db2set DB2_COMPATIBILITY_VECTOR= 
db2stop
db2start

What to do next

Go to and complete the next step in Preparing a client to connect to the cluster.