Installing the Sandbox CASE bundle

The CASE bundle contains the installation script for adding Sandbox Operator into the cluster's OperatorHub. Note that the Sandbox CASE bundle does not support air-gapped installation currently.

Before you begin

Before you install the Sandbox CASE, you must ensure that following prerequisites are met.

About this task

Audience: Cloud operations administrators

To install the CASE bundle, you need to complete the following steps on a Linux® machine that has access to the cluster by using the oc command and docker command.

Procedure

  1. Create a directory to hold the saved CASE, and set the BUNDLE_PATH shell variable to this value, for example:
    $ mkdir -p /tmp/wazi
    $ BUNDLE_PATH=/tmp/wazi
  2. Retrieve and save the CASE bundle from the Cloud Pak GitHub repository by using the following command.
    cloudctl case save --case https://github.com/IBM/cloud-pak/raw/master/repo/case/ibm-wazi-sandbox-1.3.0.tgz --outputdir $BUNDLE_PATH
  3. Change to the folder where the archive was stored by using the following command.
    cd $BUNDLE_PATH
  4. Extract the archive by using the following command.
    tar -xzvf ibm-wazi-sandbox-1.3.0.tgz 
  5. Review the important licensing information in $BUNDLE_PATH/ibm-wazi-sandbox/licenses.
  6. Log in to your OpenShift cluster with the command oc login. You must have cluster administrator permissions.
  7. Deploy the Operator to the OpenShift OperatorHub marketplace.
    cloudctl case launch --case ibm-wazi-sandbox/ --inventory "waziSandboxOperatorSetup" --action "install" -t 1
    A Catalog Source is installed into the cluster upon completion as follows.
    CASE bundle is installed successfully

    For other installation options, see $BUNDLE_PATH/ibm-wazi-sandbox/inventory/waziSandboxOperatorSetup/README.md.