From 58d033b05bcf555db0c22c17b17c882e40e2bb55 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 28 Jan 2020 15:57:58 -0500 Subject: Expose system proxy settings via base.conf Issue-ID: POLICY-2330 Signed-off-by: Rashmi Pujar Change-Id: Ibb0343ea5446bce4d35905931930fb3de5df0448 --- config/drools/base.conf | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/config/drools/base.conf b/config/drools/base.conf index 844305ac..13d28631 100644 --- a/config/drools/base.conf +++ b/config/drools/base.conf @@ -3,6 +3,7 @@ # ONAP POLICY # ================================================================================ # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright (C) 2020 Bell Canada. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,6 +30,14 @@ POLICY_LOGS=/var/log/onap/policy/pdpd KEYSTORE_PASSWD=Pol1cy_0nap TRUSTSTORE_PASSWD=Pol1cy_0nap +# System proxy settings +# Empty by default, http proxy can be overridden during build time. +# System property settings will always override the project +# property supplied during build time. + +#http_proxy= +#https_proxy= + # Telemetry credentials TELEMETRY_PORT=9696 @@ -36,7 +45,7 @@ TELEMETRY_HOST=0.0.0.0 TELEMETRY_USER=demo@people.osaaf.org TELEMETRY_PASSWORD=demo123456! -# nexus repository +# nexus repository for policy artifacts SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots SNAPSHOT_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/snapshots/ @@ -46,6 +55,14 @@ REPOSITORY_USERNAME=admin REPOSITORY_PASSWORD=admin123 REPOSITORY_OFFLINE=false +# nexus repository for all other artifacts. +# By default the repo URLs point to ONAP nexus +# repositories. These default build settings +# can be overridden during build time. + +#MVN_SNAPSHOT_REPO_URL=https://nexus.onap.org/content/repositories/snapshots/ +#MVN_RELEASE_REPO_URL=https://nexus.onap.org/content/repositories/releases/ + # Relational (SQL) DB access SQL_HOST=mariadb -- cgit 1.2.3-korg