-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.yaml
More file actions
803 lines (796 loc) · 18.6 KB
/
Copy pathconfig.yaml
File metadata and controls
803 lines (796 loc) · 18.6 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
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
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
---
foreman:
# Based on grep 'foreman::plugin ' puppet-foreman/manifests/plugin/*.pp | cut -d\' -f2
plugins:
ansible:
deb: true
rpm: true
translations: true
github_team: 'theforeman/ansible'
redmine: true
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
azure_rm:
deb: true
rpm: true
translations: true
github_team: 'theforeman/azure'
redmine: azurerm
satellite: true
tests:
github:
Ruby: main.yml
bootdisk:
deb: true
rpm: true
translations: true
github_team: 'theforeman/bootdisk'
redmine: true
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_ci.yaml
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'
redmine: true
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'
redmine: foreman_google
satellite: true
tests:
github:
Ruby: ruby.yml
graphite:
installer: false
deb: true
rpm: true
hdm:
deb: true
rpm: true
github_team: 'theforeman/betadots'
github_org: 'betadots'
tests:
github:
Ruby: ci.yaml
hooks:
deb: true
rpm: true
github_team: 'theforeman/foreman-hooks'
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'
github_team: 'Katello/katello-core'
rpm_directory: 'katello'
redmine: true
satellite: true
tests:
github:
JavaScript: react_tests.yml
Ruby: ruby.yml
kernel_care:
rpm: true
rpm_directory: 'katello'
github_team: 'theforeman/foreman_kernel_care'
tests:
github:
Ruby: unit_tests.yaml
kubevirt:
rpm: true
translations: true
github_team: 'theforeman/kubevirt'
redmine: true
satellite: true
tests:
github:
Ruby: ruby.yml
leapp:
rpm: true
translations: true
github_team: 'theforeman/foreman_leapp'
redmine: true
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
openbolt:
github_org: 'overlookinfra'
deb: true
rpm: true
github_team: 'theforeman/overlookinfra' # also theforeman/betadots
tests:
github:
Ruby: test.yml
omaha:
deb: true
rpm: true
github_team: 'theforeman/omaha'
tests:
github:
Ruby: ci.yml
opennebula:
github_team: 'theforeman/opennebula'
openscap:
rpm: true
translations: true
github_team: 'theforeman/openscap'
redmine: foreman_openscap
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
opentofu:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
installer: true
rpm: true
deb: true
translations: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby.yml
ovirt:
github_org: 'markt-de'
deb: true
rpm: true
github_team: 'theforeman/ovirt'
puppet:
deb: true
rpm: true
translations: true
github_team: 'theforeman/puppet'
redmine: foreman_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'
redmine: foreman_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
resource_quota:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
installer: true
rpm: true
translations: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.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'
redmine: true
tests:
github:
Ruby: ruby_tests.yml
scc_manager:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
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'
redmine: foreman_setup
snapshot_management:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
rpm: true
deb: true
translations: true
tests:
github:
JavaScript: react.yml
Ruby: ruby.yml
statistics:
deb: true
rpm: true
translations: true
github_team: 'theforeman/statistics'
redmine: true
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'
redmine: true
satellite: true
tests:
github:
JavaScript: js_tests.yml
Ruby: ruby_tests.yml
templates:
deb: true
rpm: true
translations: true
github_team: 'theforeman/foreman_templates'
redmine: true
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
github_team: 'RedHatSatellite/foreman_theme_satellite'
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'
redmine: virt-who-configure
satellite: true
tests:
github:
Ruby: ci.yml
vmwareannotations:
installer: false
rpm: true
github_team: 'theforeman/vmware-annotations'
webhooks:
deb: true
rpm: true
translations: true
github_team: 'theforeman/webhooks'
redmine: true
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:
github_team: 'theforeman/bluecat'
installer: false
rpm: true
dhcp_device42:
installer: false
rpm: true
dhcp_dnsmasq:
github_team: 'theforeman/proxy-dnsmasq'
installer: false
deb: true
rpm: true
dhcp_infoblox:
deb: true
rpm: true
github_team: theforeman/proxy-infoblox
satellite: true
dhcp_remote_isc:
deb: true
rpm: true
satellite: true
dns_dnsmasq:
github_team: 'theforeman/proxy-dnsmasq'
installer: false
deb: true
rpm: true
dns_infoblox:
deb: true
rpm: true
github_team: theforeman/proxy-infoblox
satellite: true
dns_powerdns:
github_team: 'theforeman/proxy-dns-plugins'
deb: true
rpm: true
dns_route53:
installer: false
deb: true
rpm: true
github_team: theforeman/proxy-dns-plugins
realm_ad:
name: smart_proxy_realm_ad_plugin
github_team: theforeman/proxy-ad-realm
installer: false
rpm: true
request_forwarder:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
name: smart_proxy_request_forwarder
installer: false
rpm: true
modules:
ansible:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/ansible'
satellite: true
container_gateway:
# Note: not exposed directly in the installer
github_org: 'Katello'
github_team: 'Katello/katello-core'
rpm: true
satellite: true
discovery:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/discovery'
satellite: true
dynflow:
deb: true
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/foreman-tasks'
satellite: true
hdm:
deb: true
rpm: true
github_team: 'theforeman/betadots'
github_org: 'betadots'
monitoring:
deb: true
rpm: true
github_team: 'theforeman/monitoring'
omaha:
deb: true
rpm: true
github_team: 'theforeman/omaha'
openbolt:
deb: true
rpm: true
github_team: 'theforeman/overlookinfra' # also theforeman/betadots
github_org: 'overlookinfra'
puppet_acceptance_tests: 'openbolt'
openscap:
rpm: true
puppet_acceptance_tests: true
github_team: 'theforeman/openscap'
satellite: true
pulp:
# Note: not exposed directly in the installer
rpm: true
github_team: 'theforeman/pulp'
satellite: true
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'
satellite: true
salt:
deb: true
rpm: true
github_team: 'theforeman/salt'
shellhooks:
deb: true
rpm: true
github_team: 'theforeman/webhooks'
satellite: true
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_resource_quota:
github_org: 'ATIX-AG'
github_team: 'theforeman/atix'
installer: true
rpm: true
translations: true
puppet_acceptance_tests: false
foreman_rh_cloud:
github_team: 'theforeman/rh-cloud'
rpm: true
rpm_directory: 'katello'
installer: true
puppet_acceptance_tests: true
satellite: true
translations: true
foreman_salt:
deb: true
rpm: true
installer: false
puppet_acceptance_tests: false
url: 'https://github.com/theforeman/hammer_cli_foreman_salt'
github_team: 'theforeman/salt'
foreman_scc_manager:
github_team: 'theforeman/atix'
github_org: 'ATIX-AG'
rpm: true
rpm_directory: 'katello'
installer: false
puppet_acceptance_tests: false
translations: true
foreman_ssh:
deb: true
rpm: true
# No translations
github_team: theforeman/cli
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'
github_team: 'Katello/cli'
translations: true
satellite: true
installer:
modules:
candlepin:
certs:
dhcp:
dns:
foreman:
foreman_proxy:
foreman_proxy_content:
iop:
katello:
pulpcore:
puppet:
puppetserver_foreman:
tftp:
client:
ansible-foreman_scap_client:
github_team: 'theforeman/openscap'
installer: true
rpm: ansiblerole-foreman_scap_client
rpm_directory: plugins
satellite: true
foreman_scap_client:
github_team: 'theforeman/openscap'
rpm: true
satellite: true
foreman_scap_client_bash:
github_team: 'theforeman/openscap'
rpm: true
foreman_ygg_worker:
github_team: 'theforeman/remote-execution'
rpm: true
satellite: true
katello-pull-transport-migrate:
rpm: true
satellite: true
katello-host-tools:
rpm: true
github_org: 'Katello'
github_team: 'Katello/katello-core'
puppet-foreman_scap_client:
github_team: 'theforeman/openscap'
installer: true
rpm: true
rpm_directory: plugins
satellite: true
libraries:
apipie-bindings:
github_org: Apipie
deb: true
rpm: true
satellite: true
apipie-dsl:
github_org: Apipie
deb: true
rpm: true
satellite: true
apipie-rails:
github_org: Apipie
deb: true
rpm: true
apypie:
github_org: Apipie
github_team: 'Apipie/apypie'
satellite: true
dynflow:
github_org: Dynflow
github_team: 'theforeman/foreman-tasks'
deb: true
rpm: true
satellite: true
foremanctl:
github_team: 'theforeman/foremanctl'
rpm: foremanctl
satellite: true
journald-logger:
deb: true
rpm: true
satellite: true
journald-native:
deb: true
rpm: true
satellite: true
kafo:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
kafo_parsers:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
kafo_wizards:
github_team: 'theforeman/installer'
deb: true
rpm: true
satellite: true
ldap_fluff:
github_team: 'theforeman/ldap-fluff'
rpm: true
satellite: true
tests:
github:
Ruby: ci.yml
obsah:
github_team: 'theforeman/foremanctl'
rpm: python-obsah
satellite: true
safemode:
github_team: 'theforeman/safemode'
rpm: true
satellite: true
pulp_plugins:
# Pulp plugins that integrate with Foreman ecosystem
# Packaged in pulpcore-packaging, not foreman-packaging
smart_proxy:
rpm: true
github_team: 'theforeman/foremanctl'
satellite: true
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"