]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
config: Use https URLs for paddles and pulpito results-ssl 1897/head
authorZack Cerza <zack@redhat.com>
Thu, 2 Nov 2023 23:01:10 +0000 (17:01 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 2 Nov 2023 23:01:58 +0000 (17:01 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/config.py

index 3983d3d0f939320bb4c62941d0fd92f61b26f1b6..9908e9bba4fcf31fa7249e27ea87b22ff03241e4 100644 (file)
@@ -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'),