aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json
diff options
context:
space:
mode:
authorGary Wu <gary.wu@futurewei.com>2019-06-17 18:55:49 +0000
committerGerrit Code Review <gerrit@onap.org>2019-06-17 18:55:49 +0000
commit15e154168e1b6509958c828b14c304ce60382d43 (patch)
treef92876fd631183a4cabf132937b0d7b16d83e3d4 /scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json
parentec1d73a19c4fb2e8620b84ea533c6af584a817ce (diff)
parenta11989f24ae38eeb02d5184a672bcd21ebda7135 (diff)
Merge "Removing unnecessary mounts in APEX CSIT"
Diffstat (limited to 'scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json')
-rw-r--r--scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json b/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json
deleted file mode 100644
index 6944c9bd..00000000
--- a/scripts/policy/policy-apex-pdp/config/apex-pdp/OnapPfConfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name":"OnapPfParameterGroup",
- "restServerParameters": {
- "host": "0.0.0.0",
- "port": 6969,
- "userName": "healthcheck",
- "password": "zb!XztG34",
- "https": true,
- "aaf": false
- },
- "pdpStatusParameters":{
- "timeIntervalMs": 10000,
- "pdpType":"apex",
- "description":"Pdp Heartbeat",
- "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
- }
-}