Clean-up existing docker-compose solutions
[oam.git] / solution / integration / smo / onap-policy / config / apex-pdp / OnapPfConfig.json
diff --git a/solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json b/solution/integration/smo/onap-policy/config/apex-pdp/OnapPfConfig.json
deleted file mode 100644 (file)
index f48630f..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-{
-    "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
-        }]
-    }
-}