From: John Keeney Date: Fri, 14 Jan 2022 11:07:52 +0000 (+0000) Subject: Merge "Add ORU ODU helm charts to nonrtric deployement" X-Git-Tag: f-release~18 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=3d3672fbb1f20e168f33bf6511b5120f3fcc04fe;hp=-c;p=it%2Fdep.git Merge "Add ORU ODU helm charts to nonrtric deployement" --- 3d3672fbb1f20e168f33bf6511b5120f3fcc04fe diff --combined nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index c08789de,e856e8ea..510ecb22 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@@ -32,19 -32,20 +32,21 @@@ nonrtric installDmaapadapterservice: true installDmaapmediatorservice: true installHelmmanager: true + installOruclosedlooprecovery: true + installOdusliceassurance: true volume1: # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) size: 2Gi storageClassName: pms-storage + hostPath: /var/nonrtric/pms-storage volume2: # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) size: 2Gi storageClassName: ics-storage + hostPath: /var/nonrtric/ics-storage volume3: size: 1Gi storageClassName: helmmanager-storage - common: releasePrefix: r3-dev-nonrtric # Do not change the namespace @@@ -302,3 -303,38 +304,38 @@@ helmmanager # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) size: 1Gi storageClassName: helmmanager-storage + + odusliceassurance: + odusliceassurance: + imagePullPolicy: IfNotPresent + image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: "nonrtric-o-du-slice-assurance" + tag: 1.0.0 + env: + mr_host: "http://onap-dmaap" + mr_port: "3904" + sdnr_address: "http://sdnr:8181" + sdnr_user: "admin" + sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" + log_level: "Info" + polltime: "10" + + oruclosedlooprecovery: + oruclosedlooprecovery: + imagePullPolicy: IfNotPresent + image: + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + name: "nonrtric-o-ru-closed-loop-recovery" + tag: 1.0.0 + env: + consumer_host: "http://mrproducer" + consumer_port: "8095" + consumer_cert_path: "security/producer.crt" + consumer_key_path: "security/producer.key" + info_coord_addr: "http://ics:8083" + sdnr_address: "http://sdnr:8282" + sdnr_user: "admin" + sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" + oru_to_odu_map_file: "o-ru-to-o-du-map.csv" + log_level: "Info" diff --combined nonrtric/helm/nonrtric/values.yaml index bda80985,d33f23bc..983ca346 --- a/nonrtric/helm/nonrtric/values.yaml +++ b/nonrtric/helm/nonrtric/values.yaml @@@ -25,14 -25,15 +25,17 @@@ nonrtric installDmaapadapterservice: true installDmaapmediatorservice: true installHelmmanager: true + installOruclosedlooprecovery: true + installOdusliceassurance: true + volume1: size: 1Gi storageClassName: volume1 + hostPath: /dockerdata-nfs/nonrtric/volume1 volume2: size: 1Gi storageClassName: volume2 + hostPath: /dockerdata-nfs/nonrtric/volume2 volume3: size: 1Gi storageClassName: volume3