Files
fedora-infra_ansible/roles/robosignatory/templates/robosignatory.toml.j2
Patrik Polakovič 46fbcc5567 Branch Fedora 44 from Rawhide
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
2026-02-05 19:10:58 +00:00

1033 lines
48 KiB
Django/Jinja

amqp_url = "amqps://robosignatory{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
publish_exchange = "amq.topic"
passive_declares = true
callback = "robosignatory.consumer:Consumer"
# Don't use topic_prefix, since outgoing message topics are derived from incoming messages.
# topic_prefix = ""
# Note the double brackets below.
# To add another binding, add another [[bindings]] section.
[[bindings]]
queue = "robosignatory{{ env_suffix }}"
exchange = "amq.topic"
routing_keys = [
"org.fedoraproject.*.pungi.compose.ostree",
"org.fedoraproject.*.coreos.build.request.artifacts-sign",
"org.fedoraproject.*.coreos.build.request.ostree-sign",
"org.fedoraproject.*.buildsys.tag",
]
[tls]
ca_cert = "/etc/pki/fedora-messaging/cacert.pem"
keyfile = "/etc/pki/fedora-messaging/robosignatory-key.pem"
certfile = "/etc/pki/fedora-messaging/robosignatory-cert.pem"
[client_properties]
app = "RoboSignatory"
[queues."robosignatory{{ env_suffix }}"]
durable = true
auto_delete = false
exclusive = false
arguments = {}
[qos]
prefetch_size = 0
prefetch_count = 1
[log_config]
version = 1
disable_existing_loggers = true
[log_config.formatters.simple]
format = "[%(name)s %(levelname)s] %(message)s"
[log_config.handlers.console]
class = "logging.StreamHandler"
formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
level = "INFO"
propagate = false
handlers = ["console"]
[log_config.loggers.robosignatory]
level = "INFO"
propagate = false
handlers = ["console"]
[log_config.root]
level = "INFO"
handlers = ["console"]
# robosignatory consumer configuration
[consumer_config]
# Any tag prefixed with "module-" will be considered a module.
module_prefixes = ["module-"]
[consumer_config.signing]
backend = "sigul"
user = "autopen"
passphrase_file = "/etc/sigul/autosign.pass"
file_signing_key_passphrase_file = "/etc/sigul/autosign.pass"
config_file = "/etc/sigul/client.conf"
[consumer_config.koji_instances]
# The keys here need to be the same in the sigul bridge
[consumer_config.koji_instances.primary]
url = "https://koji{{ env_suffix }}.fedoraproject.org/kojihub"
[consumer_config.koji_instances.primary.options]
# Only ssl and kerberos are supported at the moment
authmethod = "kerberos"
principal = "autosign/{{ inventory_hostname_short }}{{ env_suffix }}.{{datacenter}}.fedoraproject.org@{% if env != 'production' %}STG.{% endif %}FEDORAPROJECT.ORG"
keytab = "/etc/krb5.autosign_{{ inventory_hostname_short }}{{ env_suffix }}.{{datacenter}}.fedoraproject.org.keytab"
krb_rdns = false
# Temporary tags
# Infra tags
[[consumer_config.koji_instances.primary.tags]]
from = "epel8-infra-candidate"
to = "epel8-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-infra-candidate"
to = "epel9-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel10-infra-candidate"
to = "epel10-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f42-infra-candidate"
to = "f42-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f43-infra-candidate"
to = "f43-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f44-infra-candidate"
to = "f44-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
file_signing_key = "fedora-44-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f45-infra-candidate"
to = "f45-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
# Gated coreos-pool tag
[[consumer_config.koji_instances.primary.tags]]
from = "f42-coreos-signing-pending"
to = "coreos-pool"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f43-coreos-signing-pending"
to = "coreos-pool"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f44-coreos-signing-pending"
to = "coreos-pool"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('6d9f90a6', 'd300e724') }}"
file_signing_key = "fedora-44-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f45-coreos-signing-pending"
to = "coreos-pool"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
# Gated rawhide
[[consumer_config.koji_instances.primary.tags]]
from = "f45-signing-pending"
to = "f45-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f45-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-45-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f45-pending"
to = "f45"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f45"
to = "f45"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
# Branched
[[consumer_config.koji_instances.primary.tags]]
from = "f44-signing-pending"
to = "f44-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('6d9f90a6', 'd300e724') }}"
file_signing_key = "fedora-44-ima"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f44-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-44-ima"
# stable releases
[[consumer_config.koji_instances.primary.tags]]
from = "f43-signing-pending"
to = "f43-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f43-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-43-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f42-signing-pending"
to = "f42-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f42-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-42-ima"
# Gated bodhi updates
{% for tag in epel_tags %}
[[consumer_config.koji_instances.primary.tags]]
from = "{{ tag }}-signing-pending"
to = "{{ tag }}-testing-pending"
key = "{{ (env == 'production')|ternary('epel-{}'.format(epel_major), 'testkey') }}"
keyid = "{{ (env == 'production')|ternary(epel_key, 'd300e724') }}"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = '{{ tag }}-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
{% endfor %}
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-signing-pending"
to = "epel9-testing-pending"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-next-signing-pending"
to = "epel9-next-testing-pending"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'epel9-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
[[consumer_config.koji_instances.primary.tags]]
from = "epel8-signing-pending"
to = "epel8-testing-pending"
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'epel8-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
[[consumer_config.koji_instances.primary.tags]]
from = "epel8-next-signing-pending"
to = "epel8-next-testing-pending"
key = "{{ (env == 'production')|ternary('epel-8', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('2f86d6a1', 'd300e724') }}"
# ELN signing
[[consumer_config.koji_instances.primary.tags]]
from = "eln-signing-pending"
to = "eln-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "eln-modular-updates-candidate"
to = "eln-modular"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
type = "modular"
file_signing_key = "fedora-45-ima"
# ELN Mass Rebuild
[[consumer_config.koji_instances.primary.tags]]
from = "eln-rebuild"
to = "eln-rebuild"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "eln"
to = "eln"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
# ELN Side tags
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'eln-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-45-ima"
# openh264 signing
[[consumer_config.koji_instances.primary.tags]]
from = "f45-openh264"
to = "f45-openh264"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('f577861e', 'd300e724') }}"
file_signing_key = "fedora-45-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f44-openh264"
to = "f44-openh264"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('6d9f90a6', 'd300e724') }}"
file_signing_key = "fedora-44-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f43-openh264"
to = "f43-openh264"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f42-openh264"
to = "f42-openh264"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-openh264"
to = "epel9-openh264"
key = "{{ (env == 'production')|ternary('epel-9', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
file_signing_key = "epel-9-ima"
# F43 Perl Side tag (f43-perl)
[[consumer_config.koji_instances.primary.tags]]
from = "f43-perl"
to = "f43-perl"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
# F43 Python Side tag (f43-python)
[[consumer_config.koji_instances.primary.tags]]
from = "f43-python"
to = "f43-python"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
[consumer_config.ostree_refs]
# iot ostree refs
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/aarch64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/devel/x86_64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/devel/aarch64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/stable/aarch64/iot"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f42 silveblue ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
# f43 silveblue ostree refs
[consumer_config.ostree_refs."fedora/43/x86_64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f44 silveblue ostree refs
[consumer_config.ostree_refs."fedora/44/x86_64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# rawhide silveblue ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
# f42 kinoite ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
# f43 kinoite ostree refs
[consumer_config.ostree_refs."fedora/43/x86_64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f44 kinoite ostree refs
[consumer_config.ostree_refs."fedora/44/x86_64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# rawhide kinoite ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
# f42 sericea ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
# f43 sericea ostree refs
[consumer_config.ostree_refs."fedora/43/x86_64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f44 sericea ostree refs
[consumer_config.ostree_refs."fedora/44/x86_64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# rawhide sericea ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
# f42 onyx ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
# f43 onyx ostree refs
[consumer_config.ostree_refs."fedora/43/x86_64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/ppc64le/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f44 onyx ostree refs
[consumer_config.ostree_refs."fedora/44/x86_64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/ppc64le/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# rawhide onyx ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
# f42 cosmic-atomic ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/x86_64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
[consumer_config.ostree_refs."fedora/42/aarch64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
# f43 cosmic-atomic ostree refs
[consumer_config.ostree_refs."fedora/43/x86_64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/x86_64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
[consumer_config.ostree_refs."fedora/43/aarch64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f44 cosmic-atomic ostree refs
[consumer_config.ostree_refs."fedora/44/x86_64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/x86_64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/updates/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
[consumer_config.ostree_refs."fedora/44/aarch64/testing/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# rawhide cosmic-atomic ostree refs
[consumer_config.ostree_refs."fedora/rawhide/aarch64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.ostree_refs."fedora/rawhide/x86_64/cosmic-atomic"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
[consumer_config.coreos]
bucket = "fcos-builds"
{% if env == "staging" %}
# Set key to 'testkey' because in staging we only have one key and
# detecting which key to use based on FCOS version numbers won't work.
key = "testkey"
{% endif %}
[consumer_config.coreos.aws]
access_key = "{{ fcos_builds_releng_aws_access_id }}"
access_secret = "{{ fcos_builds_releng_aws_secret_key }}"
region = "us-east-1"