Cloud Pak for Business Automation

 View Only
Expand all | Collapse all

How to configure the environment as a test environment and a stage environment

  • 1.  How to configure the environment as a test environment and a stage environment

    IBM Champion
    Posted Sat September 10, 2022 10:36 PM
    We are using OCP and installed four environments, namely development, test, stage, and production.

    We hope that the BPM environment variables can set global variables for the four environments, so that the developed BPM can read the corresponding environment variables when running in different environments.

    However, we found that the configured development and production environment variables are valid, but when the project is deployed to the test and stage environments, the variables of the test and production environments are read respectively.

    We need to know how to configure the CP4BA environment so that the test and stage environment can take effect so that the environment variables can take effect.


    ------------------------------
    ding wei
    ------------------------------


  • 2.  RE: How to configure the environment as a test environment and a stage environment

    Posted Thu September 15, 2022 12:02 PM

    I think you would need to open a support case to get this looked into or open an RFE requesting this.

    I didn't find any documentation that would suggest it is possible to use more than the two types for container setups.



    ------------------------------
    TODD DEEN
    ------------------------------



  • 3.  RE: How to configure the environment as a test environment and a stage environment

    IBM Champion
    Posted Sun September 18, 2022 11:46 PM
    Hi!
    We have found a way.


    Add the following parameters under the baw configuration in the yaml file, Development, Test, Staging, Production
    Env_type: "Test"

    ------------------------------
    ding wei
    ------------------------------