commit | 1b87e60b0f1ba5ab2eb45db4657c83d1d7b85fef | [log] [tgz] |
---|---|---|
author | Dmitry Puzikov <dmitry.puzikov@tieto.com> | Mon Apr 15 09:17:57 2019 +0200 |
committer | Dmitry Puzikov <dmitry.puzikov@tieto.com> | Mon Apr 15 09:17:57 2019 +0200 |
tree | e84087bfe2a9c464734da9a79d218f26abf8726d | |
parent | c8e918d9c5945695f3f281717d683140c9d422b5 [diff] |
Fix lost version.properties file Lost version.properites file causes build failure. Version set for 1.4.0 Change-Id: I58d6150a08da1432c5eca4f66397d7f51f730ca4 Issue-ID: INT-996 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.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.