X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=near-rt-ric-simulator%2Fsimulator-group%2Fconsul_cbs%2Fconfig.json;h=16975ca0f4da5bbb9394b4b3d397738d0fdb4691;hb=1391d501b25e6559a76bb1ab5681429a181d358a;hp=f75b2c5f75aeb3adb385efced769fc4d408e22af;hpb=cd9e9862fa9a5898f3595b397686861749f72953;p=nonrtric.git diff --git a/near-rt-ric-simulator/simulator-group/consul_cbs/config.json b/near-rt-ric-simulator/simulator-group/consul_cbs/config.json index f75b2c5f..16975ca0 100644 --- a/near-rt-ric-simulator/simulator-group/consul_cbs/config.json +++ b/near-rt-ric-simulator/simulator-group/consul_cbs/config.json @@ -1,13 +1,28 @@ - { - "//description": "Application configuration", - "ric": [ - { - "name": "ric1", - "baseUrl": "http://localhost:8080/", - "managedElementIds": [ - "kista_1", - "kista_2" - ] +{ + "ric":[ + { + "name":"ric3", + "baseUrl":"http://ric3:8085/", + "managedElementIds":[ + "kista_1", + "kista_2" + ] + } + ], + "streams_publishes":{ + "dmaap_publisher":{ + "type":"message_router", + "dmaap_info":{ + "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-WRITE" + } + } + }, + "streams_subscribes":{ + "dmaap_subscriber":{ + "type":"message_router", + "dmaap_info":{ + "topic_url":"http://admin:admin@localhost:6845/events/A1-POLICY-AGENT-READ/users/policy-agent" + } + } } - ] - } +}