X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=397229491a1412c1d5b0253f8940414d1164453b;hb=refs%2Fchanges%2F29%2F6229%2F3;hp=9d3cee6571cbda29f1b629a41bd07eaec09e5b76;hpb=4c476953a3cbacdbc54fb41abfc571f23a68a1c0;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 9d3cee65..39722949 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -24,18 +24,81 @@ nonrtric: installPms: true installA1controller: false installA1simulator: false - installControlpanel: false + installControlpanel: true installEnrichmentservice: true installRappcatalogueservice: false - installNonrtricgateway: false - + installNonrtricgateway: true + installKong: false + 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 + volume2: + # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) + size: 2Gi + storageClassName: ecs-storage + common: - releasePrefix: r2-dev-nonrtric -# Change the namespaces using the following options + releasePrefix: r3-dev-nonrtric +# Do not change the namespace namespace: nonrtric: nonrtric - ingressClassName: kong - installKong: true + ingressClassName: kong +enrichmentservice: + enrichmentservice: + imagePullPolicy: IfNotPresent + image: + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: 'nonrtric-enrichment-coordinator-service' + tag: 1.1.0 + service: + allowHttp: true + httpName: http + internalPort1: 9082 + targetPort1: 8083 + httpsName: https + internalPort2: 9083 + targetPort2: 8434 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 + persistence: + # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. + # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be fon instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) + size: 2Gi + storageClassName: ecs-storage + +# Need to check the external port Availability +policymanagementservice: + policymanagementservice: + imagePullPolicy: IfNotPresent + image: + registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + name: nonrtric-policy-agent + tag: 2.2.0 + service: + allowHttp: true + httpName: http + internalPort1: 9080 + targetPort1: 8081 + httpsName: https + internalPort2: 9081 + targetPort2: 8433 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 + persistence: + # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same. + # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be fon instance 'standard' or 'gluster-fs' (depeneds on which classes that are available) + size: 2Gi + storageClassName: pms-storage + # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart. a1controller: @@ -118,68 +181,10 @@ controlpanel: initialDelaySeconds: 20 periodSeconds: 10 -# Need to check the external port Availability -policymanagementservice: - policymanagementservice: - imagePullPolicy: IfNotPresent - image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' - name: nonrtric-policy-agent - tag: 2.2.0 - service: - allowHttp: true - httpName: http - internalPort1: 9080 - targetPort1: 8081 - httpsName: https - internalPort2: 9081 - targetPort2: 8433 - liveness: - initialDelaySeconds: 20 - periodSeconds: 10 - readiness: - initialDelaySeconds: 20 - periodSeconds: 10 - persistence: - volumeReclaimPolicy: Retain - accessMode: ReadWriteOnce - size: 2Gi - mountPath: /dockerdata-nfs - mountSubPath: nonrtric/policymanagementservice ingress: enabled: false - -enrichmentservice: - enrichmentservice: - imagePullPolicy: IfNotPresent - image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' - name: 'nonrtric-enrichment-coordinator-service' - tag: 1.1.0 - service: - allowHttp: true - httpName: http - internalPort1: 9082 - targetPort1: 8083 - httpsName: https - internalPort2: 9083 - targetPort2: 8434 - liveness: - initialDelaySeconds: 20 - periodSeconds: 10 - readiness: - initialDelaySeconds: 20 - periodSeconds: 10 - persistence: - enabled: true - volumeReclaimPolicy: Retain - accessMode: ReadWriteOnce - size: 2Gi - mountPath: /dockerdata-nfs - mountSubPath: nonrtric/enrichmentservice ingress: enabled: false - rappcatalogueservice: rappcatalogueservice: imagePullPolicy: IfNotPresent @@ -208,7 +213,7 @@ nonrtricgateway: image: registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' name: nonrtric-gateway - tag: 0.0.1 + tag: 1.0.0 service: httpName: http internalPort1: 9090