Update ODCS defaults
This commit is contained in:
parent
683c3023f9
commit
bb5b6c3154
1 changed files with 14 additions and 1 deletions
|
@ -9,7 +9,6 @@ odcs_allowed_clients_groups: {"sysadmin-mbs": {}}
|
|||
odcs_allowed_clients_users: {}
|
||||
odcs_admin_groups: ["sysadmin-mbs"]
|
||||
odcs_admin_users: []
|
||||
odcs_allowed_source_types: ["tag", "module"]
|
||||
odcs_raw_config_urls: {}
|
||||
odcs_sigkeys: []
|
||||
odcs_pungi_runroot_enabled: False
|
||||
|
@ -21,4 +20,18 @@ 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: fedmsg
|
||||
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: null
|
||||
odcs_allowed_results: null
|
||||
odcs_allowed_sources: null
|
||||
odcs_arches: ["x86_64"]
|
||||
odcs_sigkeys: []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue