This helps in solving the openh264 mirroring and follow other fedora composes MM doesn't understand armv7hl and i686, we need to manually change them everwhere without this fix Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
52 lines
2 KiB
YAML
52 lines
2 KiB
YAML
---
|
|
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
|
|
odcs_allowed_clients_groups: {"sysadmin-odcs": {}, "pungi-devel": {}, "packager": {"source_types": ["module"]}}
|
|
odcs_allowed_clients_users: {"osbs@service": {}}
|
|
odcs_admin_groups: ["sysadmin-odcs", "pungi-devel"]
|
|
odcs_admin_users: []
|
|
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
|
|
odcs_pungi_parent_runroot_tag: f27-build
|
|
odcs_pungi_parent_runroot_arch: x86_64
|
|
odcs_pungi_runroot_target_dir: /mnt/koji/compose/odcs
|
|
odcs_pungi_runroot_target_dir_url: http://kojipkgs.fedoraproject.org/compose/odcs
|
|
odcs_messaging_backend: fedora-messaging
|
|
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
|
|
odcs_allowed_arches: ['aarch64', 'armhfp', 'i386', 'ppc64le', 'x86_64', 's390x']
|
|
odcs_allowed_results: null
|
|
odcs_allowed_sources: null
|
|
odcs_arches: ["x86_64"]
|
|
odcs_sigkeys: []
|
|
odcs_messaging_producer_broker_urls: []
|
|
odcs_messaging_consumer_broker_urls: []
|
|
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
|
|
odcs_celery_queues: ["pungi_composes", "cleanup"]
|
|
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
|
|
odcs_extra_target_dirs: {"private": "/srv/odcs/private"}
|
|
|