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
1 {
2 {{ $simsSize := (len .Values.simulators) }}
3 {{ range $i, $sim := .Values.simulators }}
4     "{{$sim.simRu}}": "{{$sim.simDu}}"
5     {{ if lt (add1 $i) $simsSize }},{{ end }}
6 {{ end }}
7 }
8