From ad85a8a1e99aedd0bc37368ddf2c3e1ee13c095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 21 Apr 2020 04:42:18 +0000 Subject: [PATCH] ODCS: Set general stg group_vars in 'odcs_stg'. --- inventory/group_vars/odcs_stg | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 inventory/group_vars/odcs_stg diff --git a/inventory/group_vars/odcs_stg b/inventory/group_vars/odcs_stg new file mode 100644 index 0000000000..fb584c1dd7 --- /dev/null +++ b/inventory/group_vars/odcs_stg @@ -0,0 +1,43 @@ +# Configs executed on releng backends must have "releng_" prefix. +odcs_raw_config_urls: + releng_fmc: + url: https://pagure.io/releng/fmc.git + config_filename: fedora-minimal-compose.conf + releng_jkaluza_test_config: + url: https://pagure.io/jkaluza-test-compose.git + config_filename: test.conf + eln: + url: https://pagure.io/pungi-fedora.git + config_filename: eln.conf + +# Default queues for general ODCS backends. +odcs_celery_queues: +- pungi_composes +- cleanup + +odcs_celery_router_config: + routing_rules: + odcs.server.celery_tasks.generate_pungi_compose: + releng_raw_pungi_composes: + source_type: 5 # "raw_config" + source: "releng_.*" + eln_raw_pungi_composes: + source_type: 5 # "raw_config" + source: "eln.*" + releng_pungi_composes: + source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose" + owner: ["jkaluza", "mohanboddu", "humaton"] + cleanup_task: odcs.server.celery_tasks.run_cleanup + default_queue: pungi_composes + +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"]} + osbs@service: {} +odcs_allowed_clients_groups: + sysadmin-odcs: {} + pungi-devel: {} + packager: {"source_types": ["module"]} + eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln"]} +