Align nonrtric products to release f
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 73de17e..b649440 100644 (file)
@@ -19,7 +19,7 @@
 #-------------------------------------------------------------------------
 
 
-# Here you can enable inclusion or exclusion of each component. A not installed component will not be installed.
+# Here you can enable inclusion or exclusion of each component. A not enabled component will not be installed.
 nonrtric:
   installPms: true
   installA1controller: true
@@ -32,18 +32,21 @@ nonrtric:
   installDmaapadapterservice: true
   installDmaapmediatorservice: true
   installHelmmanager: 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
     storageClassName: pms-storage
+    hostPath: /var/nonrtric/pms-storage
   volume2:
      # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
     size: 2Gi
     storageClassName: ics-storage
+    hostPath: /var/nonrtric/ics-storage
   volume3:
     size: 1Gi
     storageClassName: helmmanager-storage
-
 common:
   releasePrefix: r3-dev-nonrtric
 # Do not change the namespace
@@ -55,9 +58,9 @@ informationservice:
   informationservice:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
-      name: 'nonrtric-information-coordinator-service'
-      tag: 1.2.0
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: 'nonrtric-plt-informationcoordinatorservice'
+      tag: 1.3.0
     service:
       allowHttp: true
       httpName: http
@@ -85,9 +88,9 @@ policymanagementservice:
   policymanagementservice:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
-      name: nonrtric-policy-agent
-      tag: 2.3.0
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: nonrtric-plt-a1policymanagementservice
+      tag: 2.4.0
     service:
       allowHttp: true
       httpName: http
@@ -110,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
@@ -139,9 +142,9 @@ a1simulator:
     name: a1-sim
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+      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
@@ -170,7 +173,7 @@ controlpanel:
   controlpanel:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-controlpanel
       tag: 2.3.0
     replicaCount: 1
@@ -197,8 +200,8 @@ rappcatalogueservice:
   rappcatalogueservice:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
-      name: nonrtric-r-app-catalogue
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: nonrtric-plt-rappcatalogue
       tag: 1.1.0
     service:
       allowHttp: true
@@ -219,9 +222,9 @@ nonrtricgateway:
   nonrtricgateway:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-gateway
-      tag: 1.1.0
+      tag: 1.0.0
     service:
       httpName: http
       internalPort1: 9090
@@ -238,9 +241,9 @@ dmaapadapterservice:
   dmaapadapterservice:
     imagePullPolicy: Always
     image:
-      registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
-      name: 'nonrtric-dmaap-adaptor'
-      tag: 1.0.0
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: 'nonrtric-plt-dmaapadapter'
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -260,9 +263,9 @@ dmaapmediatorservice:
   dmaapmediatorservice:
     imagePullPolicy: IfNotPresent
     image:
-      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
-      name: "nonrtric-dmaap-mediator-producer"
-      tag: 1.0.0
+      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+      name: "nonrtric-plt-dmaapmediatorproducer"
+      tag: 1.1.0
     service:
       allowHttp: true
       httpName: http
@@ -283,9 +286,9 @@ helmmanager:
     clusterRoleName: cluster-admin
     imagePullPolicy: Always
     image:
-      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
-      name: "nonrtric-helm-manager"
-      tag: 1.1.0
+      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+      name: "nonrtric-plt-helmmanager"
+      tag: 1.2.0
     service:
       httpName: http
       internalPort1: 8112
@@ -300,4 +303,40 @@ helmmanager:
       # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
       # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
       size: 1Gi
-      storageClassName: helmmanager-storage
\ No newline at end of file
+      storageClassName: helmmanager-storage
+
+ransliceassurance:
+  ransliceassurance:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+      name: "nonrtric-rapp-ransliceassurance"
+      tag: 1.1.0
+    env:
+      mr_host: "http://onap-dmaap"
+      mr_port: "3904"
+      sdnr_address: "http://sdnr:8181"
+      sdnr_user: "admin"
+      sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
+      log_level: "Info"
+      polltime: "10"
+
+orufhrecovery:
+  orufhrecovery:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+      name: "nonrtric-rapp-orufhrecovery"
+      tag: 1.1.0
+    env:
+      consumer_host: "http://mrproducer"
+      consumer_port: "8095"
+      consumer_cert_path: "security/consumer.crt"
+      consumer_key_path: "security/consumer.key"
+      info_coord_addr: "http://ics:8083"
+      sdnr_address: "http://sdnr:8282"
+      sdnr_user: "admin"
+      sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
+      oru_to_odu_map_file: "o-ru-to-o-du-map.csv"
+      log_level: "Info"
+