Skip to content

Commit 1ac163e

Browse files
agrareFryguy
authored andcommitted
Merge pull request #484 from jaywcarman/add_new_vpc_regions
Add new VPC regions (cherry picked from commit b002d0b)
1 parent 13ddf03 commit 1ac163e

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
lines changed

config/vpc_regions.yml

+28-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,41 @@
11
---
2-
us-south:
3-
:name: us-south
4-
:hostname: us-south.iaas.cloud.ibm.com
5-
:description: US South (Dallas)
6-
us-east:
7-
:name: us-east
8-
:hostname: us-east.iaas.cloud.ibm.com
9-
:description: US East (Washington DC)
2+
au-syd:
3+
:name: au-syd
4+
:hostname: au-syd.iaas.cloud.ibm.com
5+
:description: Australia (Sydney)
6+
br-sao:
7+
:name: br-sao
8+
:hostname: br-sao.iaas.cloud.ibm.com
9+
:description: Brazil (São Paulo)
1010
ca-tor:
1111
:name: ca-tor
1212
:hostname: ca-tor.iaas.cloud.ibm.com
1313
:description: Canada (Toronto)
14-
eu-gb:
15-
:name: eu-gb
16-
:hostname: eu-gb.iaas.cloud.ibm.com
17-
:description: United Kingdom (London)
1814
eu-de:
1915
:name: eu-de
2016
:hostname: eu-de.iaas.cloud.ibm.com
2117
:description: EU Germany (Frankfurt)
22-
jp-tok:
23-
:name: jp-tok
24-
:hostname: jp-tok.iaas.cloud.ibm.com
25-
:description: Japan (Tokyo)
18+
eu-es:
19+
:name: eu-es
20+
:hostname: eu-es.iaas.cloud.ibm.com
21+
:description: EU Spain (Madrid)
22+
eu-gb:
23+
:name: eu-gb
24+
:hostname: eu-gb.iaas.cloud.ibm.com
25+
:description: United Kingdom (London)
2626
jp-osa:
2727
:name: jp-osa
2828
:hostname: jp-osa.iaas.cloud.ibm.com
2929
:description: Japan (Osaka)
30-
au-syd:
31-
:name: au-syd
32-
:hostname: au-syd.iaas.cloud.ibm.com
33-
:description: Australia (Sydney)
30+
jp-tok:
31+
:name: jp-tok
32+
:hostname: jp-tok.iaas.cloud.ibm.com
33+
:description: Japan (Tokyo)
34+
us-east:
35+
:name: us-east
36+
:hostname: us-east.iaas.cloud.ibm.com
37+
:description: US East (Washington DC)
38+
us-south:
39+
:name: us-south
40+
:hostname: us-south.iaas.cloud.ibm.com
41+
:description: US South (Dallas)

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)