Modifying the default route for Planning Analytics Workspace

When you provision Planning Analytics from IBM Cloud Pak® for Data, a unique default route is created to access the cluster, in the form https://<pa-route>.<your-cpd-cluster-host>. You can modify the route to make is more meaningful and recognizable.

Procedure

  1. Log in to the OpenShift application console.
  2. Click Networking.
  3. Click Routes.
  4. From the menu, select the project where Cloud Pak for Data is installed.
  5. From the list of available routes, click your <pa-route>.
  6. On the Route Details page, click Actions and then click Edit Route.

    You can now see a YAML definition of the route, similar to this.

    ...
    spec:
      host: pa-0-1234587654-pa-route.apps.example.ibm.com
    ...
    status:
      ingress:
        - host: pa-0-1234587654-pa-route.apps.example.ibm.com
    ...
  7. Edit the <pa-route> section of the spec:host and status:ingress:-host to use the route your prefer.

    For example:

    ...
    spec:
      host: planninganalytics.apps.example.ibm.com
    ...
    status:
      ingress:
        - host: planninganalytics.apps.example.ibm.com
    ...
  8. Click Save.

Results

You can now access Planning Analytics at the route you specified.