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.
Planning Analytics Workspace Local Linux and Windows
- Edit the <paw_install>/services/glass/docker-compose.yml to include the
environment variable
CCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch
.Important: The indentation of these new lines must match the indentation of the existing container properties. - To apply the change, run
scripts/paw.sh
if you are on Linux orscripts\paw.ps1
on Windows.
Planning Analytics Workspace Local Distributed Swarm
- Edit
<paw_install>/paw_2.0.XX/swarm/deployments/paw.yml
to find theglass:
service definition. - Under the
glass
service properties, add the environment variableCCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch
.Important: The indentation of these new lines must match the indentation of the existing service properties. -
Run
<paw_install>/start.sh
to apply the change.
Planning Analytics Workspace Local Distributed Kubernetes
- Edit
<paw_install>/paw_2.0.XX/kubernetes/templates/any-node/pa-glass-deployment.yaml
to find theglass
container definition under “containers:
. - Add an additional environment variable under the
env:
section and set the variableCCH_URL=https://cchhelp.pac.cloud.ibm.com/docs/cch
as follows:Important: The indentation of these new lines must match the indentation of the existing container environment properties. -
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>