commit | 572451915647f01bb1a5314ab640c61188adec4b | [log] [tgz] |
---|---|---|
author | Jorge Hernandez <jh1730@att.com> | Thu Sep 28 02:46:33 2017 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Thu Sep 28 02:46:33 2017 +0000 |
tree | c160c268f471a08cdfe5757239f384cff42632a5 | |
parent | f2241621d60bea69bc104788e24c64c17edc8c24 [diff] | |
parent | 227bd09df4eb896b917857eb3a213baa7bbd1089 [diff] |
Merge "Updated the push policy script"
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