NONRTRIC-946: Servicemanager - Add Kong data plane and control plane
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 7d1ed63..d557e53 100644 (file)
@@ -1,6 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
-#  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2023-2024 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.
@@ -30,16 +30,19 @@ nonrtric:
   installRappcatalogueservice: true
   installRappcatalogueenhancedservice: true
   installNonrtricgateway: true
-  installKong: false
+  installKong: true
   installDmaapadapterservice: true
   installDmaapmediatorservice: true
   installHelmmanager: true
   installOrufhrecovery: true
   installRansliceassurance: true
   installCapifcore: true
-  installRanpm: true
+  installServicemanager: true
+  installRanpm: false
+  # rApp Manager functionality relies on ACM for its operation
   installrAppmanager: true
-  installDmeParticipant: true
+  # DME Participant should only be activated when ACM installation is available for this participant to utilize
+  installDmeParticipant: false
 
   volume1:
     # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
@@ -367,18 +370,25 @@ 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"
+      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
       name: nonrtric-plt-capifcore
-      tag: 1.2.0
+      tag: 1.3.1
     env:
       chart_museum_url: "http://chartmuseum:8080"
       repo_name: "capifcore"
 
+servicemanager:
+  servicemanager:
+    imagePullPolicy: IfNotPresent
+    image:
+      registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
+      name: nonrtric-plt-servicemanager
+      tag: 0.1.2
+
 rappmanager:
   rappmanager:
     imagePullPolicy: IfNotPresent