commit | ccdcabc11c57943f6c077cf62c62b4c125ff0f68 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | Wed Oct 31 16:16:38 2018 -0500 |
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | Wed Oct 31 16:35:12 2018 -0500 |
tree | 2f7976db5f50a4377df5a591e9bc67fc730ffbc9 | |
parent | 9d5118b9f6605d06e33d07d6e4818bf7036911be [diff] |
Use official version Change-Id: I311dd1bb431349464b69e7c9576cee20ecc1eb43 Issue-ID: POLICY-1233 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@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.