diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-08-26 08:52:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-26 08:52:57 +0000 |
commit | bedc1d444f08ca4014c56c612af1de7d5b4e8e31 (patch) | |
tree | 300f28c76d9fa887dff60494bb6872f51f07b52b /csit/config/drools-apps/env/base.conf | |
parent | f0ff3edeb8d32a90d373640ac4dfa3c944f81679 (diff) | |
parent | 60d6a08c8376f66d4cd655de48949d50e8ec1d7a (diff) |
Merge "Update CSITs for metrics + refactoring"
Diffstat (limited to 'csit/config/drools-apps/env/base.conf')
-rw-r--r-- | csit/config/drools-apps/env/base.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/csit/config/drools-apps/env/base.conf b/csit/config/drools-apps/env/base.conf index d6abeb9b..86749619 100644 --- a/csit/config/drools-apps/env/base.conf +++ b/csit/config/drools-apps/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 |