Add property metrics.url.mc to Dashboard chart 47/947/2
authorSarkar, Anand (as0481) <as0481@att.com>
Wed, 11 Sep 2019 18:56:41 +0000 (14:56 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 12 Sep 2019 13:58:43 +0000 (09:58 -0400)
Signed-off-by: Sarkar, Anand (as0481) <as0481@att.com>
Change-Id: I30b8369bdc60dc4af1967b6fa6550b6680d11530

RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/appconfig.yaml
ric-aux/80-Auxiliary-Functions/helm/dashboard/values.yaml

index d2249c8..72e3f3d 100644 (file)
@@ -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
index 7640ffb..3911467 100644 (file)
@@ -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 }}
index d263ce7..ec1aaeb 100644 (file)
@@ -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