X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_from_source.sh;h=bb0ca7e28ba018dddf9fb8557e159d443739999b;hb=837fc9695b113d68db238183cbc6e9ec518d8d4e;hp=ea1631d140523969a68f4f915fcc8714a4f5b8f2;hpb=3f680f448a50c86059cedcaef0030ae7237b87c0;p=osm%2Fdevops.git 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"