From 2df61c2fcf64b32ecf7f064ef9cbbe6b54a15bc0 Mon Sep 17 00:00:00 2001 From: "Sarkar, Anand (as0481)" Date: Wed, 11 Sep 2019 14:56:41 -0400 Subject: [PATCH] Add property metrics.url.mc to Dashboard chart Signed-off-by: Sarkar, Anand (as0481) Change-Id: I30b8369bdc60dc4af1967b6fa6550b6680d11530 --- RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE | 3 ++- ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml | 1 + ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index d2249c80..72e3f3d2 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -28,7 +28,7 @@ global: # Docker registry from which RIC platform components pull the images repository: nexus3.o-ran-sc.org:10004 - # Name of the K8S docker credential that is onboarded by 20-credential + # Name of the K8S docker credential that is onboarded by 20-credential repositoryCred: docker-reg-cred # Docker image pull policy @@ -101,6 +101,7 @@ dashboard: metrics: url: ac: http://ric-aux-kibana-server:5601/goto/fedcba9876543210?embed=true + mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?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 7640ffb5..39114673 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml @@ -42,6 +42,7 @@ data: portalapi.username = {{ .Values.dashboard.portalapi.username }} portalapi.password = {{ .Values.dashboard.portalapi.password }} metrics.url.ac = {{ .Values.dashboard.metrics.url.ac }} + metrics.url.mc = {{ .Values.dashboard.metrics.url.mc }} 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 d263ce76..ec1aaeb5 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml @@ -27,7 +27,7 @@ dashboard: tag: 1.2.0 replicaCount: 1 - # Service ports are now defined in + # Service ports are now defined in # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. # If need to change a service port, make the code change necessary, then # update the _ports.tpl file with the new port number. @@ -81,3 +81,4 @@ dashboard: metrics: url: ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true + mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true -- 2.16.6