aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2022-08-15 11:15:03 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2022-08-19 10:59:23 -0400
commit4c9b6ad723ce8d069bcbc852ceff55b966d49dba (patch)
tree77c668b79315a47a9ce9f178e21c79e33e369f68 /kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json
parent9a3395bd906fcdbcd619f82535d0ce7e913ee3c4 (diff)
[DCAE] Remove platform charts and overrides
All platform components has been disabled/deprecated since Jakarta release Change-Id: I8837ad4e6b9ef20cd7c94fefd6ec4b9cb7b20b08 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3002 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json')
-rw-r--r--kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json b/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json
deleted file mode 100644
index 2e47c9e118..0000000000
--- a/kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "policy_handler": {
- "thread_pool_size": 4,
- "pool_connections": 20,
- "policy_retry_count": 5,
- "policy_retry_sleep": 5,
- "catch_up": {
- "interval": 1200
- },
- "reconfigure": {
- "interval": 600
- },
- "policy_engine": {
- "url": "https://{{ .Values.config.address.policy_xacml_pdp }}:6969",
- "path_decision": "/policy/pdpx/v1/decision",
- "headers": {
- "Accept": "application/json",
- "Content-Type": "application/json",
- "Authorization": "Basic aGVhbHRoY2hlY2s6emIhWHp0RzM0",
- "Environment": "TEST"
- },
- "target_entity": "policy_engine",
- "tls_ca_mode": "cert_directory",
- "timeout_in_secs": 60
- },
- "dmaap_mr" : {
- "url" : "https://message-router:3905/events/POLICY-NOTIFICATION/policy-handler/ph1",
- "query": {
- "timeout": 15000
- },
- "headers" : {
- "Content-Type" : "application/json"
- },
- "target_entity" : "dmaap_mr",
- "tls_ca_mode" : "cert_directory",
- "timeout_in_secs": 60
- },
- "deploy_handler": {
- "target_entity": "deployment_handler",
- "url": "https://deployment-handler:8443",
- "max_msg_length_mb": 5,
- "query": {
- "cfy_tenant_name": "default_tenant"
- },
- "tls_ca_mode": "cert_directory",
- "timeout_in_secs": 60
- }
- }
-}