From: Vallari Agrawal Date: Wed, 9 Jul 2025 17:15:24 +0000 (+0530) Subject: containers: set image as ceph.containers.image X-Git-Tag: 1.2.2~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2062%2Fhead;p=teuthology.git containers: set image as ceph.containers.image instead of ceph.image As cephadm task overrides from here: https://github.com/ceph/ceph/blob/ef15ecb8821fd79e24b046d2812696bd290c8489/qa/tasks/cephadm.py#L2301 Signed-off-by: Vallari Agrawal --- diff --git a/containers/teuthology-dev/.teuthology.yaml b/containers/teuthology-dev/.teuthology.yaml index cdac7f02c..43037bb7e 100644 --- a/containers/teuthology-dev/.teuthology.yaml +++ b/containers/teuthology-dev/.teuthology.yaml @@ -7,3 +7,8 @@ teuthology_path: /teuthology archive_base: /archive_dir reserve_machines: 0 lab_domain: '' + +defaults: + cephadm: + containers: + image: 'quay.ceph.io/ceph-ci/ceph' diff --git a/containers/teuthology-dev/containerized_node.yaml b/containers/teuthology-dev/containerized_node.yaml index 8d8563be9..3e5345a72 100644 --- a/containers/teuthology-dev/containerized_node.yaml +++ b/containers/teuthology-dev/containerized_node.yaml @@ -7,6 +7,5 @@ overrides: cm_user: root start_rpcbind: false cephadm: - image: quay.ceph.io/ceph-ci/ceph:main osd_method: raw no_cgroups_split: true