commit | 8506faeacc87b4b4d0f8c450216921f3aa58f2f0 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Wed Oct 31 18:42:50 2018 -0400 |
committer | Jim Hahn <jrh3@att.com> | Wed Oct 31 23:48:26 2018 +0000 |
tree | 4f330553fafef00302cf954eb065c2d08d1cad6c | |
parent | 6c2a554bd51ae90902fc96f54253c66d7c40f1b2 [diff] |
Added config params to scale-out policy Removed requestParameters and reverted name. Change-Id: Ife2f6855a1f9977d06a881e9b243226aed99a53d Issue-ID: POLICY-1240 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.