aboutsummaryrefslogtreecommitdiffstats
path: root/etc_upload/config.json
diff options
context:
space:
mode:
authoralex_sh <alexs@att.com>2017-08-23 17:30:56 -0400
committeralex_sh <alexs@att.com>2017-08-23 17:59:20 -0400
commit9d980ce62d1f12d1e3fba48efb50398b8b95272a (patch)
treebbd0651db6ecb86bbdbae8594f00c5d37e0b30cf /etc_upload/config.json
parent52b336b9a7c8b85460040bf56e4ad4d3e225ffd2 (diff)
policy-handler seed code
Change-Id: I35cd80b6e082f4b84740bab752774e8abc40ca35 Issue-Id: DCAEGEN2-46 Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'etc_upload/config.json')
-rw-r--r--etc_upload/config.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json
new file mode 100644
index 0000000..f394b00
--- /dev/null
+++ b/etc_upload/config.json
@@ -0,0 +1,23 @@
+{
+ "policy_handler" : {
+ "system" : "policy_handler",
+ "thread_pool_size" : 4,
+ "scope_prefixes" : ["DCAE_alex.Config_"],
+ "policy_retry_count" : 5,
+ "policy_retry_sleep" : 5,
+ "policy_engine" : {
+ "url" : "https://peawiv9nspd01.pedc.sbc.com:8081",
+ "path_pdp" :"/pdp/",
+ "path_api" : "/pdp/api/",
+ "headers" : {
+ "Accept" : "application/json",
+ "Content-Type" : "application/json",
+ "ClientAuth" : "Basic bTAzOTQ5OnBvbGljeVIwY2sk",
+ "Authorization" : "Basic dGVzdHBkcDphbHBoYTEyMw==",
+ "Environment" : "TEST"
+ },
+ "target_entity" : "policy_engine"
+ },
+ "deploy_handler" : "policy_deploy_handler"
+ }
+}