commit | 6cfdd654ff3bc0780b03c88332a63f9cae8f5710 | [log] [tgz] |
---|---|---|
author | Michael Mokry <mm117s@att.com> | Fri Sep 21 16:27:36 2018 -0500 |
committer | Michael Mokry <mm117s@att.com> | Mon Sep 24 16:24:34 2018 -0500 |
tree | ce253d76c1e0d7e2ab94754e1670f4b8da3bf0ec | |
parent | d097421260f20d1755d73da605f876d33b6b84ac [diff] |
CADI AAF changes for policy/docker Added variables for cadi properties Changed property values based on comments and removed resource property Change-Id: I5d7ea2383e306c251f129625b9e9a671c2704ed5 Issue-ID: POLICY-913 Signed-off-by: Michael Mokry <mm117s@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.