From: Lott, Christopher (cl778h) Date: Wed, 21 Aug 2019 17:48:08 +0000 (-0400) Subject: Add property metrics.url.ac to Dashboard chart X-Git-Tag: 0.0.2~30^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=1210d9fa2f153be7f1f6ee0343bca03107fac111;p=it%2Fdep.git Add property metrics.url.ac to Dashboard chart Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ib72286ee0ccf5130f679d9e8be2665428db82b48 --- diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 3b950064..8d18a94c 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -89,6 +89,9 @@ dashboard: portalapi: username: username password: password + metrics: + url: + ac: http://ric-aux-kibana-server:5601/goto/fedcba9876543210?embed=true # key.properties cipher.enc.key: AGLDdG4D04BKm2IxIWEr8o== # portal.properties diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml index 68e19254..7640ffb5 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml @@ -41,6 +41,7 @@ data: portalapi.appname = {{ .Values.dashboard.portalapi.appname }} portalapi.username = {{ .Values.dashboard.portalapi.username }} portalapi.password = {{ .Values.dashboard.portalapi.password }} + metrics.url.ac = {{ .Values.dashboard.metrics.url.ac }} key.properties: | cipher.enc.key = {{ .Values.dashboard.cipher.enc.key }} diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml index d0a88170..a4992a07 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -76,3 +76,6 @@ dashboard: ecomp_redirect_url: https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm ecomp_rest_url: http://portal-app.onap:8989/ONAPPORTAL/auxapi ueb_app_key: uebkey + metrics: + url: + ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true