From: ecaiyanlinux Date: Wed, 3 Jun 2020 09:17:27 +0000 (+0200) Subject: Update nonrtric policy agent config X-Git-Tag: f-release~98 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=9788f6bb9a7537c6ddbcb5fc6283e47bbd807074 Update nonrtric policy agent config Support two OSC simulators & two STD simulators Signed-off-by: ecaiyanlinux Issue-ID: NONRTRIC-232 Change-Id: Iddf91aa5f6c9a449aecc8676bfbfa3aaf5f93999 --- diff --git a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json index 706d0d59..ab42552a 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json +++ b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json @@ -20,13 +20,13 @@ }, { "name":"ric2", - "baseUrl":"http://a1-sim-osc-1.a1-sim:8085", + "baseUrl":"https://a1-sim-osc-1.a1-sim:8185", "controller": "controller1", "managedElementIds":[ "kista_1", "kista_2" ] - }, + }, { "name":"ric3", "baseUrl":"https://a1-sim-std-0.a1-sim:8185", @@ -35,7 +35,16 @@ "kista_1", "kista_2" ] - } + }, + { + "name":"ric4", + "baseUrl":"https://a1-sim-std-1.a1-sim:8185", + "controller": "controller1", + "managedElementIds":[ + "kista_1", + "kista_2" + ] + } ], "streams_publishes":{ "dmaap_publisher":{