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
|
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-odcs,sysadmin-veteran
|
||||||
|
|
||||||
|
fedmsg_hub_auto_restart: False
|
||||||
fedmsg_hub_memory_limit_mb: "{{ (mem_size / 2) | int }}"
|
|
||||||
|
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: odcs
|
- service: odcs
|
||||||
|
|
|
@ -37,11 +37,10 @@ fedmsg_certs:
|
||||||
|
|
||||||
|
|
||||||
odcs_target_dir_url: https://odcs.fedoraproject.org/composes
|
odcs_target_dir_url: https://odcs.fedoraproject.org/composes
|
||||||
# Give access to jscotka to be able to develop module testing integration
|
odcs_allowed_clients_users:
|
||||||
# for taskotron.
|
humaton: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
# Give access to sgallagh to be able to generate testing composes for new
|
mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
# modules.
|
jkaluza: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
odcs_allowed_clients_users: {"jscotka": {}, "sgallagh": {}}
|
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue