Make RIC parameters configurable in recipe
[it/dep.git] / nonrtric / helm / policymanagementservice / resources / config / application_configuration.json
index 7e36881..41b9300 100644 (file)
@@ -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
+}