Add property metrics.url.mc to Dashboard chart
Signed-off-by: Sarkar, Anand (as0481) <as0481@att.com>
Change-Id: I30b8369bdc60dc4af1967b6fa6550b6680d11530
diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
index d2249c8..72e3f3d 100644
--- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
+++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE
@@ -28,7 +28,7 @@
# 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 @@
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 7640ffb..3911467 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 @@
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 d263ce7..ec1aaeb 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 @@
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 @@
metrics:
url:
ac: http://ric-aux-kibana-server:5601/goto/1234567890abcdef?embed=true
+ mc: http://ric-aux-kibana-server:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true