X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=51adbd6f500e24684ce3c06f9ff658d347f94aca;hb=refs%2Fchanges%2F76%2F5376%2F4;hp=b759e11aec9f6534e04203aa0ab5ce70f117c433;hpb=c96a76b9867c4650c5f0dce302909235a4389a05;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index b759e11a..51adbd6f 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -57,7 +57,7 @@ a1simulator: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 2.0.0 + tag: 2.1.0 service: allowHttp: true httpName: http @@ -78,6 +78,9 @@ a1simulator: stdVersion: name: a1-sim-std replicaCount: 2 + stdVersion2: + name: a1-sim-std2 + replicaCount: 2 # image registry and tag to be changed after first release of controlpanel # Need to check the external port Availability @@ -87,7 +90,7 @@ controlpanel: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 2.0.0 + tag: 2.1.0 replicaCount: 1 service: allowHttp: true @@ -113,7 +116,7 @@ policymanagementservice: image: registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent - tag: 2.0.1 + tag: 2.1.0 service: allowHttp: true httpName: http @@ -167,6 +170,24 @@ policymanagementservice: "kista_1", "kista_2" ] + }, + { + "name":"ric5", + "baseUrl":"https://a1-sim-std2-0.a1-sim:8185", + "controller": "controller1", + "managedElementIds":[ + "kista_1", + "kista_2" + ] + }, + { + "name":"ric6", + "baseUrl":"https://a1-sim-std2-1.a1-sim:8185", + "controller": "controller1", + "managedElementIds":[ + "kista_1", + "kista_2" + ] } ] streams_publishes: | @@ -216,4 +237,27 @@ enrichmentservice: accessMode: ReadWriteOnce size: 2Gi mountPath: /dockerdata-nfs - mountSubPath: nonrtric/enrichmentservice \ No newline at end of file + mountSubPath: nonrtric/enrichmentservice +rappcatalogueservice: + rappcatalogueservice: + imagePullPolicy: IfNotPresent + image: + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' + name: nonrtric-r-app-catalogue + tag: 1.0.0 + service: + allowHttp: true + httpName: http + internalPort1: 9085 + targetPort1: 8080 + externalPort1: 30097 + httpsName: https + internalPort2: 9086 + targetPort2: 8433 + externalPort2: 30098 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10