blob: 29d59232d2680e89804c9faaaceee07a0666a6cb [file] [log] [blame]
elinuxhenrik02cb6012022-04-04 13:07:36 +02001{
2 "description": "Application configuration",
PatrikBuhr54095a22022-05-27 11:08:34 +02003 "config": {
elinuxhenrik02cb6012022-04-04 13:07:36 +02004 "controller": [
5 {
6 "name": "controller1",
7 "baseUrl": "http://a1controller:8282",
8 "userName": "admin",
9 "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
10 }
11 ],
12 "ric": [
13 {
14 "name": "ric1",
15 "baseUrl": "http://ric1:8085/",
elinuxhenrik02cb6012022-04-04 13:07:36 +020016 "managedElementIds": [
17 "kista_1",
18 "kista_2"
19 ]
PatrikBuhr54095a22022-05-27 11:08:34 +020020 },
21 {
22 "name": "ric2",
23 "baseUrl": "http://localhost:8081/",
24 "customAdapterClass": "org.onap.ccsdk.oran.a1policymanagementservice.clients.StdA1ClientVersion2$Factory",
25 "managedElementIds": [
26 "kista_3",
27 "kista_4"
28 ]
29 },
30 {
31 "name": "ric3",
32 "baseUrl": "http://ric1:8085/",
33 "controller": "controller1",
34 "managedElementIds": [
35 "kista_5",
36 "kista_6"
37 ]
elinuxhenrik02cb6012022-04-04 13:07:36 +020038 }
39 ]
40 }
PatrikBuhr54095a22022-05-27 11:08:34 +020041}