Configuration modification for Learn Pane in Planning Analytics Workspace Local and Cloud Pak for Data

The cognitive Learn Pane in Planning Analytics Workspace Local is now hosted on a new domain. If you are running any version of Planning Analytics Workspace Local prior to 2.0.87, this change requires the following configuration modifications to Planning Analytics Workspace Local and Planning Analytics on Cloud Pak for Data to ensure continued access to documentation and other information through the Learn Pane.

If you upgrade to Planning Analytics Workspace Local 2.0.87 or later, no configuration changes are required to ensure continued access to documentation through the Learn Pane.

Important: The change in hosting domain does not interrupt access to content through the Learn Pane for Planning Analytics Workspace on Cloud or Planning Analytics as a Service.

Planning Analytics Workspace Local Linux and Windows

  1. Edit the <paw_install>/services/glass/docker-compose.yml to include the environment variable CCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch.
    Learn pane URL update for Planning Analytics Workspace Local - Linux and Windows
    Important: The indentation of these new lines must match the indentation of the existing container properties.
  2. To apply the change, run scripts/paw.sh if you are on Linux or scripts\paw.ps1 on Windows.

Planning Analytics Workspace Local Distributed Swarm

  1. Edit <paw_install>/paw_2.0.XX/swarm/deployments/paw.yml to find the glass: service definition.
  2. Under the glass service properties, add the environment variable CCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch.
    Learn pane URL update for Planning Analytics Workspace Local Distributed Swarm
    Important: The indentation of these new lines must match the indentation of the existing service properties.
  3. Run <paw_install>/start.sh to apply the change.

Planning Analytics Workspace Local Distributed Kubernetes

  1. Edit <paw_install>/paw_2.0.XX/kubernetes/templates/any-node/pa-glass-deployment.yaml to find the glass container definition under “containers:.
  2. Add an additional environment variable under the env: section and set the variable CCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch as follows:
    Learn pane URL update in Planning Analytics Local Distributed Kubernetes
    Important: The indentation of these new lines must match the indentation of the existing container environment properties.
  3. Run <paw_install>/start.sh to apply the change.

Planning Analytics on Cloud Pak for Data

Run the following command: oc set env deployment glass CCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch -n <cpd-instance-ns>