commit | 1210d9fa2f153be7f1f6ee0343bca03107fac111 | [log] [tgz] |
---|---|---|
author | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Aug 21 13:48:08 2019 -0400 |
committer | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Aug 21 13:48:08 2019 -0400 |
tree | bbb80dea0212d71295424221689a646a9e5f1e47 | |
parent | 25428c74ecffd82152b5642cca81c19508d3218c [diff] |
Add property metrics.url.ac to Dashboard chart Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com> Change-Id: Ib72286ee0ccf5130f679d9e8be2665428db82b48
diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 3b95006..8d18a94 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
@@ -89,6 +89,9 @@ 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 68e1925..7640ffb 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 @@ 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 d0a8817..a4992a0 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 @@ 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