commit | f2241621d60bea69bc104788e24c64c17edc8c24 | [log] [tgz] |
---|---|---|
author | Tej, Tarun <tt3868@att.com> | Wed Sep 27 16:16:31 2017 -0400 |
committer | Tej, Tarun <tt3868@att.com> | Wed Sep 27 16:16:50 2017 -0400 |
tree | 716b9357b27ecb712250492424d2e0b5be104a7e | |
parent | 9b65ea22bcd13e3e55ace28575073f0e5c6a90f3 [diff] |
New controller changes to brmsgw conf Issue-Id: POLICY-263 Change-Id: I9919e5e2dcd68264a7c39f3273423e00b2440a4f Signed-off-by: Tej, Tarun <tt3868@att.com>
This source repository contains the files for building the ONAP Policy Engine Docker images.
To build it using Maven 3, first build 'policy/common', 'policy/engine', 'policy/drools-pdp', and 'policy/drools-applications' repositories, and then run: mvn prepare-package. This will pull the installation zip files needed for building the policy-pe and policy-drools Docker images into the target directory. It will not actually build the docker images; the following additional steps are needed to accomplish this:
In addition, the 'config' directory contains configuration files that are read during the startup of the containers; this directory is referenced by the docker-compose.yml file.
If you want to call the docker-compose, the following needs to be setup before doing so:
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