From a285532571f340847413c5c94cd60a84075f37b5 Mon Sep 17 00:00:00 2001 From: David Duncan Date: Tue, 19 Oct 2021 05:58:14 -0700 Subject: [PATCH] cloud: include additional regions in the fedimg configuration --- roles/fedimg/templates/fedimg-conf.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/fedimg/templates/fedimg-conf.toml b/roles/fedimg/templates/fedimg-conf.toml index ddd9250725..cc0d7a5a2d 100644 --- a/roles/fedimg/templates/fedimg-conf.toml +++ b/roles/fedimg/templates/fedimg-conf.toml @@ -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]