X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=solution%2Fintegration%2Fsmo%2Fonap-policy%2Fconfig%2Fapex-pdp%2FOnapPfConfig.json;fp=solution%2Fintegration%2Fsmo%2Fonap-policy%2Fconfig%2Fapex-pdp%2FOnapPfConfig.json;h=f48630fece2fb86349a3af18add86e805d9ccd98;hb=599cbbcd69171ee0a6076cf545e1ec4be8982c51;hp=0000000000000000000000000000000000000000;hpb=53d47d4c8f037cb93aee17953879c834c648700f;p=oam.git diff --git a/solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json b/solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json new file mode 100644 index 0000000..f48630f --- /dev/null +++ b/solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json @@ -0,0 +1,43 @@ +{ + "name":"OnapPfParameterGroup", + "restServerParameters": { + "host": "0.0.0.0", + "port": 6969, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": true + }, + "pdpStatusParameters":{ + "pdpGroup": "defaultGroup", + "timeIntervalMs": 120000, + "pdpType":"apex", + "desiredInstanceCount": 2, + "description":"Pdp Heartbeat", + "supportedPolicyTypes": [ + { + "name": "onap.policies.controlloop.operational.common.Apex", + "version": "1.0.0" + }, + { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + } + ] + }, + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "onap-dmaap" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : false, + "allowSelfSignedCerts" : true + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "onap-dmaap" ], + "topicCommInfrastructure" : "dmaap", + "useHttps" : false, + "allowSelfSignedCerts" : true + }] + } +}