commit | d097421260f20d1755d73da605f876d33b6b84ac | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Wed Sep 19 15:10:29 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Wed Sep 19 15:10:29 2018 -0500 |
tree | 91ff2d2f9ea8aaa1c1d620a9a4776f9b727c7799 | |
parent | db3b74d0d7ab8f779bf9bc9650936d45abb9b613 [diff] |
aaf related install configuration Change-Id: If5f1344cb0e9468fe8a807bd4dc7cb205d3f1bb1 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1043
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.