commit | b3697e357a12c227f3f321ceabd90e3f1d33c1bf | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Tue Oct 09 12:14:14 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Tue Oct 09 12:14:14 2018 -0500 |
tree | 74db56dcd1b2211b892c3901a5cade8349d574ba | |
parent | 3328beb4211df962a0aa81f4524d521fccd06b82 [diff] |
Change DMaaP hostnames Change-Id: I7efadaf3f8230a8433ea7a6fe8367459581043e5 Issue-ID: POLICY-1194 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.