Merge "Documentation updates"
authorJohn Keeney <john.keeney@est.tech>
Mon, 13 Dec 2021 14:20:52 +0000 (14:20 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 13 Dec 2021 14:20:52 +0000 (14:20 +0000)
test/usecases/oruclosedlooprecovery/scriptversion/helm/message-generator/templates/deployment.yaml
test/usecases/oruclosedlooprecovery/scriptversion/helm/message-generator/values.yaml
test/usecases/oruclosedlooprecovery/scriptversion/helm/oru-app/templates/deployment.yaml
test/usecases/oruclosedlooprecovery/scriptversion/helm/oru-app/values.yaml
test/usecases/oruclosedlooprecovery/scriptversion/helm/sdnr-simulator/templates/deployment.yaml
test/usecases/oruclosedlooprecovery/scriptversion/helm/sdnr-simulator/values.yaml

index f5e628a..817134e 100644 (file)
@@ -47,9 +47,9 @@ spec:
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           env:
           - name: MR-HOST
-            value: http://dmaap-mr
+            value: "{{ .Values.messagerouter.host }}"
           - name: MR-PORT
-            value: "3904"
+            value: "{{ .Values.messagerouter.port }}"
           ports:
             - name: http
               containerPort: 80
index e547bda..88cac99 100644 (file)
@@ -25,6 +25,10 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "latest"
 
+messagerouter:
+  host: http://dmaap-mr
+  port: 3904
+
 imagePullSecrets: []
 nameOverride: ""
 fullnameOverride: ""
index a27d81d..7f648d9 100644 (file)
@@ -47,13 +47,13 @@ spec:
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           env:
           - name: MR-HOST
-            value: http://dmaap-mr
+            value: "{{ .Values.messagerouter.host }}"
           - name: MR-PORT
-            value: "3904"
+            value: "{{ .Values.messagerouter.port }}"
           - name: SDNR-HOST
-            value: http://sdnr-simulator
+            value: "{{ .Values.sdnr.host }}"
           - name: SDNR-PORT
-            value: "9990"
+            value: "{{ .Values.sdnr.port }}"
           - name: VERBOSE
             value: "on"
           ports:
index e45a1f5..0029873 100644 (file)
@@ -25,6 +25,14 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "latest"
 
+messagerouter:
+  host: http://dmaap-mr
+  port: 3904
+
+sdnr:
+  host: http://sdnr-simulator
+  port: 9990
+
 imagePullSecrets: []
 nameOverride: ""
 fullnameOverride: ""
index 67975d6..8b77612 100644 (file)
@@ -47,9 +47,9 @@ spec:
           imagePullPolicy: {{ .Values.image.pullPolicy }}
           env:
           - name: MR-HOST
-            value: http://dmaap-mr
+            value: "{{ .Values.messagerouter.host }}"
           - name: MR-PORT
-            value: "3904"
+            value: "{{ .Values.messagerouter.port }}"
           ports:
             - name: http
               containerPort: 9990
index 01bf76c..cacad47 100644 (file)
@@ -25,6 +25,10 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "latest"
 
+messagerouter:
+  host: http://dmaap-mr
+  port: 3904
+
 imagePullSecrets: []
 nameOverride: ""
 fullnameOverride: ""