X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fdeploy.sh;h=46d4a961a03a5b6ed50f242c2ed5b11e60fedc3d;hb=41125e53d5ca5e727e326078420cd900b9b48076;hp=9c1447bb4b254b627382dc99854582de5b5a109b;hpb=52639193804c6da3765066ce0f2aa365d381f897;p=genesis.git diff --git a/foreman/ci/deploy.sh b/foreman/ci/deploy.sh index 9c1447b..46d4a96 100755 --- a/foreman/ci/deploy.sh +++ b/foreman/ci/deploy.sh @@ -1127,6 +1127,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