fedora-image-uploader: Enable GCP image uploads in production
Configure uploading images to Google Cloud. Signed-off-by: Jeremy Cline <jeremycline@linux.microsoft.com>
This commit is contained in:
parent
a982fa3f44
commit
7a64016377
1 changed files with 5 additions and 3 deletions
|
@ -141,15 +141,17 @@ credential_prefix = "QUAY_IO_"
|
|||
{% endif %}
|
||||
|
||||
# Google Cloud Engine
|
||||
{% if env == "staging" %}
|
||||
|
||||
[consumer_config.gcp]
|
||||
{% if env == "staging" %}
|
||||
project = "fedora-cloud-devel"
|
||||
bucket_name = "fedora-cloud-image-upload-devel"
|
||||
{% else %}
|
||||
project = "fedora-cloud"
|
||||
bucket_name = "fedora-cloud-image-upload"
|
||||
{% endif %}
|
||||
storage_locations = ["us"]
|
||||
publish_amqp_messages = true
|
||||
|
||||
{% endif %}
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue