Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit ac8786c

Browse files
committed
Added a separate test for sa-east-1
1 parent 485a7cd commit ac8786c

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

ci/aws-vpc-sa-east-1.json

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
[
2+
{
3+
"ParameterKey": "AvailabilityZones",
4+
"ParameterValue": "sa-east-1b,sa-east-1c"
5+
},
6+
{
7+
"ParameterKey": "CreateAdditionalPrivateSubnets",
8+
"ParameterValue": "false"
9+
},
10+
{
11+
"ParameterKey": "CreatePrivateSubnets",
12+
"ParameterValue": "true"
13+
},
14+
{
15+
"ParameterKey": "NumberOfAZs",
16+
"ParameterValue": "2"
17+
},
18+
{
19+
"ParameterKey": "PrivateSubnet1ACIDR",
20+
"ParameterValue": "10.0.0.0/19"
21+
},
22+
{
23+
"ParameterKey": "PrivateSubnet1BCIDR",
24+
"ParameterValue": "10.0.192.0/21"
25+
},
26+
{
27+
"ParameterKey": "PrivateSubnet2ACIDR",
28+
"ParameterValue": "10.0.32.0/19"
29+
},
30+
{
31+
"ParameterKey": "PrivateSubnet2BCIDR",
32+
"ParameterValue": "10.0.200.0/21"
33+
},
34+
{
35+
"ParameterKey": "PrivateSubnet3ACIDR",
36+
"ParameterValue": "10.0.64.0/19"
37+
},
38+
{
39+
"ParameterKey": "PrivateSubnet3BCIDR",
40+
"ParameterValue": "10.0.208.0/21"
41+
},
42+
{
43+
"ParameterKey": "PrivateSubnet4ACIDR",
44+
"ParameterValue": "10.0.96.0/19"
45+
},
46+
{
47+
"ParameterKey": "PrivateSubnet4BCIDR",
48+
"ParameterValue": "10.0.216.0/21"
49+
},
50+
{
51+
"ParameterKey": "PublicSubnet1CIDR",
52+
"ParameterValue": "10.0.128.0/20"
53+
},
54+
{
55+
"ParameterKey": "PublicSubnet2CIDR",
56+
"ParameterValue": "10.0.144.0/20"
57+
},
58+
{
59+
"ParameterKey": "PublicSubnet3CIDR",
60+
"ParameterValue": "10.0.160.0/20"
61+
},
62+
{
63+
"ParameterKey": "PublicSubnet4CIDR",
64+
"ParameterValue": "10.0.176.0/20"
65+
},
66+
{
67+
"ParameterKey": "VPCCIDR",
68+
"ParameterValue": "10.0.0.0/16"
69+
},
70+
{
71+
"ParameterKey": "VPCTenancy",
72+
"ParameterValue": "default"
73+
}
74+
]

ci/taskcat.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ global:
1313
- eu-central-1
1414
- eu-west-1
1515
- eu-west-2
16-
- sa-east-1
1716
- us-east-1
1817
- us-east-2
1918
- us-west-1
@@ -26,6 +25,11 @@ tests:
2625
vpc-complete:
2726
parameter_input: aws-vpc-complete.json
2827
template_file: aws-vpc.template
28+
vpc-defaults-sa-east-1:
29+
parameter_input: aws-vpc-sa-east-1.json
30+
template_file: aws-vpc.template
31+
regions:
32+
- sa-east-1
2933
vpc-public:
3034
parameter_input: aws-vpc-public.json
3135
template_file: aws-vpc.template

0 commit comments

Comments
 (0)