First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / oru-app / resources / config / o-ru-to-o-du-map.txt
diff --git a/smo-install/oran_oom/oru-app/resources/config/o-ru-to-o-du-map.txt b/smo-install/oran_oom/oru-app/resources/config/o-ru-to-o-du-map.txt
new file mode 100644 (file)
index 0000000..b1fde24
--- /dev/null
@@ -0,0 +1,8 @@
+{
+{{ $simsSize := (len .Values.simulators) }}
+{{ range $i, $sim := .Values.simulators }}
+    "{{$sim.simRu}}": "{{$sim.simDu}}"
+    {{ if lt (add1 $i) $simsSize }},{{ end }}
+{{ end }}
+}
+