diff --git a/inventory/group_vars/odcs_backend b/inventory/group_vars/odcs_backend index 2d36834eb2..58832d3f6b 100644 --- a/inventory/group_vars/odcs_backend +++ b/inventory/group_vars/odcs_backend @@ -32,9 +32,8 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', ' fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-odcs,sysadmin-veteran - -fedmsg_hub_memory_limit_mb: "{{ (mem_size / 2) | int }}" - +fedmsg_hub_auto_restart: False + # These are consumed by a task in roles/fedmsg/base/main.yml fedmsg_certs: - service: odcs diff --git a/inventory/group_vars/odcs_frontend b/inventory/group_vars/odcs_frontend index a705162f59..570d12f70c 100644 --- a/inventory/group_vars/odcs_frontend +++ b/inventory/group_vars/odcs_frontend @@ -37,11 +37,10 @@ fedmsg_certs: odcs_target_dir_url: https://odcs.fedoraproject.org/composes -# Give access to jscotka to be able to develop module testing integration -# for taskotron. -# Give access to sgallagh to be able to generate testing composes for new -# modules. -odcs_allowed_clients_users: {"jscotka": {}, "sgallagh": {}} +odcs_allowed_clients_users: + humaton: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]} + mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]} + jkaluza: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]} virt_install_command: "{{ virt_install_command_two_nic }}"