commit | 3328beb4211df962a0aa81f4524d521fccd06b82 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Fri Oct 05 10:37:07 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Fri Oct 05 10:37:07 2018 -0500 |
tree | cf176d9d1c97196717cd867be505317e9759e8e5 | |
parent | a404e544ed48130b91a560c0786584a4894954f0 [diff] |
ONAP Heat Install support for SDNC Change-Id: I113094a4357ad1e9678f297054f31d4e02cfffe7 Issue-ID: POLICY-1183 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.