Skip to content

Commit 9ba15c8

Browse files
committed
Add new VPC regions
1 parent d7fdf95 commit 9ba15c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config/vpc_regions.yml

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ au-syd:
33
:name: au-syd
44
:hostname: au-syd.iaas.cloud.ibm.com
55
:description: Australia (Sydney)
6+
br-sao:
7+
:name: br-sao
8+
:hostname: br-sao.iaas.cloud.ibm.com
9+
:description: Brazil (São Paulo)
610
ca-tor:
711
:name: ca-tor
812
:hostname: ca-tor.iaas.cloud.ibm.com
@@ -11,6 +15,10 @@ eu-de:
1115
:name: eu-de
1216
:hostname: eu-de.iaas.cloud.ibm.com
1317
:description: EU Germany (Frankfurt)
18+
eu-es:
19+
:name: eu-es
20+
:hostname: eu-es.iaas.cloud.ibm.com
21+
:description: EU Spain (Madrid)
1422
eu-gb:
1523
:name: eu-gb
1624
:hostname: eu-gb.iaas.cloud.ibm.com

spec/models/manageiq/providers/ibm_cloud/vpc/cloud_manager_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
end
1414

1515
it "verifies regions options" do
16-
expect(described_class.provider_region_options.count).to eq(8)
16+
expect(described_class.provider_region_options.count).to eq(10)
1717
end
1818

1919
it "does not create orphaned network_manager" do

0 commit comments

Comments
 (0)