From eec0da5deee8947023c8b1b14006ecfe9795b871 Mon Sep 17 00:00:00 2001 From: rakeshgm Date: Tue, 12 Nov 2019 18:49:22 +0530 Subject: [PATCH] disabling ceph packages checking for now Signed-off-by: rakeshgm --- teuthology/config.py | 2 +- teuthology/run.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/teuthology/config.py b/teuthology/config.py index 39f6847f0..8a45eba10 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -169,7 +169,7 @@ class TeuthologyConfig(YamlConfig): 'use_shaman': True, 'shaman_host': 'shaman.ceph.com', 'teuthology_path': None, - 'suite_verify_ceph_hash': True, + 'suite_verify_ceph_hash': False, 'suite_allow_missing_packages': False, 'openstack': { 'clone': 'git clone http://github.com/ceph/teuthology', diff --git a/teuthology/run.py b/teuthology/run.py index a31e58557..223008ae1 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -252,6 +252,8 @@ def get_initial_tasks(lock, config, machine_type): {'internal.setup_additional_repo': None}, {'kernel.install_latest_rh_kernel': None} ]) + # removing check_packages from init_tasks for now + init_tasks.remove({'internal.check_packages': None}) return init_tasks -- 2.47.3