summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/vfc
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-07-31 09:10:11 -0500
committerVictor Morales <victor.morales@intel.com>2017-07-31 09:21:20 -0500
commit970ec198ae769b50fa204ed7ad998db76a7320a2 (patch)
tree40391444d5565af3a529b4c08d7b3e8622b30ac9 /bootstrap/vagrant-onap/lib/vfc
parent14387356f435a416f1f180d0d670d5760888c6b3 (diff)
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 <victor.morales@intel.com>
Diffstat (limited to 'bootstrap/vagrant-onap/lib/vfc')
-rwxr-xr-xbootstrap/vagrant-onap/lib/vfc2
1 files changed, 2 insertions, 0 deletions
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