Skip to content

Commit

Permalink
config: Use https URLs for paddles and pulpito
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Nov 2, 2023
1 parent 6899cd2 commit acad994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions teuthology/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit acad994

Please sign in to comment.