more diag info gathering, install 'curl' in bootstrap script to support ONOS REST API checks
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index babb2f4..fe1c123 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -27,7 +27,7 @@
 function bootstrap() {
     cd ~
     sudo apt-get update
-    sudo apt-get -y install software-properties-common git mosh tmux dnsutils python-netaddr
+    sudo apt-get -y install software-properties-common curl git mosh tmux dnsutils python-netaddr
     sudo add-apt-repository -y ppa:ansible/ansible
     sudo apt-get update
     sudo apt-get install -y ansible