Remove unused openstack-info roles

This has been replaced by validate-host in zuul-jobs.

Depends-On: I6daa045d3f2ccb1540d64e81f7fc825eed08b2d4
Change-Id: If4a599e022fe1a502a904b8ee55c5186a6e9ae8b
This commit is contained in:
Monty Taylor 2017-07-10 07:22:51 -05:00
parent f22040bb86
commit 1c6a35b7f1
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
---
- name: Display networking information about zuul worker.
shell: |
export PATH=$PATH:/sbin
if [ -f /etc/dib-builddate.txt ]; then
echo "Image build date"
echo "================"
cat /etc/dib-builddate.txt
fi
echo "Host & kernel"
echo "============="
uname -a
echo "Network interface addresses..."
echo "=============================="
ip address show
echo "Network routing tables..."
echo "========================="
ip route show
ip -6 route show
echo "Network neighbors..."
echo "===================="
ip neighbor show
echo "Route to Git mirror..."
echo "======================"
traceroute6 -n git.openstack.org \
|| traceroute -n git.openstack.org \
|| true