diff options
author | Victor Morales <victor.morales@intel.com> | 2017-07-31 09:10:11 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-07-31 09:21:20 -0500 |
commit | 970ec198ae769b50fa204ed7ad998db76a7320a2 (patch) | |
tree | 40391444d5565af3a529b4c08d7b3e8622b30ac9 /bootstrap/vagrant-onap/lib/sdnc | |
parent | 14387356f435a416f1f180d0d670d5760888c6b3 (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/sdnc')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/sdnc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |