Expose system proxy settings via base.conf 78/100878/3
authorRashmi Pujar <rashmi.pujar@bell.ca>
Tue, 28 Jan 2020 20:57:58 +0000 (15:57 -0500)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Wed, 29 Jan 2020 21:09:55 +0000 (16:09 -0500)
Issue-ID: POLICY-2330
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: Ibb0343ea5446bce4d35905931930fb3de5df0448

config/drools/base.conf

index 844305a..13d2863 100644 (file)
@@ -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