commit | 62490d0a81be38e96fbfc25c14b47d774c9f4735 | [log] [tgz] |
---|---|---|
author | Saravanan A <saravanan.a75@wipro.com> | Tue Sep 18 14:53:45 2018 +0530 |
committer | Saravanan Ayyadurai <saravanan.a75@wipro.com> | Wed Sep 19 13:22:05 2018 +0000 |
tree | efe4284532f01d8632dc6c64356f1ca5a446ce81 | |
parent | bcf5b150cd2b8ebf0b69a9c8f78bb83391276302 [diff] |
Add Config and CL policies for OOF PCI use case Following config policies to be defined for OOF PCI use case for Casablanca: PCI-Handler MS config policy OOF config policy Control loop policy Change-Id: I0e6e0370a875dbd8eb4857d0c15e4219c252efac Issue-ID: POLICY-1086 Signed-off-by: Saravanan A<saravanan.a75@wipro.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.