]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite/run.py: check config['verify_ceph_hash'] before verifying ceph packages
authorKefu Chai <kchai@redhat.com>
Tue, 23 Jun 2020 07:25:00 +0000 (15:25 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 23 Jun 2020 07:37:40 +0000 (15:37 +0800)
commit4d498683c452334e613ccf09ff449fd33cbb1cec
treed07c371c8722682b449449b0ae9ae4d5a25cd8d8
parent869528d616c4a8a579b1e006d108eee18f6ccb86
suite/run.py: check config['verify_ceph_hash'] before verifying ceph packages

there is chance that we don't have ceph packages built for the
combination of specified os_type and os_version, for instance, in the
case of rados/thash_old_clients, older ceph clients are installed on
el7, but the ceph cluster is deployed using cephadm, which in turn pull
ceph container images built using the ceph being tested and el8.

since we've dropped the build of master on el7, there is no need to
verify if ceph package is available if cephadm is used for deploying the
cluster.

Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/suite/run.py