forked from aws-quickstart/quickstart-github-enterprise
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.taskcat.yml
38 lines (38 loc) · 1.03 KB
/
.taskcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
project:
name: quickstart-github-enterprise
owner: quickstart-eng@amazon.com
package_lambda: false
regions:
- ap-northeast-1
- ap-northeast-2
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- eu-central-1
- eu-west-1
- sa-east-1
- us-east-1
- us-west-1
- us-west-2
s3_bucket: ''
tests:
github:
parameters:
AccessCIDR: 0.0.0.0/0
GHELicense: github-enterprise.ghl
InitialOrganization: quickstart-created-repo
InitialRepository: repo1
InstanceType: c4.2xlarge
KeyPairName: tonynv
LicenseLocation: quickstart-temp-lic
ManagementPassword: $[taskcat_genpass_8]
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
QSS3KeyPrefix: quickstart-github-enterprise/
SiteAdminUserEmail: none@none.com
SiteAdminUserPassword: $[taskcat_genpass_8]
SiteAdminUsername: gitadmin
VPCCIDR: 10.0.0.0/16
VolumeType: io1
ProvisionedIops: '1000'
template: templates/quickstart-github-enterprise-master.template