From: David Galloway Date: Tue, 5 Dec 2017 21:42:37 +0000 (-0500) Subject: sepia-fog-image: Remove ubuntu@ for teuthology-update-inventory X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fed4bd9cf94b16fe37cda612a9d5592e2bfbd206;p=ceph-build.git sepia-fog-image: Remove ubuntu@ for teuthology-update-inventory Cuz it doesn't work like that. Signed-off-by: David Galloway --- diff --git a/sepia-fog-images/build/build b/sepia-fog-images/build/build index 09c4d94c..09c06c91 100755 --- a/sepia-fog-images/build/build +++ b/sepia-fog-images/build/build @@ -184,6 +184,6 @@ set -ex # Update lock db and unlock machines! for host in $allhosts; do teuthology-updatekeys ubuntu@${host} - teuthology-update-inventory ubuntu@${host} + teuthology-update-inventory ${host} teuthology-lock --unlock $host done diff --git a/sepia-fog-images/build/failure b/sepia-fog-images/build/failure index 6d79a209..403aa229 100755 --- a/sepia-fog-images/build/failure +++ b/sepia-fog-images/build/failure @@ -36,6 +36,6 @@ set +e # Try to update lock DB (in case whomever debugs Jenkins job failure forgets) for host in $allhosts; do teuthology-updatekeys ubuntu@${host} - teuthology-update-inventory ubuntu@${host} + teuthology-update-inventory ${host} teuthology-lock --unlock $host done