From: jose.lausuch Date: Tue, 15 Dec 2015 15:13:30 +0000 (+0100) Subject: Add removal of iptables rules in LF POD1 to let the container ping the deployment X-Git-Tag: test-tag~58 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F4595%2F2;p=releng.git Add removal of iptables rules in LF POD1 to let the container ping the deployment Change-Id: I8eb5758093303018b6fc673bc59e725af6a1c1de Signed-off-by: jose.lausuch --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index e1dff72e4..1a9ba6239 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -194,6 +194,8 @@ INSTALLER_IP=$(grep instack /var/lib/libvirt/dnsmasq/default.leases \ |awk '{print $3}' | head -n 1) sshkey="-v /root/.ssh/id_rsa:/root/.ssh/id_rsa" + sudo iptables -D FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable + sudo iptables -D FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable fi echo "Functest: Start Docker and prepare environment" envs="INSTALLER_TYPE=${INSTALLER_TYPE} -e INSTALLER_IP=${INSTALLER_IP} -e NODE_NAME=${NODE_NAME}"