diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-07-21 12:13:56 +0000 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-07-31 17:08:52 -0500 |
commit | f43a7e68e22a6be750d34dda6e633682aacec98d (patch) | |
tree | 0d588d2ada64e575514f74c1fd1eac0299bf74c5 /README.md | |
parent | 1fbd3d87bc246e670a236dc0711fb09862f32fd1 (diff) |
[POLICY-86] replace openecomp for policy-docker
Change-Id: I4db534a29c73a3cb2d70655ee54c856b83655fb2
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This source repository contains the files for building the OpenECOMP Policy Engine Docker images. +This source repository contains the files for building the ONAP Policy Engine Docker images. To build it using Maven 3, first build 'policy-common-modules', '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: |