commit | 4959db7b8a8bbfbe72289c65ced32493d75f2052 | [log] [tgz] |
---|---|---|
author | Michael Mokry <mm117s@att.com> | Thu Sep 13 11:03:24 2018 -0500 |
committer | Michael Mokry <mm117s@att.com> | Thu Sep 13 14:07:00 2018 -0500 |
tree | 2e25dbb3ac3cce2ab423641e7fa2601299074c3d | |
parent | 2054f7be7b8ccb024b780e9e9a740e2514f130fd [diff] |
Provide pre-loaded SDNC Naming policies Added curl commands to created and push SDNC vFW and vPG Naming policies during installation Change-Id: I01b1254199b96dbea5558a31ba8900d76c655ded Issue-ID: POLICY-983 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.