Commit 97466b8e by Ben Patterson

Echo hostname for easier troubleshooting on new relic.

parent b10083cb
......@@ -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`"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment