commit | db3b74d0d7ab8f779bf9bc9650936d45abb9b613 | [log] [tgz] |
---|---|---|
author | Michael Mokry <mm117s@att.com> | Wed Sep 19 11:28:27 2018 -0500 |
committer | Michael Mokry <mm117s@att.com> | Wed Sep 19 11:55:30 2018 -0500 |
tree | 4fb756b26adf8e8d318a9459fa15874ccff85721 | |
parent | 62490d0a81be38e96fbfc25c14b47d774c9f4735 [diff] |
Preload Guard Policies Modified push_policies.sh to create and push Guard Min/Max and Frequency Limiter policies I also converted tabs to spaces throughout the file while I was in there Change-Id: Idcf5059988c9f291e6be44a069894fd2b864436f Issue-ID: POLICY-968 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.