commit | 77a1ea9666e52597ab89c418aeea94020df50c1a | [log] [tgz] |
---|---|---|
author | Tej, Tarun <tt3868@att.com> | Tue Oct 10 13:18:39 2017 -0400 |
committer | Tej, Tarun <tt3868@att.com> | Tue Oct 10 13:19:01 2017 -0400 |
tree | 0d83afa1fb14e54be82d9c1d77f47e90e4b1589d | |
parent | ac26fe1e0e4e3e982886825c0084018a7042c6f5 [diff] |
Fixing Guard Permit Policy Fixing the all permit guard policy to PERMIT using invalid time which always permits. Issue-Id: POLICY-305 Change-Id: If5fcde83b51f5e3a925fa03a8262eec3b390b8b5 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