Skip to content

Commit 18dfdf2

Browse files
committed
Base content
1 parent aab875d commit 18dfdf2

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

ci/taskcat.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
global:
2+
3+
qsname: qs-workshop
4+
regions:
5+
- ap-southeast-1
6+
- ap-southeast-2
7+
- eu-central-1
8+
- eu-west-1
9+
- us-east-1
10+
- us-west-1
11+
- us-west-2
12+
reporting: true
13+
tests:
14+
lab-master-vpc:
15+
parameter_input: workshop_input.json
16+
template_file: master.template.yaml
17+
regions:
18+
- us-west-2

ci/workshop_input.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"ParameterKey": "AvailabilityZones",
4+
"ParameterValue": "$[taskcat_getaz_2]"
5+
},
6+
{
7+
"ParameterKey": "EmailAddress",
8+
"ParameterValue": "[email protected]"
9+
},
10+
{
11+
"ParameterKey": "KeyPairName",
12+
"ParameterValue": "YOUR-KEYPAIR-HERE"
13+
},
14+
{
15+
"ParameterKey": "RemoteAccessCIDR",
16+
"ParameterValue": "0.0.0.0/0"
17+
},
18+
{
19+
"ParameterKey": "WebserverCIDR",
20+
"ParameterValue": "0.0.0.0/0"
21+
},
22+
{
23+
"ParameterKey": "QSS3KeyPrefix",
24+
"ParameterValue": "qs-workshop/"
25+
},
26+
{
27+
"ParameterKey": "QSS3BucketName",
28+
"ParameterValue": "$[taskcat_autobucket]"
29+
}
30+
]

templates/workshop.template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# See lab instructions

0 commit comments

Comments
 (0)