2017-09-20 10:11:05 +08:00
|
|
|
---
|
|
|
|
odcs_upgrade: False
|
|
|
|
odcs_force_postgres_ssl: False
|
|
|
|
odcs_pdc_insecure: False
|
|
|
|
odcs_pdc_develop: True
|
|
|
|
odcs_target_dir: /srv/odcs
|
|
|
|
odcs_target_dir_url: http://{{ inventory_hostname }}/composes
|
2020-02-26 13:04:16 +00:00
|
|
|
odcs_allowed_clients_groups: {"sysadmin-odcs": {}, "pungi-devel": {}, "packager": {"source_types": ["module"]}}
|
2018-06-19 20:30:09 +02:00
|
|
|
odcs_allowed_clients_users: {"osbs@service": {}}
|
2020-02-27 10:19:27 +00:00
|
|
|
odcs_admin_groups: ["sysadmin-odcs", "pungi-devel"]
|
2017-09-20 10:11:05 +08:00
|
|
|
odcs_admin_users: []
|
2017-12-11 08:19:39 +00:00
|
|
|
odcs_raw_config_urls: {}
|
|
|
|
odcs_pungi_runroot_enabled: False
|
|
|
|
odcs_pungi_parent_runroot_channel: compose
|
|
|
|
odcs_pungi_parent_runroot_packages: ["pungi"]
|
|
|
|
odcs_pungi_parent_runroot_mounts: []
|
|
|
|
odcs_pungi_parent_runroot_weight: 3.5
|
2017-12-11 12:04:23 +00:00
|
|
|
odcs_pungi_parent_runroot_tag: f27-build
|
2017-12-11 08:19:39 +00:00
|
|
|
odcs_pungi_parent_runroot_arch: x86_64
|
2017-12-11 12:04:23 +00:00
|
|
|
odcs_pungi_runroot_target_dir: /mnt/koji/compose/odcs
|
2017-12-11 08:19:39 +00:00
|
|
|
odcs_pungi_runroot_target_dir_url: http://kojipkgs.fedoraproject.org/compose/odcs
|
2019-10-23 09:22:54 +00:00
|
|
|
odcs_messaging_backend: fedora-messaging
|
2018-05-29 05:25:34 +00:00
|
|
|
odcs_messaging_certificate: "/THIS/FILE/PROBABLY/DOESNT/EXIST"
|
|
|
|
odcs_messaging_private_key: "/THIS/FILE/PROBABLY/DOESNT/EXIST"
|
|
|
|
odcs_messaging_broker_urls: []
|
|
|
|
odcs_messaging_ca_cert: /etc/ssl/certs/ca-bundle.trust.crt
|
|
|
|
odcs_allowed_clients: {"users": [], "groups": []}
|
|
|
|
odcs_admins: {"users": [], "groups": []}
|
|
|
|
odcs_allowed_source_types: ["tag", "module"]
|
|
|
|
odcs_allowed_flags: null
|
2020-09-09 08:56:35 -04:00
|
|
|
odcs_allowed_arches: ['aarch64', 'armhfp', 'i386', 'ppc64le', 'x86_64', 's390x']
|
2018-05-29 05:25:34 +00:00
|
|
|
odcs_allowed_results: null
|
|
|
|
odcs_allowed_sources: null
|
|
|
|
odcs_arches: ["x86_64"]
|
|
|
|
odcs_sigkeys: []
|
2018-05-29 05:29:47 +00:00
|
|
|
odcs_messaging_producer_broker_urls: []
|
|
|
|
odcs_messaging_consumer_broker_urls: []
|
2019-10-21 08:20:11 +00:00
|
|
|
odcs_celery_broker_username: null
|
|
|
|
odcs_celery_broker_password: null
|
|
|
|
odcs_celery_broker_host: null
|
|
|
|
odcs_celery_broker_port: null
|
|
|
|
odcs_celery_broker_vhost: rabbitmq
|
2020-03-20 07:11:13 +00:00
|
|
|
odcs_celery_queues: ["pungi_composes", "cleanup"]
|
2019-10-21 08:20:11 +00:00
|
|
|
odcs_celery_router_config: null
|
|
|
|
odcs_runroot_ssh_hostnames: {"x86_64": "localhost"}
|
|
|
|
# The default is 24 hours
|
|
|
|
odcs_seconds_to_live: 86400
|
|
|
|
# # The default is 72 hours
|
|
|
|
odcs_max_seconds_to_live: 259200
|
|
|
|
odcs_celery_concurrency: 2
|
2020-03-17 05:55:10 +00:00
|
|
|
odcs_extra_target_dirs: {"private": "/srv/odcs/private"}
|
2017-12-11 08:19:39 +00:00
|
|
|
|