]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Fix VM issues.
authorSandon Van Ness <sandon@inktank.com>
Thu, 4 Jul 2013 02:07:35 +0000 (19:07 -0700)
committerSandon Van Ness <sandon@inktank.com>
Thu, 4 Jul 2013 02:07:35 +0000 (19:07 -0700)
commitd54932cbc8c6dbb065a1ea5d407209f66bffd961
treead8bd74d3a505d45a3f3e7c2a0594d15a9b9f2c3
parent813d96ffdd4625aee594043b67e93c9167b8091e
Fix VM issues.

Fix of #5494 although bad description. Instead of adding a wait
the code used to detect if the guest was back up is fixed. The
previous code appeared to assume only one machine and broke
when it was waiting for multiple machines if the guests did not
come up within 10 seconds of each other

Make nuke not do the normal stuff if the machine is a VPS as we
just destroy them when they get unlocked.

Instead of getting downburst options from ~/.teuthology.yaml get
it from the yaml given to teuthology for the test/task instead.

Fixed an error that would make all the default downburst values
not take effect if any of them were set via a yaml.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
Reviewed-by: Warren Usui <warren.usui@inktank.com>
teuthology/lock.py
teuthology/nuke.py
teuthology/task/internal.py