-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcommon.yaml
333 lines (308 loc) · 14.5 KB
/
common.yaml
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
---
ntp_server: "ntp.build.mozilla.org"
smtp_relay_host: "smtp1.mail.mdc1.mozilla.com"
# Apple firmware acceptance hash
apple_firmware_acceptance:
Macmini7,1: [ 'MM71.0232.B00' ]
MacBookPro13,3: [ 'VirtualBox' ]
user_groups:
relops:
- mcornmesser
- aerickson
- jmoss
- rcurran
signing:
- ahalberstadt
- bhearsum
- gbustamante
- gbrown
- hneiva
- jcristau
- jlorenzo
cia: []
scriptworker_users:
dep:
depbld1:
home: /builds/dep1
supported_behaviors:
- mac_sign
- mac_sign_and_pkg
- mac_sign_hardened
- mac_sign_and_pkg_hardened
- mac_geckodriver
- mac_single_file
dmg_prefix: "dep1"
worker_id_suffix: "a"
cot_product: "firefox"
widevine_filename: "widevine_dep.crt"
keychain_filename: "dep-signing.keychain"
depbld2:
home: /builds/dep2
supported_behaviors:
- mac_sign
- mac_sign_and_pkg
- mac_sign_hardened
- mac_sign_and_pkg_hardened
- mac_geckodriver
- mac_single_file
dmg_prefix: "dep2"
worker_id_suffix: "b"
cot_product: "firefox"
widevine_filename: "widevine_dep.crt"
keychain_filename: "dep-signing.keychain"
tbbld:
home: /builds/tb-dep
supported_behaviors:
- mac_sign
- mac_sign_and_pkg
- mac_sign_hardened
- mac_sign_and_pkg_hardened
- mac_geckodriver
- mac_single_file
dmg_prefix: "tb"
worker_type_prefix: "tb-"
worker_id_suffix: "tb"
cot_product: "thunderbird"
widevine_filename: "widevine_dep.crt"
keychain_filename: "dep-signing.keychain"
vpnbld:
home: /builds/vpn-dep
supported_behaviors:
- mac_sign_and_pkg_vpn
- mac_sign_hardened
- mac_sign_and_pkg_hardened
dmg_prefix: "vpn"
worker_type_prefix: "vpn-"
worker_id_suffix: "vpn"
cot_product: "mozillavpn"
keychain_filename: "dep-signing.keychain"
tb-prod:
cltbld:
home: /builds/scriptworker
supported_behaviors:
- mac_sign
- mac_sign_and_pkg
- mac_sign_hardened
- mac_sign_and_pkg_hardened
- mac_geckodriver
- mac_single_file
- mac_notarize
- mac_notarize_part_1
- mac_notarize_part_3
dmg_prefix: "prod"
cot_product: "thunderbird"
widevine_filename: "widevine_prod.crt"
keychain_filename: "mozilla.20240328.keychain"
ed_key_filename: "ed25519_privkey"
notarization_users:
- notary1
- notary2
- notary3
- notary4
- notary5
- notary6
- notary7
- notary8
- notary9
- notary10
ff-prod:
cltbld:
home: /builds/scriptworker
supported_behaviors:
- mac_sign
- mac_sign_and_pkg
- mac_sign_hardened
- mac_sign_and_pkg_hardened
- mac_geckodriver
- mac_single_file
- mac_notarize
- mac_notarize_part_1
- mac_notarize_part_3
- mac_notarize_geckodriver
- mac_notarize_single_file
dmg_prefix: "prod"
cot_product: "firefox"
widevine_filename: "widevine_prod.crt"
keychain_filename: "mozilla.20240328.keychain"
ed_key_filename: "ed25519_privkey"
notarization_users:
- notary1
- notary2
- notary3
- notary4
- notary5
- notary6
- notary7
- notary8
- notary9
- notary10
vpn:
cltbld:
home: /builds/scriptworker
supported_behaviors:
- mac_notarize_vpn
- mac_sign_and_pkg_vpn
- mac_sign_hardened
- mac_sign_and_pkg_hardened
dmg_prefix: "prod"
cot_product: "mozillavpn"
keychain_filename: "mozilla.20240328.keychain"
ed_key_filename: "ed25519_privkey"
scriptworker_config:
ff-prod:
taskcluster_scope_prefix: 'project:releng:signing:'
tb_taskcluster_scope_prefix: 'project:comm:thunderbird:releng:signing:'
sign_chain_of_trust: true
verify_chain_of_trust: true
verify_cot_signature: true
worker_type: 'signing-mac-v1'
scriptworker_revision: "b334747f5bc8959ac390695380cb47523aae577a"
scriptworker_scripts_revision: "fc04bb2f17ed752117ef98218e31b7291aad7035"
tb-prod:
tb_taskcluster_scope_prefix: 'project:comm:thunderbird:releng:signing:'
sign_chain_of_trust: true
verify_chain_of_trust: true
verify_cot_signature: true
worker_type: 'tb-signing-mac-v1'
scriptworker_revision: "b334747f5bc8959ac390695380cb47523aae577a"
scriptworker_scripts_revision: "fc04bb2f17ed752117ef98218e31b7291aad7035"
dep:
taskcluster_scope_prefix: 'project:releng:signing:'
tb_taskcluster_scope_prefix: 'project:comm:thunderbird:releng:signing:'
vpn_taskcluster_scope_prefix: 'project:mozillavpn:releng:signing:'
sign_chain_of_trust: false
verify_chain_of_trust: true
verify_cot_signature: false
worker_type: 'depsigning-mac-v1'
scriptworker_revision: "b334747f5bc8959ac390695380cb47523aae577a"
scriptworker_scripts_revision: "fc04bb2f17ed752117ef98218e31b7291aad7035"
vpn:
vpn_taskcluster_scope_prefix: 'project:mozillavpn:releng:signing:'
sign_chain_of_trust: true
verify_chain_of_trust: true
verify_cot_signature: true
worker_type: 'mozillavpn-3-signing-mac'
scriptworker_revision: "b334747f5bc8959ac390695380cb47523aae577a"
scriptworker_scripts_revision: "fc04bb2f17ed752117ef98218e31b7291aad7035"
poller_config:
ff-prod:
user: poller
worker_type: mac-notarization-poller
tb-prod:
user: poller
worker_type: tb-mac-notarization-poller
signingworker_roles:
ff-prod:
nightly:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 6300
sign_with_entitlements: true
verify_mac_signature: true
base_bundle_id: 'org.mozilla.firefox-mac-nightly'
widevine_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
omnija_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
langpack_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
release:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 6300
sign_with_entitlements: true
verify_mac_signature: true
base_bundle_id: 'org.mozilla.firefox-mac-release'
widevine_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
omnija_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
langpack_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
tb-prod:
nightly:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 6300
sign_with_entitlements: true
verify_mac_signature: true
tb_base_bundle_id: 'org.mozilla.thunderbird-mac-nightly'
widevine_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
omnija_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
langpack_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
release:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 6300
sign_with_entitlements: true
verify_mac_signature: true
tb_base_bundle_id: 'org.mozilla.thunderbird-mac-release'
widevine_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
omnija_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
langpack_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
dep:
dep:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 5
sign_with_entitlements: true
verify_mac_signature: false
base_bundle_id: 'org.mozilla.firefox-mac-dep'
tb_base_bundle_id: 'org.mozilla.thunderbird-mac-dep'
vpn_base_bundle_id: 'org.mozilla.macos.FirefoxVPN'
widevine_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
omnija_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
langpack_url: 'https://autograph-external.prod.autograph.services.mozaws.net'
vpn:
release:
apple_asc_provider: 'MozillaCorporation'
notarization_poll_timeout: 6300
sign_with_entitlements: true
verify_mac_signature: true
vpn_base_bundle_id: 'org.mozilla.macos.FirefoxVPN'
widevine_url: 'n/a'
omnija_url: 'n/a'
langpack_url: 'n/a'
all_users:
mcornmesser:
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAgEAgl+gdJm/ugZQJhjWRldBMoijBAxX9aK4djspM+X+59SqdLidnHG7IyOyzniUVa5IgL8ak91v59zgTM4K9VmLdbH1EttiryJ2juYygBClFQC3p7NiHLhtuJOrrMbb7K53I6dJVxui8f3Rj58nV7Y3wvrdmoxKboVYGLNCWcVhEOFpfvr+RftMPfAgOTBgAXqWt3954OGmDLAPVCUruuNrZpFYZ4WBEVsZYFvljXz7eBZCS1HyeYtDDmNECGSKMvyR1C32kGpDfK+I8cngaZAdhUpEYVWJeIQmACUoilgx8A/K0GfPmnncfi3QJUrucFAmA8f87k4PczamTMszmdmOiXVzKCID2DtH/uunTtDe7toIuA2A0fCYeFGkvEgIUAIifhifduJdbvNuVJ/AmEcOAN9PIAzhGQh7WhPRagJeydgtB2hQihRSaVVQgSNUJA8trAQKAArB/cJSZgIu9PED6ZuRzUWpA3HPzVxyx9v73d/c0ZnacF8VP74ucOaqi+z/QUe3dPKg14x4kJQHthPJm8oVS04sWQjRVTyXgcEnHyYiEOhAq5XCd1Pss7hLICKuc9L4/AKMoKpzf2mqPuhfEHJ77MGHXfGFwY08rFpU54wRiO7tyX09w+S1CKImjoz3mjYZu42W6gIyLbCzxbMaV9aRK27Tn/A1j1NBcQvGEn0= rsa-key-20170619
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEA1zBG1hfe9OgISQxo0tQgy9VfTWk81mIadB90aSowIfdUZdGg0qoDKY5JHKMxi1BOwzN/UnEO+PeS3pIRY/2Xr7ywMgnoqYo9mkF/Q0EHnjVwjJxWfza9eEvI0SoBpPu1FlCgk+unzedEaJTc0KzNKEjRxVL4/XXvIgV4U/BukYAEYAsPFWXIvkSNi9GrNrAkKRuXCVOItBQjYGP+hg9vbnGOAmzIzgAmxxxos/LH7+z/59H0Cmm4wgzgm5JCRyIIHueYkHJYswx1crr1KQTooghJf+mGV1Iif+ymVylk2nnsdfQLqYHgSte4BnXV9NZGa1PIGmA/+wHVUfaiXNtjOQ== rsa-key-20170620
jmoss:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB/I95HQM/Wr9XZkQzXfhFSpqmIiGx0fIegDNtkkoOHW [email protected]
aerickson:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVIzgS4A6o6HZ5QoQvYbRz2Ztwdu1saKSFHz2PfvDiLrhbNzrxekJ+KCYIo0KjmxQGbPFfWYmLQCm1ARdqtU2hBTcm/NQrKZDendLwiX1EGBHvrwy4bwdlm72Hp+O1czb8tyvwgJMfVjmwWMG0FTRHunrv8eFyp9AmSlnDP+BQkEii41f7UY8tdZGbYChLKjHz2px2lhKj1jRt879Vy4zLw9l6wjfJ40A88Cf1rfsblfKP7iS5umeGvtqtSDbOU1dbiH73IJci/GTQiptr/Scu7MBMq/clzD/WGC+cIdregaG7AhZLcr4kqpk2lrAWpfRK/LgHa7vYy8XvRHt+oTpF [email protected]
ahalberstadt:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDobzliCCDeAiMIIYD2IrNs1YYYy1jshn/9LKP+D3IM0+ArWiBW8yBaYyhI5Cv2PqxhLhrHyKSuIVRcGTqmugG0cz/iwhL/7Ruedo5Hn+gEtPMgX1Ju9Ya9wckZAtkluqzzBPTebOTh0jevUwNF7bvrQUZu7NTfrCUa3DVWQya65Z7WIwX2SaMOLxXMW+XgX1NUYobav3iamqbNLOGuSNzUpFsQy7yAOaOnMT34wqemNpMndzAEU3ZPM7/XRxDcUTxfbHlNCqzWI2mGqAQz9m4Ssvb59/R7b3+qXyvyKEAKqra/Mu5l5KmT7dH2NH1fTuznR7AjJ4pUlSmM7gNsOQhLmaAFiZ4jKdXvaB4CW162RfhmD7eJQb4sV6mLqRNvjvz14DpKlA+Z7izjuBDWZwZx+9xXSGfpwCaH92zCn09NKbsA6Ghscn1vzrf7a4CfrT8FDAf0Eiqr4DvymRL0OMuUdLg2EO65lMNaPKPcOHyWC9pDPWzD9iKhGyXAOROs0ak= ahal@DESKTOP-BF76SPQ
bhearsum:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOtBhVQFi++zDdhoDzh/eCVrnRwnuUAIzDa5LQr0LBjX [email protected]
gbustamante:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDckeV1kqxcageX4KWL9Shq+sig7tUTYexXmB5dMC3oIAOl5pSYu0f6AOA1xkzlJPRturYJG10O1Kuzv4EY3EyoF+DQG0Gremb+iWdGvZutzGwWSXitcwZZ8bUoq3TADuEdhWDfsyGf3vYlO/IbmoO1Sedc4cD//Xre8q0D1rXWDkV+Ik43WA9qcpIo1pIklS8Y1iT4r6oSC0fFM5ELqyJilZj/gy3vjT8fWSXt6KTIs2Qkc5Ayz5Y7FUlRf9MplzyQKoxKtT+MsaaNoVgKJea/OVnwyFcEvMGZytJZN7GpqSUJO4W9Fp8PQX1bJ5PxjKVcHZ/Pmt9XnmkBAaSpvr5nCSZ1sleO/z5Att6NulUbqUChSKeoFacCyQ7IYwX1myVOFCi4rLrDzCYwPxIjroWh+VuNZoXUUrAL4BFHB7Df2skDsyznm1OqUTqk06TNfCQOf7Xt5DGsw2eAPA5xD0qlOrVBNhOVIVwETNqZSTSvBQgqcIGBh1XbbbJSbi8tww96tXK831hQ+83EASUi3MpMz3ZcoeFVE6P/TMJCiGygRsvgyv4z0AJ1AYi9viWxAfmQVd661k84qiN547GU9A6HwMABsw4p+mg3LsvMtU7ka1aiKwpmIFJq+8HNmBvdYKGXsMwxQwmXpuYgry2yV+2GYn4XbArNz8qPUszxzXZwqQ== Mozilla_key
gbrown:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF7yH96JpXxkCkyPfn0HpJa8bd+tx+IlfhzxihdgBHLK [email protected]
hneiva:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCjfZR0LUC7TDL+VKC63dZ1JGzDBWja+3l0kziyY7nA03bG+XKVsi8vh09d0N0xysdrKnFaW25zMACx1V8yBpOzSgcfOJtBrTR9k6ScsLN3pCsNqlMY3MO0pTxcgTNclqVefsMfoQxHv1OsOve7LI9Po9q6XkjbqoOV2UjoVe0U8GIZSl/nwQmVk/cPzCm/zSutL3vIbH5W4XD8MKPQBM5+iJdMZb+idXRUXEAl1334zitAFe9dy8FzN8EyPk+tTj1lJDj77HWYnNaW1ws+qvhErlH+bD2FqD/fKv9c6LA9RTZsYor9pP40DZ5+E+bx0NUPjmrAAWyHfVUzgz7f2AIZmfrZQkOwjgFA3lmtMuthYh42AnIswzbUSRaRWbGmG68h20twSIpRX1tJR1g97j1wZtL8wFjdceN/cL+41TlPxZXoF34s9I2hVm0ZBgVqz8xj/gp8FFZj35qCnk78HAKxIBQhYzhv6ei28PhRkGlvWYrOXJcr2Wgpc+ELylyEe6ieTzPec2jyGd7vTGtmkLtPBcI/SJDD/kMo1E3CGQI208daXBkWIVEZnRIhqQJJzX+bg54UPARocuEq2sNLdcuuKf5Mq8wvbwaGioNDXYLrRqWtIWPUDoi0E0Stl9Z+ecZoJZqAjKCp6Fyuv7wmsx0LmkVX/t0qL5x3GKTyDfn48w== [email protected]
jcristau:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDD1coEjA0xXcjmJ7H2kJGWGCW4JkK8JMfzogw94t2VZVFEHFx1YSVE00dObjci8387V0QySsrndt8qIFIbUa4vss1+EtfOnd7kbPCXD8EoWJGv9G70OfdV1uMmDF10heZPdj3OmkWfusvGOEYaOQuuz3HQUYT3YO9F+8llFsCIsyeLj7xcAY8pGvYqj0Fh2uJAc72zetqGjvB7PKJmoYphVHLtEnW1OrvDouhk9fJL1SF06Kf0RmkI7N+bBPVcHYczwkLHY13OA0D8szHentG2557lwN/02UzlY25RNjCEBjlC4IIrVRKdgP4aBl/CijIiJ1tN40qp/edAQ0vjYnAN [email protected]
jlorenzo:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEgKAI4ewrAAfxgV1sE5cNwublsALzX3xYGWwU3RLoCa yubikey-mozilla-2022
rcurran:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF1CXyzAMcQKec/QAYuprXjtMAZeSdbxMuJ107DIF45j [email protected]
# from relops_common_keys_2020-09-08.yml
relops:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILB0k0dwdH7h8j+zRPprLFeTgRwkgI6mcjQCeEoaqOY2 Relops ed25519 Key
notary1:
- ssh-rsa AAAA [email protected]
notary2:
- ssh-rsa AAAA [email protected]
notary3:
- ssh-rsa AAAA [email protected]
notary4:
- ssh-rsa AAAA [email protected]
notary5:
- ssh-rsa AAAA [email protected]
notary6:
- ssh-rsa AAAA [email protected]
notary7:
- ssh-rsa AAAA [email protected]
notary8:
- ssh-rsa AAAA [email protected]
notary9:
- ssh-rsa AAAA [email protected]
notary10:
- ssh-rsa AAAA [email protected]
poller:
- ssh-rsa AAAA [email protected]
# Class parameter defaults: most data lookups should take place in profiles
# so use only when necessary
packages::setup::default_bucket: "ronin-puppet-package-repo"
packages::setup::default_s3_domain: "s3-us-west-2.amazonaws.com"
puppet::atboot::smtp_relay_host: "%{hiera('smtp_relay_host')}"