This was done using yq ( https://mikefarah.gitbook.io/yq/operators/sort-keys ) Doing things this way makes it much easier to see if a variable is set in a file or if two hosts differ in what variables they set. Hopefully we can keep things sorted moving forward. Basically this means just sort a-z anything you add to any host or group vaiable and it will be in the right place. Additionally, this enforces 'normal' intent rules for all the variable files which we should also try and obey. 2 spaces for first level, 3 for next, etc. When in doubt you can run yq on it. This should cause NO actual vairable changes, it's all just readability fixing for humans, ansible parses it exactly the same. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
66 lines
2.6 KiB
Text
66 lines
2.6 KiB
Text
ipa_client_shell_groups:
|
|
- sysadmin-noc
|
|
- sysadmin-odcs
|
|
- sysadmin-releng
|
|
- sysadmin-veteran
|
|
ipa_client_sudo_groups:
|
|
- sysadmin-odcs
|
|
- sysadmin-releng
|
|
ipa_host_group: odcs
|
|
ipa_host_group_desc: On Demand Compose Service
|
|
odcs_allowed_clients_groups:
|
|
eln-sig: {"raw_config_keys": ["eln", "cccc", "eln_jwboyer"], "source_types": ["tag", "module", "build", "raw_config"]}
|
|
packager: {"source_types": ["module"]}
|
|
pungi-devel: {}
|
|
sysadmin-odcs: {}
|
|
odcs_allowed_clients_users:
|
|
humaton: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
|
jkaluza: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
|
mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
|
# This is token used by CCCC service running on https://jenkins-fedora-infra.apps.ci.centos.org/job/cccc.
|
|
odcs@service: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
|
osbs@service: {}
|
|
releng-odcs@service: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
|
# Default queues for general ODCS backends.
|
|
odcs_celery_queues:
|
|
- pungi_composes
|
|
- cleanup
|
|
odcs_celery_router_config:
|
|
cleanup_task: odcs.server.celery_tasks.run_cleanup
|
|
default_queue: pungi_composes
|
|
routing_rules:
|
|
odcs.server.celery_tasks.generate_pungi_compose:
|
|
cccc_raw_pungi_composes:
|
|
source: "cccc.*"
|
|
source_type: 5 # "raw_config"
|
|
eln_raw_pungi_composes:
|
|
source: "eln.*"
|
|
source_type: 5 # "raw_config"
|
|
releng_pungi_composes:
|
|
owner: ["mohanboddu", "humaton"]
|
|
source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose"
|
|
releng_raw_pungi_composes:
|
|
source: "releng_.*"
|
|
source_type: 5 # "raw_config"
|
|
# Configs executed on releng backends must have "releng_" prefix.
|
|
odcs_raw_config_urls:
|
|
cccc:
|
|
config_filename: cccc.conf
|
|
url: https://pagure.io/fedora-ci/cccc-merged-configs.git
|
|
eln:
|
|
config_filename: eln.conf
|
|
url: https://pagure.io/pungi-fedora.git
|
|
eln_jwboyer:
|
|
config_filename: eln.conf
|
|
url: https://pagure.io/forks/jwboyer/pungi-fedora.git
|
|
releng_compose_ci:
|
|
config_filename: compose_ci.conf
|
|
raw_config_wrapper: /etc/odcs/custom_compose_raw_config_wrapper.conf
|
|
url: https://pagure.io/fedora-ci/compose-ci-pipeline.git
|
|
releng_fmc:
|
|
config_filename: fedora-minimal-compose.conf
|
|
url: https://pagure.io/releng/fmc.git
|
|
releng_jkaluza_test_config:
|
|
config_filename: test.conf
|
|
url: https://pagure.io/jkaluza-test-compose.git
|
|
primary_auth_source: ipa
|