diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 12:02:57 +0000 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-03 12:05:11 +0000 |
commit | 0f5480527dad19a3c8688fda099f2815fff0f637 (patch) | |
tree | e6a5a47464451545fbfd70efb4fdae8789493ab5 /vagrant | |
parent | 8c79aa61b51e22a3bd0cbe3201ec61067d4fbfe6 (diff) |
[POLICY-153]policy-docker integration with oparent
Change-Id: Ic06c8af07dda9151450aa863bc033400ff5971b3
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/setup_policy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/setup_policy.sh b/vagrant/setup_policy.sh index 4c43f45b..c2a43ce4 100755 --- a/vagrant/setup_policy.sh +++ b/vagrant/setup_policy.sh @@ -6,6 +6,9 @@ sudo apt-get update -y sudo apt-get install -y maven openjdk-8-jdk npm python-pip docker.io sudo pip install docker-compose +git clone http://gerrit.onap.org/r/oparent +cp oparent/settings.xml $HOME/.m2 + for comp in common drools-pdp drools-applications engine do cd $HOME |