From 837fc9695b113d68db238183cbc6e9ec518d8d4e Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 6 Oct 2016 01:53:55 +0200 Subject: [PATCH] Fixed install_from_source to add iptables-persistent package Change-Id: Ib46c05680ec77fa588d0f83f789056c03e750459 Signed-off-by: garciadeblas --- installers/install_from_source.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh index ea1631d1..bb0ca7e2 100755 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -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" -- 2.25.1