-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
588 lines (584 loc) · 13.4 KB
/
config.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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
---
foreman:
# Based on grep 'foreman::plugin ' puppet-foreman/manifests/plugin/*.pp | cut -d\' -f2
plugins:
acd:
github_org: 'ATIX-AG'
rpm: true
tests:
github:
JavaScript: javascript_tests.yml
Ruby: ruby_tests.yml
ansible:
deb: true
rpm: true
translations: true
github_team: 'theforeman/ansible'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
azure_rm:
deb: true
rpm: true
translations: true
github_team: 'theforeman/azure'
satellite: true
tests:
github:
Ruby: main.yml
bootdisk:
deb: true
rpm: true
translations: true
github_team: 'theforeman/bootdisk'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_ci.yaml
column_view:
# TODO: drop?
deb: true
rpm: true
concrete:
github_org: 'timogoebel'
installer: false
rpm: true
datacenter:
installer: false
deb: true
rpm: true
github_team: 'theforeman/foreman-datacenter'
default_hostgroup:
deb: true
rpm: true
github_team: 'theforeman/foreman_default_hostgroup'
dhcp_browser:
deb: true
rpm: true
github_team: 'theforeman/dhcp-browser'
discovery:
deb: true
rpm: true
translations: true
github_team: 'theforeman/discovery'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby.yml
dlm:
github_org: 'dm-drogeriemarkt'
rpm: true
tests:
github:
Ruby: ci.yml
expire_hosts:
deb: true
rpm: true
github_team: 'theforeman/expire-hosts'
tests:
github:
Ruby: ci.yml
fog_proxmox:
installer: true
deb: true
rpm: true
github_team: 'theforeman/proxmox'
tests:
github:
Ruby: ci.yml
git_templates:
github_org: 'dm-drogeriemarkt'
rpm: true
tests:
github:
Ruby: ci.yml
google:
deb: true
rpm: true
translations: true
github_team: 'theforeman/google'
satellite: true
tests:
github:
Ruby: ruby.yml
graphite:
installer: false
deb: true
rpm: true
hooks:
deb: true
rpm: true
github_team: 'theforeman/foreman-hooks'
satellite: true
tests:
github:
Ruby: ruby_ci.yml
host_extra_validator:
rpm: true
github_team: 'theforeman/host-extra-validator'
tests:
github:
Ruby: ruby_ci.yml
katello:
name: 'katello'
rpm: true
translations: true
github_org: 'Katello'
rpm_directory: 'katello'
satellite: true
tests:
github:
JavaScript: react_tests.yml
Ruby: ruby.yml
kubevirt:
rpm: true
translations: true
github_team: 'theforeman/kubevirt'
satellite: true
tests:
github:
Ruby: ruby.yml
leapp:
rpm: true
translations: true
github_team: 'theforeman/foreman_leapp'
satellite: true
tests:
github:
JavaScript: js_ci.yml
Ruby: ruby.yml
monitoring:
deb: true
rpm: true
github_team: 'theforeman/monitoring'
tests:
github:
Ruby: ci.yml
netbox:
github_org: 'dm-drogeriemarkt'
rpm: true
tests:
github:
Ruby: ci.yml
omaha:
deb: true
rpm: true
github_team: 'theforeman/omaha'
tests:
github:
Ruby: ci.yml
openscap:
rpm: true
translations: true
github_team: 'theforeman/openscap'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
probing:
github_org: 'adamruzicka'
installer: false
rpm: true
puppet:
deb: true
rpm: true
translations: true
github_team: 'theforeman/puppet'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
puppetdb:
name: 'puppetdb_foreman'
deb: true
rpm: true
github_team: 'theforeman/puppetdb'
tests:
github:
Ruby: ruby_test.yml
remote_execution:
deb: true
rpm: true
puppet_acceptance_tests: 'foreman_rex_cockpit'
translations: true
github_team: 'theforeman/remote-execution'
satellite: true
tests:
github:
JavaScript: js_ci.yml
Ruby: ruby_ci.yml
rescue:
github_org: 'dm-drogeriemarkt'
deb: true
rpm: true
tests:
github:
Ruby: ci.yml
rh_cloud:
rpm: true
rpm_directory: 'katello'
translations: true
github_team: 'theforeman/rh-cloud'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
salt:
deb: true
rpm: true
translations: true
github_team: 'theforeman/salt'
tests:
github:
Ruby: ruby_tests.yml
scc_manager:
github_org: 'ATIX-AG'
rpm: true
rpm_directory: 'katello'
translations: true
tests:
github:
JavaScript: js_tests.yml
Ruby: unit_tests.yaml
setup:
deb: true
rpm: true
translations: true
github_team: 'theforeman/foreman-setup'
snapshot_management:
github_org: 'ATIX-AG'
rpm: true
translations: true
tests:
github:
JavaScript: react.yml
Ruby: ruby.yml
statistics:
deb: true
rpm: true
translations: true
github_team: 'theforeman/statistics'
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
supervisory_authority:
installer: false
rpm: true
github_team: 'theforeman/supervisory_authority'
tests:
github:
Ruby: ci.yml
tasks:
name: foreman-tasks
deb: true
rpm: true
translations: foreman_tasks
github_team: 'theforeman/foreman-tasks'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
templates:
deb: true
rpm: true
translations: true
github_team: 'theforeman/foreman_templates'
satellite: true
tests:
github:
JavaScript: js_ci.yml
Ruby: ruby_ci.yml
theme_satellite:
github_org: 'RedHatSatellite'
deb: false
rpm: true
rpm_directory: 'satellite'
translations: true
satellite: true
tests:
github:
Ruby: main.yml
vault:
github_org: 'dm-drogeriemarkt'
rpm: true
tests:
github:
Ruby: ci.yml
virt_who_configure:
rpm: true
rpm_directory: 'katello'
translations: true
github_team: 'theforeman/virt-who-configure'
tests:
github:
Ruby: ci.yml
vmwareannotations:
installer: false
rpm: true
github_team: 'theforeman/vmware-annotations'
webhooks:
deb: true
rpm: true
github_team: 'theforeman/webhooks'
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ci.yml
wreckingball:
github_org: 'dm-drogeriemarkt'
rpm: true
tests:
github:
Ruby: ci.yml
smart_proxy:
# grep -R 'foreman_proxy::plugin::provider ' puppet-foreman_proxy/manifests/plugin | cut -d\' -f2
providers:
dhcp_bluecat:
installer: false
rpm: true
dhcp_device42:
installer: false
rpm: true
dhcp_dnsmasq:
installer: false
deb: true
rpm: true
dhcp_infoblox:
deb: true
rpm: true
dhcp_remote_isc:
deb: true
rpm: true
dns_dnsmasq:
installer: false
deb: true
rpm: true
dns_infoblox:
deb: true
rpm: true
dns_powerdns:
deb: true
rpm: true
dns_route53:
installer: false
deb: true
rpm: true
realm_ad:
name: smart_proxy_realm_ad_plugin
installer: false
rpm: true
modules:
acd:
github_org: 'ATIX-AG'
rpm: true
ansible:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/ansible'
container_gateway:
# Note: not exposed directly in the installer
github_org: 'Katello'
rpm: true
discovery:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/discovery'
dynflow:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/remote-execution'
monitoring:
deb: true
rpm: true
github_team: 'theforeman/monitoring'
omaha:
deb: true
rpm: true
github_team: 'theforeman/omaha'
openscap:
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/openscap'
probing:
url: 'https://github.com/adamruzicka/smart-proxy-probing'
installer: false
rpm: 'rubygem-smart-proxy-probing'
pulp:
# Note: not exposed directly in the installer
rpm: true
github_team: 'theforeman/pulp'
remote_execution_ssh:
deb: true
rpm: true
# TODO: also remote_execution_script_pull_mqtt
puppet_acceptance_tests: 'remote_execution_script'
github_team: 'theforeman/remote-execution'
salt:
deb: true
rpm: true
github_team: 'theforeman/salt'
shellhooks:
deb: true
rpm: true
github_team: 'theforeman/webhooks'
cli:
# grep ' foreman::cli::plugin' puppet-foreman/manifests/cli/*.pp | cut -d\' -f2
plugins:
foreman_admin:
rpm: true
translations: true
github_team: 'theforeman/cli'
installer: false
puppet_acceptance_tests: false
satellite: true
foreman_ansible:
deb: true
rpm: true
translations: true
github_team: 'theforeman/ansible'
satellite: true
foreman_azure_rm:
rpm: true
url: 'https://github.com/theforeman/hammer_cli_foreman_azure_rm'
translations: true
github_team: 'theforeman/azure'
satellite: true
foreman_bootdisk:
github_team: 'theforeman/bootdisk'
deb: true
rpm: true
translations: true
url: 'https://github.com/theforeman/hammer_cli_foreman_bootdisk'
installer: false
puppet_acceptance_tests: false
satellite: true
foreman_discovery:
deb: true
rpm: true
translations: true
github_team: 'theforeman/discovery'
satellite: true
foreman_google:
deb: true
rpm: true
translations: true
github_team: 'theforeman/google'
satellite: true
foreman_kubevirt:
rpm: true
puppet_acceptance_tests: true
translations: true
github_team: 'theforeman/kubevirt'
satellite: true
foreman_leapp:
rpm: true
github_team: 'theforeman/foreman_leapp'
installer: false
puppet_acceptance_tests: false
satellite: true
translations: true
foreman_openscap:
rpm: true
url: 'https://github.com/theforeman/hammer_cli_foreman_openscap'
puppet_acceptance_tests: true
translations: true
github_team: 'theforeman/openscap'
satellite: true
foreman_puppet:
deb: true
rpm: true
translations: true
github_team: 'theforeman/puppet'
satellite: true
foreman_remote_execution:
deb: true
rpm: true
url: 'https://github.com/theforeman/hammer_cli_foreman_remote_execution'
translations: true
github_team: 'theforeman/remote-execution'
satellite: true
foreman_rh_cloud:
github_team: 'theforeman/rh-cloud'
rpm: true
rpm_directory: 'katello'
installer: true
puppet_acceptance_tests: true
satellite: true
translations: true
foreman_scc_manager:
github_org: 'ATIX-AG'
rpm: true
rpm_directory: 'katello'
installer: false
puppet_acceptance_tests: false
foreman_ssh:
deb: true
rpm: true
# No translations
foreman_tasks:
deb: true
rpm: true
translations: true
github_team: 'theforeman/foreman-tasks'
satellite: true
foreman_templates:
deb: true
rpm: true
translations: true
github_team: 'theforeman/foreman_templates'
satellite: true
foreman_virt_who_configure:
rpm: true
rpm_directory: 'katello'
puppet_acceptance_tests: true
translations: true
github_team: 'theforeman/virt-who-configure'
satellite: true
foreman_webhooks:
deb: true
rpm: true
translations: true
github_team: 'theforeman/webhooks'
satellite: true
katello:
rpm: true
rpm_directory: 'katello'
github_org: 'Katello'
translations: true
satellite: true
installer:
modules:
candlepin:
certs:
dhcp:
dns:
foreman:
foreman_proxy:
foreman_proxy_content:
git:
katello:
pulpcore:
puppet:
puppetserver_foreman:
qpid:
tftp:
auxiliary:
foreman-documentation:
description: "Official Katello documentation"
forklift:
description: "Tooling to deploy Foreman, primarily in test and development environments"
theforeman.org:
description: "Official website, including the official manual"