commit | 0fa4eee2cd6a5bef795ea04273ca95c4fe69ed32 | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Fri Mar 15 13:53:45 2019 -0700 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Fri Mar 15 13:53:45 2019 -0700 |
tree | d016448f3a702304f2111a977c23d573b23a36f0 | |
parent | 781553564034fc55caaae658cbfa645bebc237c2 [diff] |
Update INFO.yaml file Update missing information blocks and indentation to pass verify job. Change-Id: I5fe22533c9d493e957fc483aa265d0f26acf79df Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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.