commit | bcf5b150cd2b8ebf0b69a9c8f78bb83391276302 | [log] [tgz] |
---|---|---|
author | Saravanan A <saravanan.a75@wipro.com> | Tue Sep 18 14:53:45 2018 +0530 |
committer | Saravanan A <saravanan.a75@wipro.com> | Tue Sep 18 14:55:22 2018 +0530 |
tree | b467c0860b262aa1a8655ee7f1b23736c193ab9b | |
parent | 4959db7b8a8bbfbe72289c65ced32493d75f2052 [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: I2cd0c2221ee0b950463ab939b6426def14c8b69a 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.