commit | 6c2a554bd51ae90902fc96f54253c66d7c40f1b2 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Oct 31 17:10:36 2018 -0400 |
committer | Pamela Dragosh <pdragosh@research.att.com> | Wed Oct 31 21:49:17 2018 +0000 |
tree | 7a5ff599216cdfaaac0c198034cb54f85ed388cd | |
parent | ccdcabc11c57943f6c077cf62c62b4c125ff0f68 [diff] |
Replaced /ecomp/mso with /onap/so in URL Change-Id: I8bac1c98b46cf11cabec4831358a14fe1cc3d7b7 Issue-ID: POLICY-1238 Signed-off-by: Jim Hahn <jrh3@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.