commit | 5807abd93ef335c31ec1b3633f13090466612a21 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Tue May 22 11:59:36 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Tue May 22 11:59:36 2018 -0500 |
tree | e91ba699c44708ed99672dfd8f5b39d48fc244e2 | |
parent | dec69f48165364c9ab67f25cff5ec8fcc0607afe [diff] |
heat install - update to use onap.org Cosmetic in heat install as openecom.org still works. Better to use onap.org domain moving forward though. Change-Id: Ic3f843beb7c58326c5d6db1d8cba70c6e43a65db Issue-ID: POLICY-853 Signed-off-by: Jorge Hernandez <jh1730@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.