Signed-off-by: David Galloway <dgallowa@redhat.com>
for machine in $allhosts; do
ssh ubuntu@store01.front.sepia.ceph.com "sudo /usr/local/sbin/set-next-server.sh $machine fog"
teuthology-lock --update --status down $machine
- teuthology-lock --update --desc "Failed to capture FOG image: ${BUILD_URL}"
+ teuthology-lock --update --desc "Failed to capture FOG image: ${BUILD_URL}" $machine
done
# Restart dhcpd (for some reason doing this every time we set the next-server in the for loop above, dhcpd would fail to start)