Update version for rapp enhanced catalogue
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index b649440..a69e75e 100644 (file)
@@ -27,6 +27,7 @@ nonrtric:
   installControlpanel: true
   installInformationservice: true
   installRappcatalogueservice: true
+  installRappcatalogueenhancedservice: true
   installNonrtricgateway: true
   installKong: false
   installDmaapadapterservice: true
@@ -60,7 +61,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 +91,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 +145,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 +176,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
@@ -218,6 +219,25 @@ rappcatalogueservice:
       initialDelaySeconds: 20
       periodSeconds: 10
 
+rappcatalogueenhancedservice:
+  rappcatalogueenhancedservice:
+    imagePullPolicy: Always
+    image:
+      registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
+      name: nonrtric-plt-rappcatalogue-enhanced
+      tag: 1.0.1
+    service:
+      allowHttp: true
+      httpName: http
+      internalPort1: 9696
+      targetPort1: 9696
+    liveness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+    readiness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+
 nonrtricgateway:
   nonrtricgateway:
     imagePullPolicy: Always
@@ -243,7 +263,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 +331,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,13 +340,14 @@ ransliceassurance:
       sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
       log_level: "Info"
       polltime: "10"
+      node_id: "o-du-1122"
 
 orufhrecovery:
   orufhrecovery:
     imagePullPolicy: IfNotPresent
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
-      name: "nonrtric-rapp-orufhrecovery"
+      name: "nonrtric-rapp-orufhrecovery-consumer"
       tag: 1.1.0
     env:
       consumer_host: "http://mrproducer"
@@ -340,3 +361,14 @@ orufhrecovery:
       oru_to_odu_map_file: "o-ru-to-o-du-map.csv"
       log_level: "Info"
 
+
+capifcore:
+  capifcore:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
+      name: nonrtric-plt-capifcore
+      tag: 1.0.0
+    env:
+      chart_museum_url: "http://chartmuseum:8080"
+      repo_name: "capifcore"
\ No newline at end of file