commit | a404e544ed48130b91a560c0786584a4894954f0 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Fri Sep 28 13:51:09 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Fri Sep 28 14:52:25 2018 -0500 |
tree | 74b005920986ef351e11a296f7cb398015594a86 | |
parent | 6cfdd654ff3bc0780b03c88332a63f9cae8f5710 [diff] |
default passwords to aaf default one Default heat installation credentials to be the same regardless aaf is in use or not. This will allow transparent switching from AAF to non-AAF support without requiring clients (robot, consul, etc ..) reconfiguring themselves regardless of what we are using. Change-Id: I2f3c0cbf93d6369168fb0317ff78a13e35c08c12 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1156 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.