Skip to content
Snippets Groups Projects
Commit 837fc969 authored by garciadeblas's avatar garciadeblas
Browse files

Fixed install_from_source to add iptables-persistent package


Change-Id: Ib46c05680ec77fa588d0f83f789056c03e750459
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 3f680f44
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -95,6 +95,11 @@ $OSM_DEVOPS/jenkins/host/start_build VCA
$OSM_DEVOPS/jenkins/host/start_build SO checkout $COMMIT_ID
$OSM_DEVOPS/jenkins/host/start_build UI checkout $COMMIT_ID
#Install iptables-persistent
echo -e "\nInstalling iptables-persistent"
echo -e " Required root privileges"
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install iptables-persistent
#Configure NAT rules
echo -e "\nConfiguring NAT rules"
echo -e " Required root privileges"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment