Installing the IBM Business Automation Workflow capability by using a script

 Containers: 
Create a custom resource file by running the deployment script or copying a template. You can then deploy it without the operator lifecycle manager (OLM).

About this task

A custom resource YAML file is a configuration file that describes an ICP4ACluster instance and includes the parameters to install some or all of IBM Business Automation Workflow on containers.

A single custom resource file is used to include all of the components that you want to deploy with an operator instance. Each time that you need to make an update or modification, you must use this same file to apply the changes to your deployments. When you apply a new custom resource to an operator, you must make sure that all previously deployed resources are included; otherwise, the operator deletes them.

Procedure

  1. To create your custom resource, follow the instructions in Generating a custom resource.
    When you run the deployment script, cp4a-deployment.sh, add a baw parameter:
    ./cp4a-deployment.sh baw
  2. Before you apply the compiled custom resource file to the operator, you must check and edit all sections.
    1. Check and edit the shared sections.
    2. Check and edit the section for Workflow Runtime.
    3. Check and edit the section for User Management Services (UMS).
    4. Check and edit the section for Business Automation Navigator.
    5. Check and edit the section for Application Engine.
    6. Check and edit the section for FileNet® Content Manager.
  3. Validate your custom resource file before you apply it. It is likely that you edited the file multiple times, and possibly introduced errors or missed values during your customizations.
  4. To install the deployment, apply the custom resource to the operator.