commit | e345215554568277ae91c7dddc29f579157fe227 | [log] [tgz] |
---|---|---|
author | Pamela Dragosh <pdragosh@research.att.com> | Thu Feb 28 11:08:21 2019 -0500 |
committer | Pamela Dragosh <pdragosh@research.att.com> | Thu Feb 28 11:09:07 2019 -0500 |
tree | 721db30ec2509b175dc722803cc6b22686054629 | |
parent | 322ed70095b7ac90981f87a63a81ae5f067002ec [diff] |
Update INFO.yaml Liam's email est.tech Issue-ID: POLICY-1556 Change-Id: I9a6f52f436102b0c8c596da265918ca12fa591e5 Signed-off-by: Pamela Dragosh <pdragosh@research.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.