commit | f02bf954b4a54ab6b0ab36be382b0e021cd12ce4 | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Tue May 08 11:49:51 2018 -0500 |
committer | Jorge Hernandez <jh1730@att.com> | Tue May 08 11:49:51 2018 -0500 |
tree | 6b5c4df791854e173cddd587b4705803fe4f0ad5 | |
parent | 66b23ab7056a9da529534cd069cc19111c9201f4 [diff] |
default dcae consumer group configuration The idea is that by default all pdp-ds will share the same dcae topic, therefore load-balanced in onsets. Change-Id: Id92906f123c4b8b21f84629bdf0a7fe03dc70aa1 Issue-ID: POLICY-766 Signed-off-by: Jorge Hernandez <jh1730@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.