X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication_configuration.json;fp=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication_configuration.json;h=fcf0f3b652c5a50f86b4e658cb4a0f29601b1599;hb=3ebd35d37a76ce9c072f3797bea864cadea3e48b;hp=7e36881bd443c52dbefe9f4c8fdfd19b04b6366a;hpb=0faae789812e0f84949d26c415e8cb2cce1d94d5;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json index 7e36881b..fcf0f3b6 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json +++ b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json @@ -1,14 +1,41 @@ { "config":{ + "controller": [ + { + "name": "controller1", + "baseUrl": "http://a1controller:8282", + "userName": "admin", + "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" + } + ], "ric":[ { "name":"ric1", - "baseUrl":"http://a1-sim1:8085/", + "baseUrl":"http://a1-sim-osc-0.a1-sim:8085/", + "controller": "controller1", "managedElementIds":[ "kista_1", "kista_2" ] - } + }, + { + "name":"ric2", + "baseUrl":"http://a1-sim-osc-1.a1-sim:8085/", + "controller": "controller1", + "managedElementIds":[ + "kista_1", + "kista_2" + ] + }, + { + "name":"ric3", + "baseUrl":"http://a1-sim-std-0.a1-sim:8085/", + "controller": "controller1", + "managedElementIds":[ + "kista_1", + "kista_2" + ] + } ], "streams_publishes":{ "dmaap_publisher":{