Extend properties for mock RAN name list in R1 40/440/5
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 28 Jun 2019 19:50:02 +0000 (15:50 -0400)
committerZhe Huang <zhehuang@research.att.com>
Fri, 28 Jun 2019 21:00:22 +0000 (17:00 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I2a5a44c4c10da9164aad25b22c941e2fee73d3d9

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 085dc9b..a782caa 100644 (file)
@@ -56,7 +56,11 @@ dashboard:
   image:
     name:: ric-dash-be
     tag: 1.0.5
+  properties:
+    e2mgr:
+      mock:
+        rannames: "ABCD123456, EFGH123456"
 
 ext:
   ip:
-    192.168.130.110
+    192.168.130.110
\ No newline at end of file
index 2930a15..ca02cb7 100644 (file)
@@ -29,4 +29,8 @@ data:
     a1med.url =   {{ .Values.dashboard.properties.a1med.url   }}
     anrxapp.url = {{ .Values.dashboard.properties.anrxapp.url }}
     e2mgr.url =   {{ .Values.dashboard.properties.e2mgr.url   }}
+    {{- if .Values.dashboard.properties.e2mgr.mock.enabled }}
+      # mock names for R1 testing, removing this entry disables the mock
+      e2mgr.mock.rannames = {{ .Values.dashboard.properties.e2mgr.mock.rannames }}
+    {{- end }}
     xappmgr.url = {{ .Values.dashboard.properties.xappmgr.url }}
index f838483..09c1835 100644 (file)
@@ -41,5 +41,8 @@ dashboard:
       url:  http://ricxapp-entry/anr
     e2mgr:
       url:  http://ricplt-entry/e2mgr
+      mock:
+        enabled: true
+        rannames: #Enable mock with CSV; e.g., ABCD123456, EFGH123456
     xappmgr:
       url:  http://ricplt-entry/appmgr