Move integration tests to k8s
[ric-plt/a1.git] / integration_tests / a1mediator / templates / config.yaml
diff --git a/integration_tests/a1mediator/templates/config.yaml b/integration_tests/a1mediator/templates/config.yaml
new file mode 100644 (file)
index 0000000..d32e7f1
--- /dev/null
@@ -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 }}