Add NONRTRIC rAppmanager HELM charts
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 6e3b84e..e1da6e3 100644 (file)
@@ -1,5 +1,6 @@
 ################################################################################
-#   Copyright (c) 2020 Nordix Foundation.                                      #
+#   Copyright (c) 2023 Nordix Foundation.                                      #
+#   Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.       #
 #                                                                              #
 #   Licensed under the Apache License, Version 2.0 (the "License");            #
 #   you may not use this file except in compliance with the License.           #
@@ -27,6 +28,7 @@ nonrtric:
   installControlpanel: true
   installInformationservice: true
   installRappcatalogueservice: true
+  installRappcatalogueenhancedservice: true
   installNonrtricgateway: true
   installKong: false
   installDmaapadapterservice: true
@@ -34,6 +36,10 @@ nonrtric:
   installHelmmanager: true
   installOrufhrecovery: true
   installRansliceassurance: true
+  installCapifcore: true
+  installRanpm: true
+  installrAppmanager: true
+
   volume1:
     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
     size: 2Gi
@@ -60,7 +66,7 @@ informationservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-plt-informationcoordinatorservice'
-      tag: 1.3.0
+      tag: 1.5.0
     service:
       allowHttp: true
       httpName: http
@@ -90,7 +96,7 @@ policymanagementservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-plt-a1policymanagementservice
-      tag: 2.4.0
+      tag: 2.6.0
     service:
       allowHttp: true
       httpName: http
@@ -144,7 +150,7 @@ a1simulator:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: a1-simulator
-      tag: 2.3.0
+      tag: 2.5.0
     service:
       allowHttp: true
       httpName: http
@@ -175,7 +181,7 @@ controlpanel:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-controlpanel
-      tag: 2.3.0
+      tag: 2.5.0
     replicaCount: 1
     service:
       allowHttp: true
@@ -202,7 +208,7 @@ rappcatalogueservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-plt-rappcatalogue
-      tag: 1.1.0
+      tag: 1.2.0
     service:
       allowHttp: true
       httpName: http
@@ -218,13 +224,32 @@ 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
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: nonrtric-gateway
-      tag: 1.0.0
+      tag: 1.2.0
     service:
       httpName: http
       internalPort1: 9090
@@ -243,7 +268,7 @@ dmaapadapterservice:
     image:
       registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
       name: 'nonrtric-plt-dmaapadapter'
-      tag: 1.1.0
+      tag: 1.3.0
     service:
       allowHttp: true
       httpName: http
@@ -265,7 +290,7 @@ dmaapmediatorservice:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-plt-dmaapmediatorproducer"
-      tag: 1.1.0
+      tag: 1.2.0
     service:
       allowHttp: true
       httpName: http
@@ -288,7 +313,7 @@ helmmanager:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-plt-helmmanager"
-      tag: 1.2.0
+      tag: 1.3.0
     service:
       httpName: http
       internalPort1: 8112
@@ -311,7 +336,7 @@ ransliceassurance:
     image:
       registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
       name: "nonrtric-rapp-ransliceassurance"
-      tag: 1.1.0
+      tag: 1.3.0
     env:
       mr_host: "http://onap-dmaap"
       mr_port: "3904"
@@ -320,6 +345,7 @@ ransliceassurance:
       sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
       log_level: "Info"
       polltime: "10"
+      node_id: "o-du-1122"
 
 orufhrecovery:
   orufhrecovery:
@@ -340,3 +366,37 @@ 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.1.0
+    env:
+      chart_museum_url: "http://chartmuseum:8080"
+      repo_name: "capifcore"
+
+rappmanager:
+  rappmanager:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: "nexus3.o-ran-sc.org:10003/o-ran-sc"
+      name: nonrtric-plt-rappmanager
+      tag: 0.0.1-SNAPSHOT
+    service:
+      httpName: http
+      internalPort1: 8080
+      targetPort1: 8080
+    liveness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+    readiness:
+      initialDelaySeconds: 20
+      periodSeconds: 10
+    ingress:
+      enabled: true
+    acm:
+      username: cnVudGltZVVzZXI=
+      password: emIhWHp0RzM0