UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 98855c94 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'BrandenCobb-master-patch-47095' into 'master'

Adding begin and ends to virtualservice curls

See merge request platform-one/big-bang/bigbang!938
parents 1edc7625 e5852a56
No related branches found
No related tags found
1 merge request!938Adding begin and ends to virtualservice curls
Pipeline #503589 passed with warnings
......@@ -16,5 +16,11 @@ for host in $hosts; do
else
echo "$ip $host" >> /etc/hosts
fi
echo "****************************************"
echo "Begin curl $host"
echo "****************************************"
curl -svv https://$host/ > /dev/null
echo "****************************************"
echo "End curl $host"
echo "****************************************"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment