Fixed install_from_source to add iptables-persistent package
Change-Id: Ib46c05680ec77fa588d0f83f789056c03e750459
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh
index ea1631d..bb0ca7e 100755
--- a/installers/install_from_source.sh
+++ b/installers/install_from_source.sh
@@ -95,6 +95,11 @@
$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"