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>
# 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/
'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
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