X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=d557e5353658e0527d9ed451b0f66c09ec2d365a;hb=HEAD;hp=7d1ed63c96b944c318982bdbbecdbed6d2b552a4;hpb=177701e036017bc89d6d3ab1932eaa8ce5f122a3;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 7d1ed63c..24f168d1 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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) @@ -101,10 +104,10 @@ policymanagementservice: service: allowHttp: true httpName: http - internalPort1: 9080 + internalPort1: 8081 targetPort1: 8081 httpsName: https - internalPort2: 9081 + internalPort2: 8433 targetPort2: 8433 liveness: initialDelaySeconds: 20 @@ -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