Clean-up existing docker-compose solutions
[oam.git] / solution / integration / smo / onap-policy / config / xacml-pdp / defaultConfig.json
diff --git a/solution/integration/smo/onap-policy/config/xacml-pdp/defaultConfig.json b/solution/integration/smo/onap-policy/config/xacml-pdp/defaultConfig.json
deleted file mode 100644 (file)
index 9f39089..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-{
-    "name": "XacmlPdpParameters",
-    "pdpGroup": "defaultGroup",
-    "pdpType": "xacml",
-    "restServerParameters": {
-        "host": "0.0.0.0",
-        "port": 6969,
-        "userName": "healthcheck",
-        "password": "zb!XztG34",
-        "https": true,
-        "aaf": false
-    },
-    "policyApiParameters": {
-        "host": "policy-api",
-        "port": 6969,
-        "userName": "healthcheck",
-        "password": "zb!XztG34",
-        "useHttps": true,
-        "allowSelfSignedCerts" : true,
-        "aaf": false
-    },
-    "applicationPath": "/opt/app/policy/pdpx/apps",
-    "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
-        }]
-    }
-}