From acad9945dc8788c699c66441b7fa7ab0d54d792a Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 2 Nov 2023 17:01:10 -0600 Subject: [PATCH] config: Use https URLs for paddles and pulpito Signed-off-by: Zack Cerza --- teuthology/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teuthology/config.py b/teuthology/config.py index 3983d3d0f9..9908e9bba4 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -156,11 +156,11 @@ class TeuthologyConfig(YamlConfig): 'check_package_signatures': True, 'job_threshold': 500, 'lab_domain': 'front.sepia.ceph.com', - 'lock_server': 'http://paddles.front.sepia.ceph.com/', + 'lock_server': 'https://paddles.front.sepia.ceph.com/', 'max_job_time': 259200, # 3 days 'nsupdate_url': 'http://nsupdate.front.sepia.ceph.com/update', - 'results_server': 'http://paddles.front.sepia.ceph.com/', - 'results_ui_server': 'http://pulpito.ceph.com/', + 'results_server': 'https://paddles.front.sepia.ceph.com/', + 'results_ui_server': 'https://pulpito.ceph.com/', 'results_sending_email': 'teuthology', 'results_timeout': 43200, 'src_base_path': os.path.expanduser('~/src'), -- 2.39.5