diff --git a/inventory/group_vars/odcs b/inventory/group_vars/odcs index 97b17577f8..7e5987541d 100644 --- a/inventory/group_vars/odcs +++ b/inventory/group_vars/odcs @@ -9,6 +9,9 @@ odcs_raw_config_urls: eln: url: https://pagure.io/pungi-fedora.git config_filename: eln.conf + cccc: + url: https://pagure.io/fedora-ci/cccc-merged-configs.git + config_filename: cccc.conf # Default queues for general ODCS backends. odcs_celery_queues: @@ -24,6 +27,9 @@ odcs_celery_router_config: eln_raw_pungi_composes: source_type: 5 # "raw_config" source: "eln.*" + cccc_raw_pungi_composes: + source_type: 5 # "raw_config" + source: "cccc.*" releng_pungi_composes: source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose" owner: ["jkaluza", "mohanboddu", "humaton"] @@ -40,5 +46,5 @@ 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"]} + eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]} diff --git a/inventory/group_vars/odcs_backend_releng b/inventory/group_vars/odcs_backend_releng index b6347d9dbf..fa8b65c77e 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", "eln_raw_pungi_composes"] +odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "cccc_raw_pungi_composes"] diff --git a/inventory/group_vars/odcs_backend_stg b/inventory/group_vars/odcs_backend_stg index b08aa2ebbb..66d00a1843 100644 --- a/inventory/group_vars/odcs_backend_stg +++ b/inventory/group_vars/odcs_backend_stg @@ -42,7 +42,7 @@ odcs_allowed_source_types: ["tag", "module"] odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes # Handle all Celery queues on single staging backend. -odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "pungi_composes"] +odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "pungi_composes", "cccc_raw_pungi_composes"] # For the MOTD csi_security_category: Low diff --git a/inventory/group_vars/odcs_stg b/inventory/group_vars/odcs_stg index fb584c1dd7..a25c415825 100644 --- a/inventory/group_vars/odcs_stg +++ b/inventory/group_vars/odcs_stg @@ -9,6 +9,9 @@ odcs_raw_config_urls: eln: url: https://pagure.io/pungi-fedora.git config_filename: eln.conf + cccc: + url: https://pagure.io/fedora-ci/cccc-merged-configs.git + config_filename: cccc.conf # Default queues for general ODCS backends. odcs_celery_queues: @@ -24,6 +27,9 @@ odcs_celery_router_config: eln_raw_pungi_composes: source_type: 5 # "raw_config" source: "eln.*" + cccc_raw_pungi_composes: + source_type: 5 # "raw_config" + source: "cccc.*" releng_pungi_composes: source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose" owner: ["jkaluza", "mohanboddu", "humaton"] @@ -39,5 +45,5 @@ 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"]} + eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]}