Echo hostname for easier troubleshooting on new relic.

This commit is contained in:
Ben Patterson
2017-03-21 08:07:10 -04:00
parent b10083cb62
commit 97466b8ef3

View File

@@ -68,3 +68,5 @@ npm cache clean
TIMESTAMP=$(date +%s)
export PAVER_TIMER_LOG="test_root/log/timing.paver.$TIMESTAMP.log"
export ANSIBLE_TIMER_LOG="test_root/log/timing.ansible.$TIMESTAMP.log"
echo "This node is `curl http://169.254.169.254/latest/meta-data/hostname`"