-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpipeline.conf
More file actions
148 lines (115 loc) · 4.08 KB
/
Copy pathpipeline.conf
File metadata and controls
148 lines (115 loc) · 4.08 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
###############################################################################
###############################################################################
##
## Config Params
##
###############################################################################
###############################################################################
[CONFIG_PARAMS]
##
##-----------------------------------------------------------------------------
##
## General Project Settings - customize
##
## EnvironmentName one of:
##
## ["dev", "staging", "uat", "qa", "test", "prod", "mgmt"]
##
##-----------------------------------------------------------------------------
##
EnvironmentName: dev
ProjectName: [YOUR PROJECT NAME]
SystemNumber: [PROJECT NUMBER]
Region: us-east-1
AdminEmail: [YOUR EMAIL]
GithubUsername: [YOUR GIT USERNAME]
GithubRepoName: [YOUR GIT REPO NAME]
GithubRepoBranch: [YOUR GIT REPO BRANCH]
##
##-----------------------------------------------------------------------------
##
## DNS settings - add a domain to create a Route53 Hosted Zone for your domain
##
##-----------------------------------------------------------------------------
##
HostedDomain : ""
##
##-----------------------------------------------------------------------------
##
## Auth0 Settings - customize (required)
##
##-----------------------------------------------------------------------------
##
Auth0Domain: [YOUR AUTH0 DOMAIN]
##
##-----------------------------------------------------------------------------
##
## Staging, storage & artifact Settings - customize if necessary
##
##-----------------------------------------------------------------------------
##
BuildArtifactPath: build_artifacts
BuildArtifactZipName: build_artifacts.zip
BucketVersionStatus: Suspended
##
##-----------------------------------------------------------------------------
## optional: provide a KMS key for encrypting artifacts in S3
##-----------------------------------------------------------------------------
##
KMSKeyARN: NO_VALUE
##
##-----------------------------------------------------------------------------
##
## Development & Code Settings - customize if necessary
##
##-----------------------------------------------------------------------------
##
HTTPCloneUrl: https://github.com/${CONFIG_PARAMS:GithubUsername}/${CONFIG_PARAMS:GithubRepoName}.git
CodeBuildEnvType: LINUX_CONTAINER
CodeBuildComputeType: BUILD_GENERAL1_SMALL
CodeBuildImage: "aws/codebuild/amazonlinux2-x86_64-standard:3.0"
CodeBuildSpecFile: pipeline/buildspec.yml
CodeBuildTimeout: 20
CodeBuildSourceType: GITHUB
RepoName: ${CONFIG_PARAMS:GithubUsername}/${CONFIG_PARAMS:GithubRepoName}
RepoBranch: ${CONFIG_PARAMS:GithubRepoBranch}
PipelineStackName: ${CONFIG_PARAMS:ProjectName}-${CONFIG_PARAMS:EnvironmentName}-${CONFIG_PARAMS:SystemNumber}-pipeline
##
##-----------------------------------------------------------------------------
##
## ENV paths - don't customize
##
##-----------------------------------------------------------------------------
##
EnvBasePath: env/aws
PipelineEnvPath: ${CONFIG_PARAMS:EnvBasePath}/pipeline_env.sh
###############################################################################
###############################################################################
##
## Config Paths -- DO NOT CUSTOMIZE
##
###############################################################################
###############################################################################
[CONFIG_PATHS]
##
## ---------------------------------------------------------------------------
## paths to parameter files - don't customize
##
##
## ---------------------------------------------------------------------------
##
ParameterPath: [
"infra/aws/params",
"env/aws"
]
##
## ---------------------------------------------------------------------------
##
## OutputPath - optional
##
## if output path is not given, the configurator will write updates in place
## else, configurator will write files locally in the configured path
##
## ---------------------------------------------------------------------------
##
#OutputPath: .secrets/output/