More network debugging detail

* devstack-vm-gate-wrap.sh: Sometimes devstack-gate runs fail for
reasons related to the local network. Include IPv6 addresses in
addition to the IPv4 addressing previously displayed, and add
routing and ARP tables as well.

Change-Id: I771b6081758020cf1521443d1bd15a27ede7f2b1
This commit is contained in:
Jeremy Stanley
2014-01-20 18:51:24 +00:00
parent 90807c8222
commit 227aa46613

View File

@@ -222,7 +222,12 @@ fi
echo "Triggered by: https://review.openstack.org/$ZUUL_CHANGE patchset $ZUUL_PATCHSET"
echo "Pipeline: $ZUUL_PIPELINE"
echo "IP configuration of this host:"
ip -f inet addr show
ip addr show
echo "IP routing tables of this host:"
ip route show
ip -6 route show
echo "ARP table of this host:"
ip neighbor show
setup_host &> $WORKSPACE/logs/devstack-gate-setup-host.txt