Skip to main contentIBM Β AIOps Training

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 CP4AIOPSimage

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).

    1. Run the following command to create an instance of CP4AIOPS.

      cat << EOF | oc apply -f -
      apiVersion: orchestrator.aiops.ibm.com/v1alpha1
      kind: Installation
      metadata:
      name: ibm-cp-aiops
      namespace: ibm-aiops
      spec:
      enableConnectionModule: true
      imagePullSecret: ibm-entitlement-key
    1. Run the following command to create an instance of CP4AIOPS.

      cat << EOF | oc apply -f -
      apiVersion: orchestrator.aiops.ibm.com/v1alpha1
      kind: Installation
      metadata:
      name: ibm-cp-watson-aiops
      namespace: ibm-aiops
      spec:
      enableConnectionModule: true
      imagePullSecret: ibm-entitlement-key