summaryrefslogtreecommitdiffstats
path: root/jjb/fuel
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-09-13 09:58:38 +0000
committerMichael Polenchuk <mpolenchuk@mirantis.com>2018-09-13 09:59:01 +0000
commit0b6648eae7800cb0f71e447c47f62c75c17b20ed (patch)
tree03b9c5d778e7d46a1942865dc1f22ca311054d63 /jjb/fuel
parent91cee1cf1636b0239511bc75a55d3f977c254930 (diff)
Revert "fuel-deploy: Add temporary iptables rule"
This reverts commit b4a65c5e6777a53be5ea817c967caeee51285a7f. Chain of DOCKER-ISOLATION already has required rule. Change-Id: Ic7d3e93a2814a42764b4822ef96e0841f68b774d Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'jjb/fuel')
-rwxr-xr-xjjb/fuel/fuel-deploy.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh
index a4b40f44f..433061a96 100755
--- a/jjb/fuel/fuel-deploy.sh
+++ b/jjb/fuel/fuel-deploy.sh
@@ -111,15 +111,6 @@ echo
${DEPLOY_COMMAND}
exit_code=$?
-# Temporary workaround for ericsson-virtual* PODs functest integration
-# See https://jira.opnfv.org/browse/FUNCTEST-985
-# Set iptables rule to allow forwarding return traffic for container
-redirect=/dev/stdout
-if ! sudo iptables -C FORWARD -j RETURN 2> ${redirect} || \
- ! sudo iptables -L FORWARD | awk 'NR==3' | grep RETURN 2> ${redirect}; then
- sudo iptables -I FORWARD -j RETURN
-fi
-
echo
echo "--------------------------------------------------------"
echo "Deployment is done!"