X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=51adbd6f500e24684ce3c06f9ff658d347f94aca;hb=ee640dc47d881672e230b849ffabcaab0ac39ddc;hp=08c84079f6c29d479aafe645b5d842a57f91bad8;hpb=56292b9bd56be402b961a083f68d5b56c7b92192;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 08c84079..51adbd6f 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -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 @@ -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: | @@ -239,4 +260,4 @@ rappcatalogueservice: periodSeconds: 10 readiness: initialDelaySeconds: 20 - periodSeconds: 10 \ No newline at end of file + periodSeconds: 10