From 3d02488a6e16057b85d652c6d5a85f350ac08e5d Mon Sep 17 00:00:00 2001 From: Jan Kaluža Date: Apr 17 2020 11:09:49 +0000 Subject: ODCS: Add 'eln' raw_config compose and allow eln-sig group to run it. --- diff --git a/inventory/group_vars/odcs b/inventory/group_vars/odcs index 4cbcea0..52e95af 100644 --- a/inventory/group_vars/odcs +++ b/inventory/group_vars/odcs @@ -6,6 +6,9 @@ odcs_raw_config_urls: 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: @@ -18,6 +21,9 @@ odcs_celery_router_config: 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"] diff --git a/inventory/group_vars/odcs_backend_releng b/inventory/group_vars/odcs_backend_releng index def1a58..b6347d9 100644 --- a/inventory/group_vars/odcs_backend_releng +++ b/inventory/group_vars/odcs_backend_releng @@ -1,2 +1,2 @@ -odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup"] +odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes"] diff --git a/inventory/group_vars/odcs_frontend b/inventory/group_vars/odcs_frontend index 570d12f..8b850b4 100644 --- a/inventory/group_vars/odcs_frontend +++ b/inventory/group_vars/odcs_frontend @@ -41,6 +41,12 @@ 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"]} virt_install_command: "{{ virt_install_command_two_nic }}"