commit | 1f5df43ca68425b0d33aac1ecc6c74d7cc5c6bbb | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Wed May 09 21:58:52 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Wed May 09 21:58:52 2018 -0500 |
tree | fec0c7f630e9659f10dc114f428a41222637b2df | |
parent | 596da3ccd3bbcc78c61801dda3ca460117a1bbdb [diff] |
allow non-root user to access migration database Change-Id: I890daecb9b24bbc21c989f4e3c5fe9c4d1aa2005 Issue-ID: POLICY-788 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.