X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fdeploy.sh;h=dcead8b1398f06969467b5a9c696c84f5c8c6dd1;hb=ea46833abc02a09e9682d5bbbb7a8750667e7e6e;hp=50a9dcfc9f94012865d6cc58b094de096e7a0c36;hpb=18ea7aaaaf32eb7027008196f2c784cd156fb5d9;p=genesis.git diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh index 50a9dcf..dcead8b 100755 --- a/foreman/ci/deploy.sh +++ b/foreman/ci/deploy.sh @@ -1126,6 +1126,7 @@ start_virtual_nodes() { if ! vagrant ssh -c "route | grep default | grep $this_default_gw"; then echo "${blue} Adding public route back to $node! ${reset}" vagrant ssh -c "route add default gw $this_default_gw" + vagrant ssh -c "route delete default gw 10.0.2.2" fi popd done