X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2Fexample_recipe.yaml;h=08769f0c7e4594afbafc4cd1e553ba174476d837;hb=refs%2Fheads%2Fe-release;hp=e181e000ad7c86d6a31476547ccd9a95be861512;hpb=d9b07f73c5c681ac28e384285e842bc1aee6bbe5;p=ric-plt%2Fric-dep.git diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index e181e00..08769f0 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -1,5 +1,6 @@ ################################################################################ # Copyright (c) 2019 AT&T Intellectual Property. # +# Copyright (c) 2021 HCL Technologies Limited. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -19,8 +20,7 @@ #------------------------------------------------------------------------- common: - releasePrefix: r3 - + releasePrefix: r4 # If a local docker registry is used, please specify it using the following option # localregistry: nexus3.o-ran-sc.org:10004 @@ -54,11 +54,14 @@ extsvcplt: # password: "" # email: "" +prometheus: + enabled: true a1mediator: image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-a1 - tag: 2.0.0 + tag: 2.1.9 rmr_timeout_config: a1_rcv_retry_times: 20 ins_del_no_resp_ttl: 5 @@ -73,36 +76,43 @@ appmgr: appmgr: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-appmgr - tag: 0.1.10 + tag: 0.4.3 chartmuseum: registry: "docker.io" name: chartmuseum/chartmuseum tag: v0.8.2 + dbaas: - backend: - image: - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - name: ric-plt-dbaas - tag: 0.2.2 + image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: ric-plt-dbaas + tag: 0.5.5 + enableHighAvailability: false + # Enable pod anti affinity only if you have more than 3 k8s nodes + enablePodAntiAffinity: false + e2mgr: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-e2mgr - tag: 2.0.10 + tag: 5.4.19 privilegedmode: false - env: - RIC_ID: "bbbccc-abcd0e/20" - + globalRicId: + ricId: "AACCE" + mcc: "310" + mnc: "411" + rnibWriter: + stateChangeMessageChannel: RAN_CONNECTION_STATUS_CHANGE + ranManipulationMessageChannel: RAN_MANIPULATION e2term: alpha: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-e2 - tag: 3.0.1 - + tag: 5.0.8 privilegedmode: false hostnetworkmode: false env: @@ -121,38 +131,63 @@ jaegeradapter: tag: 1.12 -rsm: - image: - init: - name: redis - tag: latest - registry: "docker.io" - main: - name: ric-plt-resource-status-manager - tag: 3.0.3 - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - privilegedmode: false +#rsm: +# image: +# init: +# name: redis +# tag: latest +# registry: "docker.io" +# main: +# name: ric-plt-resource-status-manager +# tag: 3.0.1 +# registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" +# privilegedmode: false rtmgr: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-rtmgr - tag: 0.4.9 - rpe: rmrpush - sbi: nngpush - sbiurl: 0.0.0.0 - nbi: httpRESTful - nbiurl: http://0.0.0.0:8888 + tag: 0.6.3 submgr: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-submgr - tag: 0.10.7 + tag: 0.4.3 vespamgr: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-vespamgr - tag: 0.0.8 - prometheusurl: "http://rec-prometheus-server.default" + tag: 0.4.0 + prometheusurl: "http://r4-infrastructure-prometheus-server.ricplt" + +o1mediator: + image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: ric-plt-o1 + tag: 0.4.4 + +xapponboarder: + image: + xapponboarder: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: xapp-onboarder + tag: 1.0.7 + chartmuseum: + registry: "docker.io" + name: chartmuseum/chartmuseum + tag: v0.8.2 + allow_redeploy: "True" + +alarmmanager: + image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: ric-plt-alarmmanager + tag: 0.5.9 + +influxdb: + image: + registry: "influxdb" + name: influxdb + tag: "1.8.0-alpine"