From 60d6a08c8376f66d4cd655de48949d50e8ec1d7a Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Fri, 20 Aug 2021 17:39:53 +0100 Subject: Update CSITs for metrics + refactoring Change-Id: I5d090765ff29143f689c6754a7a1ad55dae1c1b4 Issue-ID: POLICY-3524 Signed-off-by: a.sreekumar --- csit/config/drools/custom/engine.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'csit/config/drools/custom/engine.properties') diff --git a/csit/config/drools/custom/engine.properties b/csit/config/drools/custom/engine.properties index dfc6a7db..4d00d647 100644 --- a/csit/config/drools/custom/engine.properties +++ b/csit/config/drools/custom/engine.properties @@ -3,6 +3,7 @@ # ONAP # ================================================================================ # Copyright (C) 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. @@ -29,7 +30,8 @@ http.server.services.SECURED-CONFIG.password=${envd:TELEMETRY_PASSWORD} http.server.services.SECURED-CONFIG.restPackages=org.onap.policy.drools.server.restful http.server.services.SECURED-CONFIG.managed=false http.server.services.SECURED-CONFIG.swagger=true -http.server.services.SECURED-CONFIG.https=true +http.server.services.SECURED-CONFIG.https=${envd:HTTP_SERVER_HTTPS:false} +http.server.services.SECURED-CONFIG.prometheus=${envd:PROMETHEUS:true} http.server.services.SECURED-CONFIG.aaf=${envd:AAF:false} http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler -- cgit 1.2.3-korg