diff --git a/inventory/group_vars/odcs-backend-stg b/inventory/group_vars/odcs-backend-stg index 636c37871f..97bd71baa1 100644 --- a/inventory/group_vars/odcs-backend-stg +++ b/inventory/group_vars/odcs-backend-stg @@ -42,7 +42,7 @@ fedmsg_certs: odcs_allowed_source_types: ["tag", "repo", "raw_config"] odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"] odcs_pungi_runroot_tag: f26-build -odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs +odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes diff --git a/inventory/group_vars/odcs-frontend-stg b/inventory/group_vars/odcs-frontend-stg index 082abef659..b08dcd19cc 100644 --- a/inventory/group_vars/odcs-frontend-stg +++ b/inventory/group_vars/odcs-frontend-stg @@ -37,10 +37,11 @@ fedmsg_certs: - odcs.compose.state-changed odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes +odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs # Give access to jscotka to be able to develop module testing integration # for taskotron. -odcs_allowed_clients_users: ["jscotka"] +odcs_allowed_clients_users: [{"jscotka": ["tag, "module"]}] # For the MOTD csi_security_category: Low