cloud: include additional regions in the fedimg configuration

This commit is contained in:
David Duncan 2021-10-19 05:58:14 -07:00
parent 552b228845
commit a285532571

View file

@ -19,10 +19,11 @@ bucket_name = 'fedora-s3-bucket-fedimg-test'
bucket_name = 'fedora-s3-bucket-fedimg'
{% endif %}
base_region = 'us-east-1'
regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2',
'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2',
'us-west-1', 'eu-central-1', 'ap-northeast-1', 'ca-central-1',
'eu-west-2', 'eu-west-3', 'af-south-1']
regions = [ 'af-south-1', 'eu-north-1', 'ap-south-1', 'eu-west-3', 'eu-west-2',
'eu-south-1', 'eu-west-1', 'ap-northeast-3', 'ap-northeast-2', 'me-south-1',
'ap-northeast-1', 'sa-east-1', 'ca-central-1', 'ap-east-1', 'ap-southeast-1',
'ap-southeast-2', 'eu-central-1', 'us-east-1', 'us-east-2', 'us-west-1',
'us-west-2' ]
volume_types = ['standard', 'gp2']
[rackspace]