Details
-
Task
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
None
Description
The Service-Monitor UI access requires, that the Service Nodeport is exposed to the user, as described here:
https://wiki.onap.org/display/DW/SO+Monitoring+User+Guide
The value for the Monitor is hardcoded in:
https://git.onap.org/so/so-admin-cockpit/tree/so-admin-cockpit-monitoring-workflow/so-admin-cockpit-monitoring-workflow-ui/src/main/frontend/src/environments/environment.ts
soMonitoringBackendURL: 'https://so-monitoring:30224/so/monitoring/'
In case of ServiiceMesh and usage of Ingress, this will not work and has to be redesigned.