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=7e36881bd443c52dbefe9f4c8fdfd19b04b6366a;hpb=e35df180b7afa3e2fe403874dc1457142de73181;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..41b93004 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json +++ b/nonrtric/helm/policymanagementservice/resources/config/application_configuration.json @@ -1,30 +1,8 @@ { "config":{ - "ric":[ - { - "name":"ric1", - "baseUrl":"http://a1-sim1:8085/", - "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 +}