X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication_configuration.json;h=41b9300422463ac717db5bd91e9ec73eb10e9e31;hb=c75830fad6691b9a53e2591d9923d744020b66e8;hp=4c3e18af0b4d90e74f3d8f8133d4d5507a3d23bf;hpb=e9f208bb87c52bdb221775f5e3dad7d661b74b50;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 4c3e18af..41b93004 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json +++ b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json @@ -1,57 +1,8 @@ { "config":{ - "controller": [ - { - "name": "controller1", - "baseUrl": "http://a1controller:8282", - "userName": "admin", - "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" - } - ], - "ric":[ - { - "name":"ric1", - "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":{ - "type":"message_router", - "dmaap_info":{ - "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-WRITE" - } - } - }, - "streams_subscribes":{ - "dmaap_subscriber":{ - "type":"message_router", - "dmaap_info":{ - "topic_url":"http://message-router:3904/events/A1-POLICY-AGENT-READ/users/policy-agent" - } - } - } + "controller": {{ .Values.policymanagementservice.controllers | indent 12 }}, + "ric": {{ .Values.policymanagementservice.ric | indent 12 }}, + "streams_publishes": {{ .Values.policymanagementservice.streams_publishes | indent 12 }}, + "streams_subscribes": {{ .Values.policymanagementservice.streams_subscribes | indent 12 }} } - } \ No newline at end of file +}