Merge "Bug Fix: Increased the initialdelay for liveness probe test"
authorLusheng Ji <lji@research.att.com>
Thu, 11 Jun 2020 15:39:43 +0000 (15:39 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 11 Jun 2020 15:39:43 +0000 (15:39 +0000)
nonrtric/helm/policymanagementservice/resources/config/application_configuration.json
ric-common/Common-Template/helm/ric-common/Chart.yaml
ric-common/Common-Template/helm/ric-common/templates/_alarmadapter.tpl

index 706d0d5..ab42552 100644 (file)
           },
           {
             "name":"ric2",
-            "baseUrl":"http://a1-sim-osc-1.a1-sim:8085",
+            "baseUrl":"https://a1-sim-osc-1.a1-sim:8185",
             "controller": "controller1",
             "managedElementIds":[
                "kista_1",
                "kista_2"
             ]
-         },
+          },
           {
             "name":"ric3",
             "baseUrl":"https://a1-sim-std-0.a1-sim:8185",
                "kista_1",
                "kista_2"
             ]
-         }
+          },
+          {
+            "name":"ric4",
+            "baseUrl":"https://a1-sim-std-1.a1-sim:8185",
+            "controller": "controller1",
+            "managedElementIds":[
+               "kista_1",
+               "kista_2"
+            ]
+          }
        ],
        "streams_publishes":{
           "dmaap_publisher":{
index 23da501..2f71492 100644 (file)
@@ -18,4 +18,4 @@
 apiVersion: v1
 description: Common templates for inclusion in other charts
 name: ric-common
-version: 3.3.0
+version: 3.3.1
index 6ff7b58..2755492 100755 (executable)
@@ -61,4 +61,4 @@
 
 {{- define "common.serviceport.alarmadapter.rmr.data" -}}4560{{- end -}}
 {{- define "common.serviceport.alarmadapter.rmr.route" -}}4561{{- end -}}
-{{- define "common.serviceport.alarmadapter.http" -}}3800{{- end -}}
+{{- define "common.serviceport.alarmadapter.http" -}}8080{{- end -}}