Update version for NONRTRIC G-release 85/10185/2
authoraravind.est <aravindhan.a@est.tech>
Fri, 16 Dec 2022 17:21:32 +0000 (17:21 +0000)
committerJohn Keeney <john.keeney@est.tech>
Fri, 16 Dec 2022 17:26:33 +0000 (17:26 +0000)
Issue-ID: NONRTRIC-819
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: Ia3fdefb385a92f9132a7f2da16a2b0854ae443f6

nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/a1simulator/values.yaml
nonrtric/helm/controlpanel/values.yaml
nonrtric/helm/dmaapadapterservice/resources/config/application.yaml
nonrtric/helm/dmaapadapterservice/values.yaml
nonrtric/helm/informationservice/values.yaml
nonrtric/helm/policymanagementservice/values.yaml
nonrtric/helm/ransliceassurance/templates/deployment.yaml
nonrtric/helm/ransliceassurance/values.yaml

index f3c5c8d..eb1d0a6 100644 (file)
@@ -60,7 +60,7 @@ informationservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-plt-informationcoordinatorservice'
-      tag: 1.3.0
+      tag: 1.4.0
     service:
       allowHttp: true
       httpName: http
@@ -90,7 +90,7 @@ policymanagementservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-plt-a1policymanagementservice
-      tag: 2.4.0
+      tag: 2.5.0
     service:
       allowHttp: true
       httpName: http
@@ -144,7 +144,7 @@ a1simulator:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: a1-simulator
-      tag: 2.3.0
+      tag: 2.4.0
     service:
       allowHttp: true
       httpName: http
@@ -175,7 +175,7 @@ controlpanel:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-controlpanel
-      tag: 2.3.0
+      tag: 2.4.0
     replicaCount: 1
     service:
       allowHttp: true
@@ -243,7 +243,7 @@ dmaapadapterservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-plt-dmaapadapter'
-      tag: 1.1.0
+      tag: 1.2.0
     service:
       allowHttp: true
       httpName: http
@@ -311,7 +311,7 @@ ransliceassurance:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-rapp-ransliceassurance"
-      tag: 1.1.0
+      tag: 1.2.0
     env:
       mr_host: "http://onap-dmaap"
       mr_port: "3904"
@@ -320,6 +320,7 @@ ransliceassurance:
       sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
       log_level: "Info"
       polltime: "10"
+      node_id: "o-du-1122"
 
 orufhrecovery:
   orufhrecovery:
index 8d7fb32..9a7d462 100644 (file)
@@ -24,7 +24,7 @@ a1simulator:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: a1-simulator
-    tag: 2.3.0
+    tag: 2.4.0
   service:
     allowHttp: true
     httpName: http
index 063b830..5297ea2 100644 (file)
@@ -23,7 +23,7 @@ controlpanel:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-controlpanel
-    tag: 2.3.0
+    tag: 2.4.0
   replicaCount: 1
   service:
     allowHttp: true
index cc357c4..eaf3ec3 100644 (file)
@@ -74,3 +74,12 @@ app:
     bootstrap-servers: message-router-kafka.onap:9092
   # If the file name is empty, no authorization token is used
   auth-token-file:
+  pm-files-path: /tmp
+  zip-output: false
+  s3:
+    endpointOverride: http://localhost:9000
+    accessKeyId: minio
+    secretAccessKey: miniostorage
+    locksBucket: ropfilelocks
+    bucket: ropfiles
+
index 8db1069..96996a5 100644 (file)
@@ -23,7 +23,7 @@ dmaapadapterservice:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: "nonrtric-plt-dmaapadapter"
-    tag: 1.1.0
+    tag: 1.2.0
   service:
     allowHttp: true
     httpName: http
index 4ef157f..c1a036b 100644 (file)
@@ -23,7 +23,7 @@ informationservice:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: "nonrtric-plt-informationcoordinatorservice"
-    tag: 1.3.0
+    tag: 1.4.0
   service:
     allowHttp: true
     httpName: http
index 4fa26f0..11c4571 100644 (file)
@@ -23,7 +23,7 @@ policymanagementservice:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: nonrtric-plt-a1policymanagementservice
-    tag: 2.4.0
+    tag: 2.5.0
   service:
     allowHttp: true
     httpName: http
index a762e61..fd9e346 100644 (file)
@@ -62,4 +62,6 @@ spec:
             value: "{{ .Values.ransliceassurance.env.log_level }}"
           - name: POLLTIME
             value: "{{ .Values.ransliceassurance.env.polltime }}"
+          - name: NODE_ID
+            value: "{{ .Values.ransliceassurance.env.node_id }}"
 
index 0dcb2ef..e569e36 100644 (file)
@@ -23,7 +23,7 @@ ransliceassurance:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: nonrtric-rapp-ransliceassurance
-    tag: 1.1.0
+    tag: 1.2.0
   service:
     httpName: web
     allowHttp: true
@@ -36,3 +36,4 @@ ransliceassurance:
     sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
     log_level: "Info"
     polltime: "10"
+    node_id: "o-du-1122"