diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-20 17:39:53 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-25 10:37:51 +0100 |
commit | 60d6a08c8376f66d4cd655de48949d50e8ec1d7a (patch) | |
tree | 251704ccdf9417906d1568d4f5c7d4103fbca7bf /csit/config/drools/env | |
parent | e43792b9a7c27a5157fe70179b79db09e3d94098 (diff) |
Update CSITs for metrics + refactoring
Change-Id: I5d090765ff29143f689c6754a7a1ad55dae1c1b4
Issue-ID: POLICY-3524
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'csit/config/drools/env')
-rw-r--r-- | csit/config/drools/env/base.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/csit/config/drools/env/base.conf b/csit/config/drools/env/base.conf index cbb7186a..769f8fb9 100644 --- a/csit/config/drools/env/base.conf +++ b/csit/config/drools/env/base.conf @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2021 Bell Canada. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -55,14 +56,14 @@ AAF=false AAF_NAMESPACE=org.onap.policy AAF_HOST=aaf.api.simpledemo.onap.org -# # Prometheus - -PROMETHEUS=false - # HTTP Servers https enabled HTTP_SERVER_HTTPS=true +# Prometheus + +PROMETHEUS=true + # PDP-D DMaaP configuration channel PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION |