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/sdnc | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap/vagrant-onap/lib/sdnc') diff --git a/bootstrap/vagrant-onap/lib/sdnc b/bootstrap/vagrant-onap/lib/sdnc index 6765f1444..8bf6ae625 100755 --- a/bootstrap/vagrant-onap/lib/sdnc +++ b/bootstrap/vagrant-onap/lib/sdnc @@ -32,7 +32,6 @@ function _build_sdnc_images { build_docker_image $folder/installation/ubuntu asserts_image openecomp/ubuntu-sdnc-image - /var/lib/dpkg/info/ca-certificates-java.postinst configure build_docker_image $folder/installation/sdnc asserts_image openecomp/sdnc-image -- cgit 1.2.3-korg