Install CP4AIOPS
Creating the CP4AIOPS Instance
In this chapter you will install CP4AIOPS
π TASK: Create the CP4AIOPS Instance
π Documentation for the Task: Online starter installation of CP4AIOPS
Now itβs time to create the CP4AIOPS Instance by creating the Installation
resource.
To do this create an instance of the CP4AIOPS Installation
Custom Resource called ibm-cp-watson-aiops
with size: small
as weβll use this only for the training and not for production (see note below).
Run the following command to create an instance of CP4AIOPS.
cat << EOF | oc apply -f -apiVersion: orchestrator.aiops.ibm.com/v1alpha1kind: Installationmetadata:name: ibm-cp-aiopsnamespace: ibm-aiopsspec:enableConnectionModule: trueimagePullSecret: ibm-entitlement-key
Run the following command to create an instance of CP4AIOPS.
cat << EOF | oc apply -f -apiVersion: orchestrator.aiops.ibm.com/v1alpha1kind: Installationmetadata:name: ibm-cp-watson-aiopsnamespace: ibm-aiopsspec:enableConnectionModule: trueimagePullSecret: ibm-entitlement-key