ODCS: Apply changes done in staging inventory to prod inventory.
This commit is contained in:
parent
c3461f5c53
commit
eb1e309954
2 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue