]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/log
teuthology.git
6 weeks agoorchestra/opsys: alma and rocky are rpm distro
Kyr Shatskyy [Wed, 3 Sep 2025 11:22:40 +0000 (13:22 +0200)]
orchestra/opsys: alma and rocky are rpm distro

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
6 weeks agotask/install: allow both list and dicts for extra_system_packages
Kyr Shatskyy [Wed, 15 Oct 2025 22:41:21 +0000 (00:41 +0200)]
task/install: allow both list and dicts for extra_system_packages

Fixes: https://tracker.ceph.com/issues/73527
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
6 weeks agoOpenstack: handle attached_volumes field when fetching volumes
deepssin [Thu, 25 Sep 2025 11:22:32 +0000 (07:22 -0400)]
Openstack: handle attached_volumes field when fetching volumes

Some clouds use attached_volumes instead of os-extended-volumes:volumes_attached

Signed-off-by: deepssin <deepssin@redhat.com>
6 weeks agoorchestra/console.py: increase 'power status' timeout
Dan Mick [Mon, 29 Sep 2025 17:29:39 +0000 (10:29 -0700)]
orchestra/console.py: increase 'power status' timeout

in set_power() we check to see if the power operation worked by
examining ipmi power status.  Give longer than 1s for the
status command to complete.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
2 months agolock.ops.unlock_one_safe: Invert run-match logic 2036/head
Zack Cerza [Wed, 19 Mar 2025 18:35:11 +0000 (12:35 -0600)]
lock.ops.unlock_one_safe: Invert run-match logic

When unlock_one_safe is called with run_name, the caller means to express
"unlock this node if it belongs to this run".
When it is called with run_name and job_id, it means "unlock this node if it
belongs to this job in this run".
We had inverted the logic, causing leaks on reimage failures.

Signed-off-by: Zack Cerza <zack@cerza.org>