X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=nonrtric%2FRECIPE_EXAMPLE%2Fexample_recipe.yaml;h=3ac4bf81c542c9a30b92cd4556bb9b7ce9dd8196;hb=e9a39878a8169e03bbd4c3985cf1b52dde8fb725;hp=6231bd92073c5eecf53607b1fa5431e516f26c25;hpb=2047196f688aa19a83dc1e68c5f12d2933d92bc9;p=it%2Fdep.git diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 6231bd92..3ac4bf81 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -26,13 +26,14 @@ common: component: nonrtric +# A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart. a1controller: a1controller: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-a1-controller - tag: 1.7.5 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true @@ -43,7 +44,7 @@ a1controller: internalPort2: 8383 targetPort2: 8443 liveness: - initialDelaySeconds: 60 + initialDelaySeconds: 300 periodSeconds: 10 readiness: initialDelaySeconds: 60 @@ -54,11 +55,23 @@ a1simulator: name: a1-sim imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: a1-simulator - tag: 1.0.1 + tag: 2.0.0 service: - internalPort: 8085 + allowHttp: true + httpName: http + internalPort1: 8085 + targetPort1: 8085 + httpsName: https + internalPort2: 8185 + targetPort2: 8185 + liveness: + initialDelaySeconds: 20 + periodSeconds: 10 + readiness: + initialDelaySeconds: 20 + periodSeconds: 10 oscVersion: name: a1-sim-osc replicaCount: 2 @@ -72,9 +85,9 @@ controlpanel: controlpanel: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-controlpanel - tag: 1.0.0 + tag: 2.0.0 replicaCount: 1 service: allowHttp: true @@ -98,9 +111,9 @@ policymanagementservice: policymanagementservice: imagePullPolicy: IfNotPresent image: - registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' + registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' name: nonrtric-policy-agent - tag: 1.0.0 + tag: 2.0.0 service: allowHttp: true httpName: http @@ -116,4 +129,36 @@ policymanagementservice: periodSeconds: 10 readiness: initialDelaySeconds: 20 - periodSeconds: 10 \ No newline at end of file + periodSeconds: 10 + ric: | + [ + { + "name":"ric1", + "baseUrl":"http://192.168.130.80:32080/a1mediator", + "controller": "controller1", + "managedElementIds": + [ + "kista_1", + "kista_2" + ] + } + ] + streams_publishes: | + { + "dmaap_publisher": { + "type":"message_router", + "dmaap_info":{ + "topic_url":"http://message-router.onap:3904/events/A1-POLICY-AGENT-WRITE" + } + } + } + streams_subscribes: | + { + "dmaap_subscriber":{ + "type":"message_router", + "dmaap_info":{ + "topic_url":"http://message-router.onap:3904/events/A1-POLICY-AGENT-READ/users/policy-agent?timeout=15000&limit=100" + } + } + } +