Temporarily limit node image upload concurrency

One of our providers is struggling with Glance backend tasks after
upload, which causes increasingly lengthy delays for image readiness
the more images we're uploading. Globally reduce our upload
concurrency to the minimum possible of one per builder, for now, in
order to alleviate the delays and increase the chances images will
come ready in that provider.

This can be reverted once the situation has been resolved.

Change-Id: I29daa8f6d2d13055baf74215184ce0987fc20be0
This commit is contained in:
Jeremy Stanley 2023-08-30 20:54:51 +00:00
parent af6c43bce3
commit 9bbe19d4a3

View File

@ -1 +1,2 @@
nodepool_builder_upload_workers: 8
# TODO: revert to "8" once provider ticket #230830-ord-0001227 is addressed
nodepool_builder_upload_workers: 1