commit | 8b2837109495afab4b31e39c1e70a266ece3ceba | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Fri Nov 02 14:20:10 2018 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri Nov 02 20:41:58 2018 +0000 |
tree | 9fe02dc56932b7ac3e5c7b2a95b76911c53921d8 | |
parent | 8fef28c3e9533c303257b302ee10041554f8e5c5 [diff] |
Re-added requestParams to vDNS policy Change-Id: Ie6d4ba979d0608b97a7dfddb41afa33a584fbf1f Issue-ID: POLICY-1240 Signed-off-by: Jim Hahn <jrh3@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.