diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-04-18 12:47:08 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-19 12:01:54 +0000 |
commit | 6b63b975560ae4bfa4eb5df24d3cb7d10bb50748 (patch) | |
tree | 326bc65dabe8d3242ac5bb122608547ea8ceef95 /README.md | |
parent | fefd981a3a5803b36091c5c05acf587be06a5c74 (diff) |
removing policy nexus build
remove unnecessary build of policy-nexus
fix version number of dockerhub nexus image.
update pom file with current master version
Issue-ID: POLICY-737
Change-Id: I929ea8bf1c0f115e12d6be23e90e727f3c6f7264
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -2,19 +2,9 @@ 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 building the ONAP Policy Engine Docker image policy-nexus. +This source repository contains the files for the ONAP Policy docker-compose configuration -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: - -To build the policy-nexus docker image, run the 'docker build' command on the following directory: - policy-nexus - -For example: -docker build -t onap/policy-nexus policy-nexus - -In addition, this source repository contains a docker-compose.yml file and associated configuration files (in the 'config' directory) that can be used to start up the ONAP Policy Engine docker containers - -If you want to call the docker-compose, the following needs to be setup before doing so: +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) |