Align nonrtric products to release f 17/8717/4
authorelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 1 Jul 2022 09:19:43 +0000 (11:19 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 1 Jul 2022 12:55:00 +0000 (14:55 +0200)
Issue-ID: NONRTRIC-762
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I8f4012160aea72d3bb3c79567235a924f1ecef95

33 files changed:
bin/deploy-nonrtric
bin/undeploy-nonrtric
nonrtric/RECIPE_EXAMPLE/example_recipe.yaml
nonrtric/helm/a1simulator/values.yaml
nonrtric/helm/dmaapadapterservice/values.yaml
nonrtric/helm/dmaapmediatorservice/values.yaml
nonrtric/helm/helmmanager/values.yaml
nonrtric/helm/informationservice/values.yaml
nonrtric/helm/nonrtric/Chart.yaml
nonrtric/helm/nonrtric/values.yaml
nonrtric/helm/orufhrecovery/Chart.yaml [moved from nonrtric/helm/oruclosedlooprecovery/Chart.yaml with 97% similarity]
nonrtric/helm/orufhrecovery/requirements.yaml [moved from nonrtric/helm/odusliceassurance/requirements.yaml with 100% similarity]
nonrtric/helm/orufhrecovery/resources/config/o-ru-to-o-du-map.csv [moved from nonrtric/helm/oruclosedlooprecovery/resources/config/o-ru-to-o-du-map.csv with 100% similarity]
nonrtric/helm/orufhrecovery/templates/configmap.yaml [moved from nonrtric/helm/oruclosedlooprecovery/templates/configmap.yaml with 93% similarity]
nonrtric/helm/orufhrecovery/templates/deployment.yaml [moved from nonrtric/helm/oruclosedlooprecovery/templates/deployment.yaml with 61% similarity]
nonrtric/helm/orufhrecovery/templates/service.yaml [moved from nonrtric/helm/oruclosedlooprecovery/templates/service.yaml with 83% similarity]
nonrtric/helm/orufhrecovery/values.yaml [moved from nonrtric/helm/oruclosedlooprecovery/values.yaml with 95% similarity]
nonrtric/helm/policymanagementservice/values.yaml
nonrtric/helm/ransliceassurance/Chart.yaml [moved from nonrtric/helm/odusliceassurance/Chart.yaml with 98% similarity]
nonrtric/helm/ransliceassurance/requirements.yaml [moved from nonrtric/helm/oruclosedlooprecovery/requirements.yaml with 100% similarity]
nonrtric/helm/ransliceassurance/templates/deployment.yaml [moved from nonrtric/helm/odusliceassurance/templates/deployment.yaml with 70% similarity]
nonrtric/helm/ransliceassurance/templates/service.yaml [moved from nonrtric/helm/odusliceassurance/templates/service.yaml with 84% similarity]
nonrtric/helm/ransliceassurance/values.yaml [moved from nonrtric/helm/odusliceassurance/values.yaml with 95% similarity]
nonrtric/helm/rappcatalogueservice/values.yaml
ric-common/Common-Template/helm/nonrtric-common/templates/_orufhrecovery.tpl [moved from ric-common/Common-Template/helm/nonrtric-common/templates/_oruclosedlooprecovery.tpl with 85% similarity]
ric-common/Common-Template/helm/nonrtric-common/templates/_ransliceassurance.tpl [moved from ric-common/Common-Template/helm/nonrtric-common/templates/_odusliceassurance.tpl with 86% similarity]
smo-install/oran_oom/dmaapadapterservice/values.yaml
smo-install/oran_oom/dmaapmediatorservice/values.yaml
smo-install/oran_oom/helmmanager/values.yaml
smo-install/oran_oom/informationservice/values.yaml
smo-install/oran_oom/oru-app/values.yaml
smo-install/oran_oom/policymanagementservice/values.yaml
smo-install/oran_oom/rappcatalogueservice/values.yaml

index cdf993e..47f3ea6 100755 (executable)
@@ -106,7 +106,7 @@ rm $HELM_LOCAL_REPO/*
 helm repo remove local
 $ROOT_DIR/prepare-common-templates
 
-COMPONENTS="controlpanel a1controller a1simulator policymanagementservice informationservice rappcatalogueservice nonrtricgateway dmaapadapterservice dmaapmediatorservice helmmanager oruclosedlooprecovery odusliceassurance"
+COMPONENTS="controlpanel a1controller a1simulator policymanagementservice informationservice rappcatalogueservice nonrtricgateway dmaapadapterservice dmaapmediatorservice helmmanager orufhrecovery ransliceassurance"
 for component in $COMPONENTS; do
     echo "Packaging NONRTRIC component [$component]"
     helm dep up $ROOT_DIR/../nonrtric/helm/$component
index a97f888..be6dff7 100755 (executable)
@@ -18,7 +18,7 @@
 # This script to undeploy the NONRTRIC
 
 
-COMPONENTS="controlpanel a1controller a1simulator policymanagementservice informationservice rappcatalogueservice nonrtricgateway dmaapadapterservice dmaapmediatorservice helmmanager oruclosedlooprecovery odusliceassurance"
+COMPONENTS="controlpanel a1controller a1simulator policymanagementservice informationservice rappcatalogueservice nonrtricgateway dmaapadapterservice dmaapmediatorservice helmmanager orufhrecovery ransliceassurance"
 RECIPE_NAMESPACE=$(kubectl get cm --all-namespaces | grep nonrtric-recipe | awk '{print $1}')
 kubectl get configmap  -n $RECIPE_NAMESPACE nonrtric-recipe  -o jsonpath='{.data.recipe}' > /tmp/recipe.yaml
 
index ea90b1d..b649440 100644 (file)
@@ -32,8 +32,8 @@ nonrtric:
   installDmaapadapterservice: true
   installDmaapmediatorservice: true
   installHelmmanager: true
-  installOruclosedlooprecovery: true
-  installOdusliceassurance: true
+  installOrufhrecovery: true
+  installRansliceassurance: true
   volume1:
     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
     size: 2Gi
@@ -59,8 +59,8 @@ informationservice:
     imagePullPolicy: Always
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-      name: 'nonrtric-information-coordinator-service'
-      tag: 1.2.1
+      name: 'nonrtric-plt-informationcoordinatorservice'
+      tag: 1.3.0
     service:
       allowHttp: true
       httpName: http
@@ -89,8 +89,8 @@ policymanagementservice:
     imagePullPolicy: Always
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-      name: nonrtric-a1-policy-management-service
-      tag: 2.3.1
+      name: nonrtric-plt-a1policymanagementservice
+      tag: 2.4.0
     service:
       allowHttp: true
       httpName: http
@@ -113,7 +113,7 @@ policymanagementservice:
     ingress:
       enabled: true
 
-# A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
+# A1 Controller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
 a1controller:
   a1controller:
     imagePullPolicy: Always
@@ -144,7 +144,7 @@ a1simulator:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: a1-simulator
-      tag: 2.2.0
+      tag: 2.3.0
     service:
       allowHttp: true
       httpName: http
@@ -201,8 +201,8 @@ rappcatalogueservice:
     imagePullPolicy: Always
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-      name: nonrtric-r-app-catalogue
-      tag: 1.0.2
+      name: nonrtric-plt-rappcatalogue
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -242,8 +242,8 @@ dmaapadapterservice:
     imagePullPolicy: Always
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-      name: 'nonrtric-dmaap-adaptor'
-      tag: 1.0.1
+      name: 'nonrtric-plt-dmaapadapter'
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -264,8 +264,8 @@ dmaapmediatorservice:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-dmaap-mediator-producer"
-      tag: 1.0.1
+      name: "nonrtric-plt-dmaapmediatorproducer"
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -287,8 +287,8 @@ helmmanager:
     imagePullPolicy: Always
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-helm-manager"
-      tag: 1.1.1
+      name: "nonrtric-plt-helmmanager"
+      tag: 1.2.0
     service:
       httpName: http
       internalPort1: 8112
@@ -305,13 +305,13 @@ helmmanager:
       size: 1Gi
       storageClassName: helmmanager-storage
 
-odusliceassurance:
-  odusliceassurance:
+ransliceassurance:
+  ransliceassurance:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-o-du-slice-assurance"
-      tag: 1.0.2
+      name: "nonrtric-rapp-ransliceassurance"
+      tag: 1.1.0
     env:
       mr_host: "http://onap-dmaap"
       mr_port: "3904"
@@ -321,13 +321,13 @@ odusliceassurance:
       log_level: "Info"
       polltime: "10"
 
-oruclosedlooprecovery:
-  oruclosedlooprecovery:
+orufhrecovery:
+  orufhrecovery:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-o-ru-closed-loop-consumer"
-      tag: 1.0.1
+      name: "nonrtric-rapp-orufhrecovery"
+      tag: 1.1.0
     env:
       consumer_host: "http://mrproducer"
       consumer_port: "8095"
@@ -339,3 +339,4 @@ oruclosedlooprecovery:
       sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
       oru_to_odu_map_file: "o-ru-to-o-du-map.csv"
       log_level: "Info"
+
index d104e1a..8d7fb32 100644 (file)
@@ -24,7 +24,7 @@ a1simulator:
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
     name: a1-simulator
-    tag: 2.2.0
+    tag: 2.3.0
   service:
     allowHttp: true
     httpName: http
index 24263c4..8db1069 100644 (file)
@@ -22,8 +22,8 @@ dmaapadapterservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-dmaap-adaptor"
-    tag: 1.0.1
+    name: "nonrtric-plt-dmaapadapter"
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http
index fd67ae6..9a99dfc 100644 (file)
@@ -22,8 +22,8 @@ dmaapmediatorservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-dmaap-mediator-producer"
-    tag: 1.0.1
+    name: "nonrtric-plt-dmaapmediatorproducer"
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http
index 94a6777..ad141e0 100644 (file)
@@ -23,8 +23,8 @@ helmmanager:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-helm-manager"
-    tag: 1.1.1
+    name: "nonrtric-plt-helmmanager"
+    tag: 1.2.0
   service:
     httpName: http
     internalPort1: 8112
index f5d83aa..4ef157f 100644 (file)
@@ -22,8 +22,8 @@ informationservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-information-coordinator-service"
-    tag: 1.2.1
+    name: "nonrtric-plt-informationcoordinatorservice"
+    tag: 1.3.0
   service:
     allowHttp: true
     httpName: http
index 7307229..bb2a24a 100644 (file)
@@ -75,12 +75,12 @@ dependencies:
     repository: "@local"
     condition: nonrtric.installHelmmanager
 
-  - name: odusliceassurance
+  - name: ransliceassurance
     version: ~1.0.0
     repository: "@local"
-    condition: nonrtric.installOdusliceassurance
+    condition: nonrtric.installRansliceassurance
 
-  - name: oruclosedlooprecovery
+  - name: orufhrecovery
     version: ~1.0.0
     repository: "@local"
-    condition: nonrtric.installOruclosedlooprecovery
+    condition: nonrtric.installOrufhrecovery
index 983ca34..e936b13 100644 (file)
@@ -25,8 +25,8 @@ nonrtric:
   installDmaapadapterservice: true
   installDmaapmediatorservice: true
   installHelmmanager: true
-  installOruclosedlooprecovery: true
-  installOdusliceassurance: true
+  installOrufhrecovery: true
+  installRansliceassurance: true
 
   volume1:
     size: 1Gi
similarity index 97%
rename from nonrtric/helm/oruclosedlooprecovery/Chart.yaml
rename to nonrtric/helm/orufhrecovery/Chart.yaml
index df25c81..789a705 100644 (file)
@@ -17,5 +17,5 @@
 apiVersion: v1
 appVersion: "2.0.0"
 description: A Helm chart for oru closed loop recovery
-name: oruclosedlooprecovery
+name: orufhrecovery
 version: 1.0.0
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: {{ include "common.name.oruclosedlooprecovery" . }}-configmap-config
+  name: {{ include "common.name.orufhrecovery" . }}-configmap-config
   namespace: {{ include "common.namespace.nonrtric" . }}
   labels:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 kind: Deployment
 apiVersion: apps/v1
 metadata:
-  name: {{ include "common.name.oruclosedlooprecovery" . }}
+  name: {{ include "common.name.orufhrecovery" . }}
   namespace: {{ include "common.namespace.nonrtric" . }}
   generation: 1
   labels:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
@@ -31,48 +31,48 @@ spec:
   replicas: 1
   selector:
     matchLabels:
-      app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+      app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
       release: {{ .Release.Name }}
   template:
     metadata:
       labels:
-        app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+        app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
         release: {{ .Release.Name }}
     spec:
-      hostname: {{ include "common.name.oruclosedlooprecovery" . }}
+      hostname: {{ include "common.name.orufhrecovery" . }}
       containers:
-      - name: {{ include "common.container.oruclosedlooprecovery" . }}
-        image: {{ .Values.oruclosedlooprecovery.image.registry }}/{{ .Values.oruclosedlooprecovery.image.name }}:{{ .Values.oruclosedlooprecovery.image.tag }}
-        imagePullPolicy: {{ .Values.oruclosedlooprecovery.imagePullPolicy }}
+      - name: {{ include "common.container.orufhrecovery" . }}
+        image: {{ .Values.orufhrecovery.image.registry }}/{{ .Values.orufhrecovery.image.name }}:{{ .Values.orufhrecovery.image.tag }}
+        imagePullPolicy: {{ .Values.orufhrecovery.imagePullPolicy }}
         ports:
         - containerPort: 80
           protocol: TCP
         env:
           - name: CONSUMER_HOST
-            value: "{{ .Values.oruclosedlooprecovery.env.consumer_host }}"
+            value: "{{ .Values.orufhrecovery.env.consumer_host }}"
           - name: CONSUMER_PORT
-            value: "{{ .Values.oruclosedlooprecovery.env.consumer_port }}"
+            value: "{{ .Values.orufhrecovery.env.consumer_port }}"
           - name: CONSUMER_CERT_PATH
-            value: "{{ .Values.oruclosedlooprecovery.env.consumer_cert_path }}"
+            value: "{{ .Values.orufhrecovery.env.consumer_cert_path }}"
           - name: CONSUMER_KEY_PATH
-            value: "{{ .Values.oruclosedlooprecovery.env.consumer_key_path }}"
+            value: "{{ .Values.orufhrecovery.env.consumer_key_path }}"
           - name: INFO_COORD_ADDR
-            value: "{{ .Values.oruclosedlooprecovery.env.info_coord_addr }}"
+            value: "{{ .Values.orufhrecovery.env.info_coord_addr }}"
           - name: SDNR_ADDR
-            value: "{{ .Values.oruclosedlooprecovery.env.sdnr_address }}"
+            value: "{{ .Values.orufhrecovery.env.sdnr_address }}"
           - name: SDNR_USER
-            value: "{{ .Values.oruclosedlooprecovery.env.sdnr_user }}"
+            value: "{{ .Values.orufhrecovery.env.sdnr_user }}"
           - name: SDNR_PASSWORD
-            value: "{{ .Values.oruclosedlooprecovery.env.sdnr_password }}"
+            value: "{{ .Values.orufhrecovery.env.sdnr_password }}"
           - name: ORU_TO_ODU_MAP_FILE
-            value: "{{ .Values.oruclosedlooprecovery.env.oru_to_odu_map_file }}"
+            value: "{{ .Values.orufhrecovery.env.oru_to_odu_map_file }}"
           - name: LOG_LEVEL
-            value: "{{ .Values.oruclosedlooprecovery.env.log_level }}"
+            value: "{{ .Values.orufhrecovery.env.log_level }}"
         volumeMounts:
-        - name: {{ include "common.name.oruclosedlooprecovery" . }}-oru-config
+        - name: {{ include "common.name.orufhrecovery" . }}-oru-config
           mountPath: "/app/o-ru-to-o-du-map.csv"
           subPath: "o-ru-to-o-du-map.csv"
       volumes:
-        - name: {{ include "common.name.oruclosedlooprecovery" . }}-oru-config
+        - name: {{ include "common.name.orufhrecovery" . }}-oru-config
           configMap:
-            name: {{ include "common.name.oruclosedlooprecovery" . }}-configmap-config
+            name: {{ include "common.name.orufhrecovery" . }}-configmap-config
 kind: Service
 apiVersion: v1
 metadata:
-  name: {{ include "common.name.oruclosedlooprecovery" . }}
+  name: {{ include "common.name.orufhrecovery" . }}
   namespace: {{ include "common.namespace.nonrtric" . }}
   labels:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 spec:
   ports:
-    {{if eq .Values.oruclosedlooprecovery.service.allowHttp true -}}
-    - name: {{ index .Values.oruclosedlooprecovery.service.httpName }}
-      port: {{ .Values.oruclosedlooprecovery.service.port }}
+    {{if eq .Values.orufhrecovery.service.allowHttp true -}}
+    - name: {{ index .Values.orufhrecovery.service.httpName }}
+      port: {{ .Values.orufhrecovery.service.port }}
       protocol: TCP
     {{- end }}
   selector:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.oruclosedlooprecovery" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.orufhrecovery" . }}
     release: {{ .Release.Name }}
   type: ClusterIP
similarity index 95%
rename from nonrtric/helm/oruclosedlooprecovery/values.yaml
rename to nonrtric/helm/orufhrecovery/values.yaml
index 4ca94c5..4e73cc9 100644 (file)
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
-oruclosedlooprecovery:
+orufhrecovery:
   imagePullPolicy: IfNotPresent
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-    name: nonrtric-o-ru-closed-loop-consumer
-    tag: 1.0.1
+    name: nonrtric-rapp-orufhrecovery-consumer
+    tag: 1.1.0
   service:
     httpName: web
     allowHttp: true
index 9085ad1..4fa26f0 100644 (file)
@@ -22,8 +22,8 @@ policymanagementservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: nonrtric-a1-policy-management-service
-    tag: 2.3.1
+    name: nonrtric-plt-a1policymanagementservice
+    tag: 2.4.0
   service:
     allowHttp: true
     httpName: http
similarity index 98%
rename from nonrtric/helm/odusliceassurance/Chart.yaml
rename to nonrtric/helm/ransliceassurance/Chart.yaml
index f506b96..2043c14 100644 (file)
@@ -17,5 +17,5 @@
 apiVersion: v1
 appVersion: "2.0.0"
 description: A Helm chart for odu slice assurance
-name: odusliceassurance
+name: ransliceassurance
 version: 1.0.0
 kind: Deployment
 apiVersion: apps/v1
 metadata:
-  name: {{ include "common.name.odusliceassurance" . }}
+  name: {{ include "common.name.ransliceassurance" . }}
   namespace: {{ include "common.namespace.nonrtric" . }}
   generation: 1
   labels:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.odusliceassurance" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.ransliceassurance" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
@@ -31,35 +31,35 @@ spec:
   replicas: 1
   selector:
     matchLabels:
-      app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.odusliceassurance" . }}
+      app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.ransliceassurance" . }}
       release: {{ .Release.Name }}
   template:
     metadata:
       labels:
-        app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.odusliceassurance" . }}
+        app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.ransliceassurance" . }}
         release: {{ .Release.Name }}
     spec:
-      hostname: {{ include "common.name.odusliceassurance" . }}
+      hostname: {{ include "common.name.ransliceassurance" . }}
       containers:
-      - name: {{ include "common.container.odusliceassurance" . }}
-        image: {{ .Values.odusliceassurance.image.registry }}/{{ .Values.odusliceassurance.image.name }}:{{ .Values.odusliceassurance.image.tag }}
-        imagePullPolicy: {{ .Values.odusliceassurance.imagePullPolicy }}
+      - name: {{ include "common.container.ransliceassurance" . }}
+        image: {{ .Values.ransliceassurance.image.registry }}/{{ .Values.ransliceassurance.image.name }}:{{ .Values.ransliceassurance.image.tag }}
+        imagePullPolicy: {{ .Values.ransliceassurance.imagePullPolicy }}
         ports:
         - containerPort: 80
           protocol: TCP
         env:
           - name: MR_HOST
-            value: "{{ .Values.odusliceassurance.env.mr_host }}"
+            value: "{{ .Values.ransliceassurance.env.mr_host }}"
           - name: MR_PORT
-            value: "{{ .Values.odusliceassurance.env.mr_port }}"
+            value: "{{ .Values.ransliceassurance.env.mr_port }}"
           - name: SDNR_ADDRESS
-            value: "{{ .Values.odusliceassurance.env.sdnr_address }}"
+            value: "{{ .Values.ransliceassurance.env.sdnr_address }}"
           - name: SDNR_USER
-            value: "{{ .Values.odusliceassurance.env.sdnr_user }}"
+            value: "{{ .Values.ransliceassurance.env.sdnr_user }}"
           - name: SDNR_PASSWORD
-            value: "{{ .Values.odusliceassurance.env.sdnr_password }}"
+            value: "{{ .Values.ransliceassurance.env.sdnr_password }}"
           - name: LOG_LEVEL
-            value: "{{ .Values.odusliceassurance.env.log_level }}"
+            value: "{{ .Values.ransliceassurance.env.log_level }}"
           - name: POLLTIME
-            value: "{{ .Values.odusliceassurance.env.polltime }}"
+            value: "{{ .Values.ransliceassurance.env.polltime }}"
 
 kind: Service
 apiVersion: v1
 metadata:
-  name: {{ include "common.name.odusliceassurance" . }}
+  name: {{ include "common.name.ransliceassurance" . }}
   namespace: {{ include "common.namespace.nonrtric" . }}
   labels:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.odusliceassurance" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.ransliceassurance" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
     release: {{ .Release.Name }}
     heritage: {{ .Release.Service }}
 spec:
   ports:
-    {{if eq .Values.odusliceassurance.service.allowHttp true -}}
-    - name: {{ index .Values.odusliceassurance.service.httpName }}
-      port: {{ .Values.odusliceassurance.service.port }}
+    {{if eq .Values.ransliceassurance.service.allowHttp true -}}
+    - name: {{ index .Values.ransliceassurance.service.httpName }}
+      port: {{ .Values.ransliceassurance.service.port }}
       protocol: TCP
     {{- end }}
   selector:
-    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.odusliceassurance" . }}
+    app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.ransliceassurance" . }}
     release: {{ .Release.Name }}
   type: ClusterIP
similarity index 95%
rename from nonrtric/helm/odusliceassurance/values.yaml
rename to nonrtric/helm/ransliceassurance/values.yaml
index f67ffac..0dcb2ef 100644 (file)
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
 
-odusliceassurance:
+ransliceassurance:
   imagePullPolicy: IfNotPresent
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-    name: nonrtric-o-du-slice-assurance
-    tag: 1.0.2
+    name: nonrtric-rapp-ransliceassurance
+    tag: 1.1.0
   service:
     httpName: web
     allowHttp: true
index f01b2c2..dd3376f 100644 (file)
@@ -22,8 +22,8 @@ rappcatalogueservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-    name: nonrtric-r-app-catalogue
-    tag: 1.0.2
+    name: nonrtric-plt-rappcatalogue
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http
 #   limitations under the License.                                             #
 ################################################################################
 
-{{- define "common.name.oruclosedlooprecovery" -}}
-  {{- printf "oruclosedlooprecovery" -}}
+{{- define "common.name.orufhrecovery" -}}
+  {{- printf "orufhrecovery" -}}
 {{- end -}}
 
-{{- define "common.container.oruclosedlooprecovery" -}}
-  {{- $name := ( include "common.name.oruclosedlooprecovery" . ) -}}
+{{- define "common.container.orufhrecovery" -}}
+  {{- $name := ( include "common.name.orufhrecovery" . ) -}}
   {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
 #   limitations under the License.                                             #
 ################################################################################
 
-{{- define "common.name.odusliceassurance" -}}
-  {{- printf "odusliceassurance" -}}
+{{- define "common.name.ransliceassurance" -}}
+  {{- printf "ransliceassurance" -}}
 {{- end -}}
 
-{{- define "common.container.odusliceassurance" -}}
-  {{- $name := ( include "common.name.odusliceassurance" . ) -}}
+{{- define "common.container.ransliceassurance" -}}
+  {{- $name := ( include "common.name.ransliceassurance" . ) -}}
   {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
index 3260e26..8db1069 100644 (file)
@@ -22,8 +22,8 @@ dmaapadapterservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-dmaap-adaptor"
-    tag: 1.0.0
+    name: "nonrtric-plt-dmaapadapter"
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http
index 3ae2eac..9a99dfc 100644 (file)
@@ -22,8 +22,8 @@ dmaapmediatorservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-dmaap-mediator-producer"
-    tag: 1.0.0
+    name: "nonrtric-plt-dmaapmediatorproducer"
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http
index 255ad71..9d8358b 100644 (file)
@@ -23,8 +23,8 @@ helmmanager:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-helm-manager"
-    tag: 1.1.0
+    name: "nonrtric-plt-helmmanager"
+    tag: 1.2.0
   service:
     httpName: http
     internalPort1: 8112
index a5d571a..4ef157f 100644 (file)
@@ -22,8 +22,8 @@ informationservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: "nonrtric-information-coordinator-service"
-    tag: 1.2.0
+    name: "nonrtric-plt-informationcoordinatorservice"
+    tag: 1.3.0
   service:
     allowHttp: true
     httpName: http
index 56ae692..f25815f 100644 (file)
@@ -2,8 +2,8 @@
 replicaCount: 1
 image:
   repository: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-  name: nonrtric-o-ru-closed-loop-recovery
-  tag: 1.0.0
+  name: nonrtric-rapp-orufhrecovery
+  tag: 1.1.0
   pullPolicy: IfNotPresent
 
 global:
index 0d8b55a..d9572a2 100644 (file)
@@ -22,8 +22,8 @@ policymanagementservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-    name: nonrtric-a1-policy-management-service
-    tag: 2.3.0
+    name: nonrtric-plt-a1policymanagementservice
+    tag: 2.4.0
   service:
     type: NodePort
     allowHttp: true
index 35a6409..e3a491f 100644 (file)
@@ -22,8 +22,8 @@ rappcatalogueservice:
   imagePullPolicy: IfNotPresent
   image:
     registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
-    name: nonrtric-r-app-catalogue
-    tag: 1.0.1
+    name: nonrtric-plt-rappcatalogue
+    tag: 1.1.0
   service:
     allowHttp: true
     httpName: http