From 970ec198ae769b50fa204ed7ad998db76a7320a2 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 31 Jul 2017 09:10:11 -0500 Subject: Refactor install_python function It was extract the installation of pip packages from the install_python function, this change allows to install python packages isolated. This also includes the manual configuration of java certificates required for maven execution. Change-Id: Iac60d7521101d5c4997f95c16f4decd857cc5c3c Signed-off-by: Victor Morales --- bootstrap/vagrant-onap/lib/vfc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap/vagrant-onap/lib/vfc') diff --git a/bootstrap/vagrant-onap/lib/vfc b/bootstrap/vagrant-onap/lib/vfc index 44e433d35..5aba76f47 100755 --- a/bootstrap/vagrant-onap/lib/vfc +++ b/bootstrap/vagrant-onap/lib/vfc @@ -17,6 +17,8 @@ function clone_all_vfc_repos { # compile_all_vfc_repos() - Function that compiles VF-C source repo. function compile_all_vfc_repos { + install_python_package tox + pushd $src_folder/gvnfm/vnflcm/lcm tox -e py27 popd -- cgit 1.2.3-korg