]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
config: ~/teuthology.yaml check_package_signatures hint 640/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 25 Sep 2015 17:54:18 +0000 (19:54 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 9 Oct 2015 10:36:03 +0000 (12:36 +0200)
If check_package_signatures is false, the tasks installing
packages (install, ceph-deploy, ...) are authorized to skip the package
signatures verifications.

Set this as the default for a cluster dynamically generated by the
OpenStack backend.

http://tracker.ceph.com/issues/13249 Refs: #13249

Signed-off-by: Loic Dachary <loic@dachary.org>
docs/siteconfig.rst
teuthology/config.py
teuthology/openstack/setup-openstack.sh

index 933cbb32f04421aff6f9c48568728b3767fd40a7..ef72db9d2b678a1fee65f8cde39ef65897bb3be8 100644 (file)
@@ -51,6 +51,9 @@ Here is a sample configuration with many of the options set and documented::
     # Gitbuilder archive that stores e.g. ceph packages
     gitbuilder_host: gitbuilder.example.com
 
+    # Verify the packages signatures
+    check_package_signatures: true
+
     # Where all git repos are considered to reside.
     ceph_git_base_url: https://github.com/ceph/
 
index e456cc6c52a960b79e98a72ca72f9a2e2d7d2e46..497a71faf1e4d95a041983b804612e1f1603c7e1 100644 (file)
@@ -132,6 +132,7 @@ class TeuthologyConfig(YamlConfig):
         'reserve_machines': 5,
         'ceph_git_base_url': 'https://github.com/ceph/',
         'gitbuilder_host': 'gitbuilder.ceph.com',
+        'check_package_signatures': True,
         'lab_domain': 'front.sepia.ceph.com',
         'lock_server': 'http://paddles.front.sepia.ceph.com/',
         'max_job_time': 259200,  # 3 days
index f2fc3aea78f022a94b9343bed0384c34f50f2d90..16910b918106d7b713db8b1b971db819ae542fd8 100755 (executable)
@@ -54,6 +54,7 @@ archive_upload_key: teuthology/openstack/archive-key
 lock_server: http://localhost:8080/
 results_server: http://localhost:8080/
 gitbuilder_host: gitbuilder.ceph.com
+check_package_signatures: false
 queue_port: 11300
 queue_host: localhost
 lab_domain: $labdomain