commit | 6b63b975560ae4bfa4eb5df24d3cb7d10bb50748 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Wed Apr 18 12:47:08 2018 -0500 |
committer | Pamela Dragosh <pdragosh@research.att.com> | Thu Apr 19 12:01:54 2018 +0000 |
tree | 326bc65dabe8d3242ac5bb122608547ea8ceef95 | |
parent | fefd981a3a5803b36091c5c05acf587be06a5c74 [diff] |
removing policy nexus build remove unnecessary build of policy-nexus fix version number of dockerhub nexus image. update pom file with current master version Issue-ID: POLICY-737 Change-Id: I929ea8bf1c0f115e12d6be23e90e727f3c6f7264 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the files for the ONAP Policy docker-compose configuration
The following needs to be setup before using docker-compose:
chmod +x config/drools/drools-tweaks.sh IP_ADDRESS=$(ifconfig eth0 | grep "inet addr" | tr -s ' ' | cut -d' ' -f3 | cut -d':' -f2) echo $IP_ADDRESS > config/pe/ip_addr.txt
If you do not want the policies pre-loaded, then set this environment variable to false:
export PRELOAD_POLICIES=false
It will override the settings in the .env file. Which is set to true.