Traceroute to git.o.o in net-info macro

From time to time we see network connectivity issues from instances
to various destinations. Particularly negative impact occurs if jobs
can't reach the main git mirror, since they pretty much all need to
check it for updates to whatever repo(s) they use. It's helpful, in
these instances, to be able to provide traceroutes from the affected
instances so that our providers can diagnose potential issues within
their networks.

Change-Id: Ide9db3673bbbe25de246b33907908376e99895fd
This commit is contained in:
Jeremy Stanley
2016-03-31 15:08:39 +00:00
parent 4687788a6c
commit 68e424c77b

View File

@@ -615,6 +615,9 @@
echo "Network neighbors..."
echo "===================="
ip neighbor show
echo "Route to Git mirror..."
echo "======================"
traceroute6 -n git.openstack.org || traceroute -n git.openstack.org
- builder:
name: install-distro-packages