diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-05-11 03:42:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-11 03:42:25 +0000 |
commit | 76e9efbc6b836490e2166710be348f01e64011a2 (patch) | |
tree | 5009a5bd55fc74aefd942aa78a7edd85f8117213 /config/pe/pdp.conf | |
parent | f24f4a9f7f5fc2c2ac63f95effd6f7b1332eacce (diff) | |
parent | b150ebac50287476676b67a84aff996fc738ee7b (diff) |
Merge "Policy 1707 Docker script changes"
Diffstat (limited to 'config/pe/pdp.conf')
-rw-r--r-- | config/pe/pdp.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/pe/pdp.conf b/config/pe/pdp.conf index 363fdcb3..7248717d 100644 --- a/config/pe/pdp.conf +++ b/config/pe/pdp.conf @@ -34,3 +34,20 @@ node_type=pdp_xacml resource_name=pdp_1 dependency_groups=pdplp_1;pypdp_1;brmsgw_1 test_via_jmx=true + +# +# Notification Properties +# Notifcation type: websocket, ueb or dmaap... if left blank websocket is the default +PDP_NOTIFICATION_TYPE=websocket,UEB +PDP_UEB_CLUSTER= +PDP_UEB_TOPIC= +PDP_UEB_DELAY= +PDP_UEB_API_KEY= +PDP_UEB_API_SECRET= +PDP_DMAAP_AAF_LOGIN= +PDP_DMAAP_AAF_PASSWORD= + +#AAF Policy Name space +#Required only, when we use AAF +POLICY_AAF_NAMESPACE= +POLICY_AAF_RESOURCE=
\ No newline at end of file |