Deferred deployment

If your environment employs a DevOps pipeline environment, you may want to deploy Planning Analytics Workspace Distributed via the pipeline, as opposed to executing start.sh. To support such environments, Planning Analytics Workspace Distributed contains two scripts: push.sh and configure.sh.

The push.sh script lets you push container images as an independent operation.

The configure.sh scripts performs the same operations as start.sh, but it does not deploy the application. It simply prepares the Helm chart or standalone YAML files (depending on configuration), so that the objects can be deployed by another process. The configure.sh script may also generate a predeploy.sh script, which contains commands that must be executed before deploying the application.

Standard YAML files are generated by configuration. Use the following standard OpenShift® or Helm commands to deploy the application:
  • oc apply
  • helm install