]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
scripts: add cli tools for reimaging nodes without locking 1526/head
authorVasu Kulkarni <vasu@redhat.com>
Thu, 24 Jan 2019 21:47:58 +0000 (13:47 -0800)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Wed, 1 Jul 2020 00:21:07 +0000 (02:21 +0200)
commit916d572b69f8d11e18a2aec436be7a62f3cc4492
treebac89dcdbf3f18105c9147f6b20c2452dd0d7e3e
parent4a58b7a9decfcb2c3785187654f59045aa56cb0d
scripts: add cli tools for reimaging nodes without locking

Add teuthology-reimage cli tool to be able to provision nodes using
Fog or Pelagos without locking and unlocking.

This is useful, for example, when someone just locks the node for
development or debugging purposes and do not want to release while
resetting the image, because it can happen that there are no free
nodes available.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
scripts/reimage.py [new file with mode: 0644]
setup.py
teuthology/reimage.py [new file with mode: 0644]