X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Fa1mediator%2Ftemplates%2Fconfig.yaml;fp=integration_tests%2Fa1mediator%2Ftemplates%2Fconfig.yaml;h=d32e7f10017bf6da834a242f507b3fe3a5f14639;hb=09edf28fd47faf808e053d6ede06315c3926fa45;hp=0000000000000000000000000000000000000000;hpb=e530c9a02789f83907e3044ae467711b7d5de863;p=ric-plt%2Fa1.git diff --git a/integration_tests/a1mediator/templates/config.yaml b/integration_tests/a1mediator/templates/config.yaml new file mode 100644 index 0000000..d32e7f1 --- /dev/null +++ b/integration_tests/a1mediator/templates/config.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: a1conf +data: + local.rt: | + newrt|start + rte|20000|testreceiverrmrservice:4560 + rte|10000|delayreceiverrmrservice:4563 + rte|10001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} + rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} + newrt|end + rmr_string_int_mapping.txt: {{ tpl (.Files.Get "files/rmr_string_int_mapping.txt") . | quote }} + ricmanifest.json: {{ tpl (.Files.Get "files/ricmanifest.json") . | quote }}