diff options
author | Ram Krishna Verma <ram.krishna.verma@est.tech> | 2020-01-30 12:57:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-30 12:57:37 +0000 |
commit | a86e9cb37f3f612d836f9ccdddf0c5487d0d398e (patch) | |
tree | c090a650bab619f829dec9e78e2fa8f483d3064f /config/drools | |
parent | 3a5d4ef36bfc56ec12fa3bf9d9bfad73f5974163 (diff) | |
parent | 58d033b05bcf555db0c22c17b17c882e40e2bb55 (diff) |
Merge "Expose system proxy settings via base.conf"
Diffstat (limited to 'config/drools')
-rw-r--r-- | config/drools/base.conf | 19 |
1 files changed, 18 insertions, 1 deletions
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 |