From 8b776bcf1c7fc02cc35a077dd3c35d1e9d9620e1 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 26 Apr 2018 01:00:40 +0530 Subject: [PATCH] fedimg: Add the newer 3 regions Signed-off-by: Sayan Chowdhury --- roles/fedimg/templates/fedimg-conf.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/fedimg/templates/fedimg-conf.toml b/roles/fedimg/templates/fedimg-conf.toml index 0cda9831f5..24a67337b9 100644 --- a/roles/fedimg/templates/fedimg-conf.toml +++ b/roles/fedimg/templates/fedimg-conf.toml @@ -21,7 +21,8 @@ bucket_name = 'fedora-s3-bucket-fedimg' 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'] + 'us-west-1', 'eu-central-1', 'ap-northeast-1', 'ca-central-1', + 'eu-west-2', 'eu-west-3'] volume_types = ['standard', 'gp2'] [rackspace]