integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

INTLY-4402: Update pds cluster type #535

Closed mfrances17 closed 4 years ago

mfrances17 commented 4 years ago

Motivation

https://issues.redhat.com/browse/INTLY-4402

What

Fixes an issue in which the Developer resources page was not displaying valid information for all 3 values: Logging, API and Registry. This was because the back end cluster type for RHPDS clusters was renamed from 'rhpds' to 'pds', and we key off that cluster type name, so it broke.

Verification Steps

  1. In Solution Explorer running on an RHPDS cluster, select Help btn > Developer resources.
  2. Verify that the three URLs are populated correctly, as opposed to displaying 'Unknown X URL'.

You can use my server running the latest changes if you wish: https://tutorial-web-app-webapp.apps.uxddev-6263.open.redhat.com/

Or if you want to use your own system, you can point Solution Explorer to my docker image: docker.io/mfrances17/dev-tutorial-web-app:latest

Checklist:

Progress

Additional Notes

Screen cap of fix: dev-resources