mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
fedora-image-uploader: add configuration for prod container uploading
We've finally ironed out the issues in stage with this, so this is the configuration to enable it in production. This should be rolled out in conjunction with disabling the bash script that currently handles image pushes.
This commit is contained in:
@@ -105,12 +105,42 @@ storage_account_type = "Standard_ZRS"
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
[consumer_config.container]
|
||||
publish_amqp_messages = true
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
Container_Toolbox = "fedora-toolbox"
|
||||
Container_Minimal_Base = "fedora-minimal"
|
||||
Container_Base = "fedora"
|
||||
BaseOS = "eln"
|
||||
Silverblue = "fedora-silverblue"
|
||||
Kinoite = "fedora-kinoite"
|
||||
Onyx = "fedora-onyx"
|
||||
Sericea = "fedora-sericea"
|
||||
bootc = "fedora-bootc"
|
||||
IoT_bootc_base = "fedora-iot"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.stg.fedoraproject.org"
|
||||
credential_prefix = "FEDORA_REGISTRY_"
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
||||
[consumer_config.container.repos]
|
||||
BaseOS = "eln"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "registry.fedoraproject.org"
|
||||
credential_prefix = "FEDORA_REGISTRY_"
|
||||
|
||||
[[consumer_config.container.registries]]
|
||||
url = "quay.io/fedora"
|
||||
credential_prefix = "QUAY_IO_"
|
||||
|
||||
{% endif %}
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
|
||||
Reference in New Issue
Block a user