foreman_discovery 15.1.0 → 16.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +10 -3
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  5. data/app/controllers/discovered_hosts_controller.rb +1 -0
  6. data/app/controllers/discovery_rules_controller.rb +1 -1
  7. data/app/models/discovery_rule.rb +1 -1
  8. data/app/models/host/discovered.rb +39 -17
  9. data/app/models/host/managed_extensions.rb +2 -2
  10. data/app/models/setting/discovered.rb +26 -33
  11. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  12. data/app/services/foreman_discovery/host_converter.rb +38 -2
  13. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  14. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  15. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  16. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +2 -0
  17. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  18. data/config/routes.rb +2 -0
  19. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  20. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  21. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  22. data/extra/discover-host +21 -7
  23. data/lib/foreman_discovery/engine.rb +4 -4
  24. data/lib/foreman_discovery/version.rb +1 -1
  25. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/ca/foreman_discovery.edit.po +226 -263
  27. data/locale/ca/foreman_discovery.po +28 -8
  28. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/de/foreman_discovery.edit.po +229 -265
  30. data/locale/de/foreman_discovery.po +31 -11
  31. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/en/foreman_discovery.edit.po +169 -119
  33. data/locale/en/foreman_discovery.po +24 -4
  34. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/en_GB/foreman_discovery.edit.po +237 -266
  36. data/locale/en_GB/foreman_discovery.po +31 -11
  37. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/es/foreman_discovery.edit.po +236 -265
  39. data/locale/es/foreman_discovery.po +30 -10
  40. data/locale/foreman_discovery.pot +110 -84
  41. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/fr/foreman_discovery.edit.po +230 -262
  43. data/locale/fr/foreman_discovery.po +28 -8
  44. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/gl/foreman_discovery.edit.po +221 -261
  46. data/locale/gl/foreman_discovery.po +26 -6
  47. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/it/foreman_discovery.edit.po +221 -261
  49. data/locale/it/foreman_discovery.po +26 -6
  50. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ja/foreman_discovery.edit.po +235 -264
  52. data/locale/ja/foreman_discovery.po +29 -9
  53. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ko/foreman_discovery.edit.po +223 -262
  55. data/locale/ko/foreman_discovery.po +28 -8
  56. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/pt_BR/foreman_discovery.edit.po +233 -264
  58. data/locale/pt_BR/foreman_discovery.po +29 -9
  59. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ru/foreman_discovery.edit.po +227 -265
  61. data/locale/ru/foreman_discovery.po +29 -9
  62. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/sv_SE/foreman_discovery.edit.po +222 -262
  64. data/locale/sv_SE/foreman_discovery.po +27 -7
  65. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_CN/foreman_discovery.edit.po +234 -263
  67. data/locale/zh_CN/foreman_discovery.po +28 -8
  68. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/zh_TW/foreman_discovery.edit.po +223 -261
  70. data/locale/zh_TW/foreman_discovery.po +26 -6
  71. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  72. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  73. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  74. data/test/functional/discovered_hosts_controller_test.rb +15 -6
  75. data/test/integration/discovered_hosts_test.rb +1 -0
  76. data/test/test_helper_discovery.rb +12 -0
  77. data/test/unit/discovered_extensions_test.rb +54 -0
  78. data/test/unit/discovery_attribute_set_test.rb +1 -0
  79. data/test/unit/discovery_rule_test.rb +1 -0
  80. data/test/unit/host_discovered_test.rb +32 -13
  81. data/test/unit/managed_extensions_test.rb +2 -0
  82. metadata +36 -31
@@ -7,10 +7,10 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 15.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -34,6 +34,9 @@ msgstr ""
34
34
  msgid "A summary of discovered hosts"
35
35
  msgstr ""
36
36
 
37
+ msgid "Action with sub plans"
38
+ msgstr ""
39
+
37
40
  msgid "Actions"
38
41
  msgstr "Accions"
39
42
 
@@ -136,6 +139,11 @@ msgstr "Inhabilita"
136
139
  msgid "Disable rule '%s'?"
137
140
  msgstr ""
138
141
 
142
+ msgid "Discovered Host"
143
+ msgid_plural "Discovered Hosts"
144
+ msgstr[0] ""
145
+ msgstr[1] ""
146
+
139
147
  msgid "Discovered Hosts"
140
148
  msgstr ""
141
149
 
@@ -347,6 +355,9 @@ msgstr "Adreça IP"
347
355
  msgid "IP address"
348
356
  msgstr "Adreça IP"
349
357
 
358
+ msgid "IPAM must be configured for subnet '%s'"
359
+ msgstr ""
360
+
350
361
  msgid "IPMI"
351
362
  msgstr ""
352
363
 
@@ -362,6 +373,12 @@ msgstr ""
362
373
  msgid "Image API returned HTTP/%{code} with '%{body}"
363
374
  msgstr ""
364
375
 
376
+ msgid "Import Puppet classes"
377
+ msgstr ""
378
+
379
+ msgid "Import facts"
380
+ msgstr ""
381
+
365
382
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
366
383
  msgstr ""
367
384
 
@@ -578,6 +595,9 @@ msgstr "Expressió regular per a organitzar els objectes d'interès per a la sec
578
595
  msgid "Reloading kernel on %s"
579
596
  msgstr "S'està tornant a carregar el kernel a %s"
580
597
 
598
+ msgid "Remote action:"
599
+ msgstr ""
600
+
581
601
  msgid "Reported in the last 7 days"
582
602
  msgstr "Es va informar en els últims 7 dies"
583
603
 
@@ -677,15 +697,15 @@ msgstr ""
677
697
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
678
698
  msgstr ""
679
699
 
680
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
681
- msgstr "No es pot realitzar kexec a %{name} a través de %{url}: %{msg}"
700
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
701
+ msgstr ""
702
+
703
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
704
+ msgstr ""
682
705
 
683
706
  msgid "Unable to provision %{host}: %{errors}"
684
707
  msgstr "No es pot aprovisionar a %{host}: %{errors}"
685
708
 
686
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
687
- msgstr "No es pot reiniciar %{name} a través de %{url}: %{msg}"
688
-
689
709
  msgid "Update a rule"
690
710
  msgstr "Actualitza una regla"
691
711
 
@@ -1,24 +1,23 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
- # Alexander Stoll <Alexander.Stoll@netways.de>, 2019
6
+ # Crited <Alexander.Stoll@netways.de>, 2019
7
7
  # Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2014
8
8
  # Christina Gurski <Gurski_christina@yahoo.de>, 2015
9
9
  # Ettore Atalan <atalanttore@googlemail.com>, 2014-2017
10
10
  # Lukáš Zapletal, 2015
11
11
  # Martin Zimmermann <martin.zimmermann@gmx.com>, 2018
12
- # simon11 <simon.stieger.98@live.de>, 2014
13
- # simon11 <simon.stieger.98@live.de>, 2014
12
+ # simon11 <transifex@stieger.co>, 2014
13
+ # simon11 <transifex@stieger.co>, 2014
14
14
  # stbenjam <stephen@redhat.com>, 2016
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: foreman_discovery 15.0.0\n"
17
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "POT-Creation-Date: 2019-05-13 15:39+0200\n"
20
- "PO-Revision-Date: 2019-05-09 09:32+0000\n"
21
- "Last-Translator: Alexander Stoll <Alexander.Stoll@netways.de>\n"
19
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
+ "Last-Translator: Transifex Bot <>\n"
22
21
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
23
22
  "MIME-Version: 1.0\n"
24
23
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -30,23 +29,19 @@ msgstr ""
30
29
  msgid "List all discovered hosts"
31
30
  msgstr "Alle entdeckten Hosts auflisten"
32
31
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
34
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
35
33
  msgid "filter results"
36
34
  msgstr "Ergebnisse filtern"
37
35
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
39
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
40
37
  msgid "sort results"
41
38
  msgstr "Ergebnisse sortieren"
42
39
 
43
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
44
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
40
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
45
41
  msgid "paginate results"
46
42
  msgstr "Ergebnisse nummerieren"
47
43
 
48
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
49
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
50
45
  msgid "number of entries per request"
51
46
  msgstr "Anzahl der Einträge pro Anfrage"
52
47
 
@@ -54,8 +49,7 @@ msgstr "Anzahl der Einträge pro Anfrage"
54
49
  msgid "Show a discovered host"
55
50
  msgstr "Entdeckten Host anzeigen"
56
51
 
57
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
58
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
59
53
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
60
54
  msgstr "DHCP-Dateinamensoption (Standardmäßig Grub2/PXELinux)"
61
55
 
@@ -67,6 +61,10 @@ msgstr "Entdeckten Host zum Testen erstellen (verwenden Sie /Fakten zur Erstellu
67
61
  msgid "Provision a discovered host"
68
62
  msgstr "Entdeckten Host bereitstellen"
69
63
 
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
65
+ msgid "required if host is managed and value is not inherited from host group"
66
+ msgstr ""
67
+
70
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
71
69
  msgid "not required if using a subnet with DHCP proxy"
72
70
  msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
@@ -75,82 +73,99 @@ msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
75
73
  msgid "not required if it's a virtual machine"
76
74
  msgstr "nicht erforderlich für eine virtuelle Maschine"
77
75
 
78
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
79
- msgid ""
80
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
78
+ msgstr ""
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
+ msgid "required if host is managed and custom partition has not been defined"
82
+ msgstr ""
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
+ msgid "Host's owner type"
86
+ msgstr ""
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
+ msgid "Host's parameters (array or indexed hash)"
90
+ msgstr ""
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
+ msgid "Name of the parameter"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
+ msgid "Parameter value"
98
+ msgstr ""
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
+ msgid "Type of value"
102
+ msgstr ""
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
81
106
  msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
82
107
 
83
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
84
- msgid ""
85
- "required if value is not inherited from host group or default password in "
86
- "settings"
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
109
+ msgid "required if value is not inherited from host group or default password in settings"
87
110
  msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
88
111
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
90
113
  msgid "Delete a discovered host"
91
114
  msgstr "Entdeckten Host löschen"
92
115
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
94
117
  msgid "Upload facts for a host, creating the host if required"
95
118
  msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
96
119
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
98
- msgid ""
99
- "hash containing facts for the host with minimum set of facts: "
100
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
101
- "eth0 (example in case primary interface is named eth0)"
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
121
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
102
122
  msgstr "Hash, der Fakten für den Host mit minimaler Anzahl an Fakten enthält: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (Beispiel für primäre Schnittstelle mit dem Namen eth0) "
103
123
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
105
125
  msgid "Execute rules against a discovered host"
106
126
  msgstr "Regeln auf einem entdeckten Host anwenden"
107
127
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
109
- #: ../app/controllers/discovered_hosts_controller.rb:159
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
110
129
  msgid "Host %{host} was provisioned with rule %{rule}"
111
130
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
112
131
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
114
133
  msgid "Unable to provision %{host}: %{errors}"
115
134
  msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
116
135
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
118
- #: ../app/controllers/discovered_hosts_controller.rb:166
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
119
137
  msgid "No rule found for host %s"
120
138
  msgstr "Keine Regel gefunden für Host %s"
121
139
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
123
141
  msgid "Execute rules against all currently discovered hosts"
124
142
  msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
125
143
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
127
- #: ../app/controllers/discovered_hosts_controller.rb:172
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
128
145
  msgid "Errors during auto provisioning: %s"
129
146
  msgstr "Fehler bei automatischer Bereitstellung: %s"
130
147
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
132
- #: ../app/controllers/discovered_hosts_controller.rb:175
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
133
149
  msgid "No discovered hosts to provision"
134
150
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
135
151
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
137
153
  msgid "%s discovered hosts were provisioned"
138
154
  msgstr "%s entdeckte Hosts wurden bereitgestellt"
139
155
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
141
157
  msgid "Refreshing the facts of a discovered host"
142
158
  msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
143
159
 
144
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
145
161
  msgid "Rebooting a discovered host"
146
162
  msgstr "Entdeckten Host neu starten"
147
163
 
148
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
149
165
  msgid "Rebooting all discovered hosts"
150
166
  msgstr "Alle entdeckten Hosts neu starten"
151
167
 
152
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
153
- #: ../app/controllers/discovered_hosts_controller.rb:128
168
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
154
169
  msgid "Discovered hosts are rebooting now"
155
170
  msgstr "Entdeckte Hosts werden jetzt neu gestartet"
156
171
 
@@ -175,8 +190,7 @@ msgid "the hostgroup that is used to auto provision a host"
175
190
  msgstr "die Hostgruppe, die zur automatischen Bereitstellung eines Hosts verwendet wird"
176
191
 
177
192
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
178
- msgid ""
179
- "defines a pattern to assign human-readable hostnames to the matching hosts"
193
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
180
194
  msgstr "definiert ein Muster, nach dem einfach lesbare Hostnamen zu übereinstimmenden Hosts zugewiesen werden"
181
195
 
182
196
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -184,8 +198,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
184
198
  msgstr "ermöglicht die Begrenzung der maximal bereitgestellten Hosts pro Regel"
185
199
 
186
200
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
187
- msgid ""
188
- "puts the rules in order, low numbers go first. Must be greater then zero"
201
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
189
202
  msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
190
203
 
191
204
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -224,11 +237,11 @@ msgstr "Keine Entdeckungsregel gefunden, kein Host bereitgestellt (Berechtigunge
224
237
  msgid "No hostgroup associated with rule '%s'"
225
238
  msgstr " Der Regel '%s' ist keine Hostgruppe zugewiesen"
226
239
 
227
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
240
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
228
241
  msgid "Errors during reboot: %s"
229
242
  msgstr "Fehler bei Neustart: %s"
230
243
 
231
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
244
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
232
245
  msgid "No discovered hosts to reboot"
233
246
  msgstr "Keine entdeckten Hosts zum Neustarten"
234
247
 
@@ -236,91 +249,91 @@ msgstr "Keine entdeckten Hosts zum Neustarten"
236
249
  msgid "Successfully provisioned %s"
237
250
  msgstr "%s erfolgreich bereitgestellt"
238
251
 
239
- #: ../app/controllers/discovered_hosts_controller.rb:96
252
+ #: ../app/controllers/discovered_hosts_controller.rb:97
240
253
  msgid "Facts refreshed for %s"
241
254
  msgstr "Fakten für %s erneuert"
242
255
 
243
- #: ../app/controllers/discovered_hosts_controller.rb:98
256
+ #: ../app/controllers/discovered_hosts_controller.rb:99
244
257
  msgid "Failed to refresh facts for %s"
245
258
  msgstr "Fehler beim Aktualisieren von Fakten für %s"
246
259
 
247
- #: ../app/controllers/discovered_hosts_controller.rb:101
260
+ #: ../app/controllers/discovered_hosts_controller.rb:102
248
261
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
249
262
  msgstr "Fehler beim Aktualisieren der Fakten für %{hostname} mit Fehlermeldung %{error_message}"
250
263
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:108
264
+ #: ../app/controllers/discovered_hosts_controller.rb:109
252
265
  msgid "Host of type %s can not be rebooted"
253
266
  msgstr "Host vom Typ %s kann nicht neu gestartet werden"
254
267
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:112
268
+ #: ../app/controllers/discovered_hosts_controller.rb:113
256
269
  msgid "Rebooting host %s"
257
270
  msgstr "Host %s wird neu gestartet"
258
271
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:114
272
+ #: ../app/controllers/discovered_hosts_controller.rb:115
260
273
  msgid "Failed to reboot host %s"
261
274
  msgstr "Fehler beim Neustart von Host %s"
262
275
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:117
276
+ #: ../app/controllers/discovered_hosts_controller.rb:118
264
277
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
265
278
  msgstr "Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_message}"
266
279
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:131
280
+ #: ../app/controllers/discovered_hosts_controller.rb:132
268
281
  msgid "Failed to reboot hosts with error %s"
269
282
  msgstr "Neustart von Hosts fehlgeschlagen mit Fehler %s"
270
283
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:149
284
+ #: ../app/controllers/discovered_hosts_controller.rb:150
272
285
  msgid "Destroyed selected hosts"
273
286
  msgstr "Ausgewählte Hosts gelöscht"
274
287
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:151
288
+ #: ../app/controllers/discovered_hosts_controller.rb:152
276
289
  msgid "The following hosts were not deleted: %s"
277
290
  msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
278
291
 
279
- #: ../app/controllers/discovered_hosts_controller.rb:163
292
+ #: ../app/controllers/discovered_hosts_controller.rb:164
280
293
  msgid "Failed to auto provision host %s: %s"
281
294
  msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
282
295
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:191
296
+ #: ../app/controllers/discovered_hosts_controller.rb:192
284
297
  msgid "Discovered hosts are provisioning now"
285
298
  msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
286
299
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:223
300
+ #: ../app/controllers/discovered_hosts_controller.rb:226
288
301
  msgid "Highlights"
289
302
  msgstr "Hervorhebungen"
290
303
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:223
304
+ #: ../app/controllers/discovered_hosts_controller.rb:226
292
305
  msgid "Storage"
293
306
  msgstr "Speicher"
294
307
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:223
308
+ #: ../app/controllers/discovered_hosts_controller.rb:226
296
309
  msgid "Hardware"
297
310
  msgstr "Hardware"
298
311
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:223
312
+ #: ../app/controllers/discovered_hosts_controller.rb:226
300
313
  msgid "Network"
301
314
  msgstr "Netzwerk"
302
315
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:223
316
+ #: ../app/controllers/discovered_hosts_controller.rb:226
304
317
  msgid "Software"
305
318
  msgstr "Software"
306
319
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:223
320
+ #: ../app/controllers/discovered_hosts_controller.rb:226
308
321
  msgid "IPMI"
309
322
  msgstr "IPMI"
310
323
 
311
- #: ../app/controllers/discovered_hosts_controller.rb:223
324
+ #: ../app/controllers/discovered_hosts_controller.rb:226
312
325
  msgid "Miscellaneous"
313
326
  msgstr "Erweitert"
314
327
 
315
- #: ../app/controllers/discovered_hosts_controller.rb:301
328
+ #: ../app/controllers/discovered_hosts_controller.rb:304
316
329
  msgid "No hosts were found with that id or name"
317
330
  msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
318
331
 
319
- #: ../app/controllers/discovered_hosts_controller.rb:305
332
+ #: ../app/controllers/discovered_hosts_controller.rb:308
320
333
  msgid "No hosts selected"
321
334
  msgstr "Keine Hosts ausgewählt"
322
335
 
323
- #: ../app/controllers/discovered_hosts_controller.rb:311
336
+ #: ../app/controllers/discovered_hosts_controller.rb:314
324
337
  msgid "Something went wrong while selecting hosts - %s"
325
338
  msgstr "Fehler beim Auswählen der Hosts – %s"
326
339
 
@@ -336,21 +349,15 @@ msgstr "Regel deaktiviert"
336
349
  msgid "%s ago"
337
350
  msgstr "vor %s"
338
351
 
339
- #: ../app/helpers/discovered_hosts_helper.rb:14
340
- #: ../app/helpers/discovered_hosts_helper.rb:29
341
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
352
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
342
353
  msgid "Auto Provision"
343
354
  msgstr "Automatisch bereitstellen"
344
355
 
345
- #: ../app/helpers/discovered_hosts_helper.rb:15
346
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
356
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
347
357
  msgid "Refresh facts"
348
358
  msgstr "Fakten aktualisieren"
349
359
 
350
- #: ../app/helpers/discovered_hosts_helper.rb:16
351
- #: ../app/helpers/discovered_hosts_helper.rb:30
352
- #: ../app/models/setting/discovered.rb:26
353
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
360
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
354
361
  msgid "Reboot"
355
362
  msgstr "Neustart"
356
363
 
@@ -358,13 +365,11 @@ msgstr "Neustart"
358
365
  msgid "Back"
359
366
  msgstr "Zurück"
360
367
 
361
- #: ../app/helpers/discovered_hosts_helper.rb:21
362
- #: ../app/helpers/discovered_hosts_helper.rb:35
368
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
363
369
  msgid "Select Action"
364
370
  msgstr "Aktion auswählen"
365
371
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:23
367
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
372
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
368
373
  msgid "Delete %s?"
369
374
  msgstr "%s löschen?"
370
375
 
@@ -384,8 +389,7 @@ msgstr "Löschen"
384
389
  msgid "%s - The following hosts are about to be changed"
385
390
  msgstr "%s - Die folgenden Hosts werden geändert"
386
391
 
387
- #: ../app/helpers/discovered_hosts_helper.rb:46
388
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
392
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
389
393
  msgid "N/A"
390
394
  msgstr "N/A"
391
395
 
@@ -405,12 +409,7 @@ msgstr "Berichtet in den letzten 7 Tagen"
405
409
  msgid "Provision"
406
410
  msgstr "Bereitstellen"
407
411
 
408
- #: ../app/helpers/discovery_rules_helper.rb:26
409
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
410
- #: ../app/views/discovered_hosts/welcome.html.erb:1
411
- #: ../app/views/discovered_hosts/welcome.html.erb:6
412
- #: ../lib/foreman_discovery/engine.rb:158
413
- #: ../lib/foreman_discovery/engine.rb:173
412
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
414
413
  msgid "Discovered Hosts"
415
414
  msgstr "Entdeckte Hosts"
416
415
 
@@ -459,65 +458,62 @@ msgid "must be present."
459
458
  msgstr "muss vorhanden sein."
460
459
 
461
460
  #: ../app/models/discovery_rule.rb:52
462
- msgid ""
463
- "Host group organization %s must also be associated to the discovery rule"
464
- msgid_plural ""
465
- "Host group organizations %s must also be associated to the discovery rule"
461
+ msgid "Host group organization %s must also be associated to the discovery rule"
462
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
466
463
  msgstr[0] ""
467
464
  msgstr[1] ""
468
465
 
469
466
  #: ../app/models/discovery_rule.rb:56
470
467
  msgid "Host group location %s must also be associated to the discovery rule"
471
- msgid_plural ""
472
- "Host group locations %s must also be associated to the discovery rule"
468
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
473
469
  msgstr[0] ""
474
470
  msgstr[1] ""
475
471
 
476
- #: ../app/models/host/discovered.rb:41
472
+ #: ../app/models/host/discovered.rb:40
477
473
  msgid "Fact + prefix"
478
474
  msgstr "Fakt + Prefix"
479
475
 
480
- #: ../app/models/host/discovered.rb:42
476
+ #: ../app/models/host/discovered.rb:41
481
477
  msgid "Random name"
482
478
  msgstr "Zufälliger Name"
483
479
 
484
- #: ../app/models/host/discovered.rb:43
480
+ #: ../app/models/host/discovered.rb:42
485
481
  msgid "MAC-based name"
486
482
  msgstr "Mac-basierter Name"
487
483
 
488
- #: ../app/models/host/discovered.rb:52
484
+ #: ../app/models/host/discovered.rb:55
489
485
  msgid "Invalid facts, must be a Hash"
490
486
  msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
491
487
 
492
- #: ../app/models/host/discovered.rb:57
493
- msgid ""
494
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
495
- "and set hostname"
488
+ #: ../app/models/host/discovered.rb:60
489
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
496
490
  msgstr "Erwartetes discovery_fact '%s' fehlt, primäre Schnittstelle kann nicht gefunden und Hostname nicht eingestellt werden"
497
491
 
498
- #: ../app/models/host/discovered.rb:70
499
- msgid ""
500
- "Invalid facts: hash does not contain a valid value for any of the facts in "
501
- "the discovery_hostname setting: %s"
492
+ #: ../app/models/host/discovered.rb:73
493
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
502
494
  msgstr ""
503
495
 
504
- #: ../app/models/host/discovered.rb:96
496
+ #: ../app/models/host/discovered.rb:100
505
497
  msgid "Facts could not be imported"
506
498
  msgstr "Fakten konnten nicht importiert werden"
507
499
 
508
- #: ../app/models/host/discovered.rb:151
500
+ #: ../app/models/host/discovered.rb:146
509
501
  msgid "Could not get facts from proxy %{url}: %{error}"
510
502
  msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
511
503
 
512
- #: ../app/models/host/discovered.rb:159
513
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
514
- msgstr "%{name} kann nicht über %{url} neu gestartet werden: %{msg}"
504
+ #: ../app/models/host/discovered.rb:160
505
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
506
+ msgstr ""
515
507
 
516
- #: ../app/models/host/discovered.rb:167
517
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
518
- msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
508
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
509
+ msgid "Unable to perform %{action} on %{ips}"
510
+ msgstr ""
511
+
512
+ #: ../app/models/host/discovered.rb:179
513
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
514
+ msgstr ""
519
515
 
520
- #: ../app/models/host/discovered.rb:186
516
+ #: ../app/models/host/discovered.rb:203
521
517
  msgid "Invalid hostname: Could not normalize the hostname"
522
518
  msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
523
519
 
@@ -545,191 +541,183 @@ msgstr "Init RAM kexec URL ist ungültig: '%s'"
545
541
  msgid "Rebuild DNS for %s"
546
542
  msgstr "DNS für %s neu bauen"
547
543
 
548
- #: ../app/models/setting/discovered.rb:19
544
+ #: ../app/models/setting/discovered.rb:17
549
545
  msgid "The default location to place discovered hosts in"
550
546
  msgstr "Standard-Standort, in den entdeckte Hosts platziert werden"
551
547
 
552
- #: ../app/models/setting/discovered.rb:19
548
+ #: ../app/models/setting/discovered.rb:17
553
549
  msgid "Discovery location"
554
550
  msgstr "Entdeckungsort"
555
551
 
556
- #: ../app/models/setting/discovered.rb:20
552
+ #: ../app/models/setting/discovered.rb:18
557
553
  msgid "The default organization to place discovered hosts in"
558
554
  msgstr "Standard-Organisation, in die entdeckte Hosts platziert werden"
559
555
 
560
- #: ../app/models/setting/discovered.rb:20
556
+ #: ../app/models/setting/discovered.rb:18
561
557
  msgid "Discovery organization"
562
558
  msgstr "Entdeckungsorganisation"
563
559
 
564
- #: ../app/models/setting/discovered.rb:21
560
+ #: ../app/models/setting/discovered.rb:19
565
561
  msgid "Fact name to use for primary interface detection"
566
562
  msgstr "Fakt Name zur Verwendung bei der Erkennung der primären Schnittstelle"
567
563
 
568
- #: ../app/models/setting/discovered.rb:21
564
+ #: ../app/models/setting/discovered.rb:19
569
565
  msgid "Interface fact"
570
566
  msgstr "Schnittstellenfakt"
571
567
 
572
- #: ../app/models/setting/discovered.rb:22
573
- msgid ""
574
- "Automatic bond interface (if another interface is detected on the same VLAN "
575
- "via LLDP)"
568
+ #: ../app/models/setting/discovered.rb:20
569
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
576
570
  msgstr ""
577
571
 
578
- #: ../app/models/setting/discovered.rb:22
572
+ #: ../app/models/setting/discovered.rb:20
579
573
  msgid "Create bond interfaces"
580
574
  msgstr ""
581
575
 
582
- #: ../app/models/setting/discovered.rb:23
576
+ #: ../app/models/setting/discovered.rb:21
583
577
  msgid "Clean all reported facts during provisioning (except discovery facts)"
584
578
  msgstr "Alle berichteten Fakten während der Bereitstellung löschen (ausgenommen Entdeckungsfakten)"
585
579
 
586
- #: ../app/models/setting/discovered.rb:23
580
+ #: ../app/models/setting/discovered.rb:21
587
581
  msgid "Clean all facts"
588
582
  msgstr "Alle Fakten löschen"
589
583
 
590
- #: ../app/models/setting/discovered.rb:24
584
+ #: ../app/models/setting/discovered.rb:22
591
585
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
592
586
  msgstr "Liste der Fakten zur Bildung des Hostnamens (durch Kommas getrennt, der erste Eintrag gewinnt)"
593
587
 
594
- #: ../app/models/setting/discovered.rb:24
588
+ #: ../app/models/setting/discovered.rb:22
595
589
  msgid "Hostname facts"
596
590
  msgstr "Hostnamenfakten"
597
591
 
598
- #: ../app/models/setting/discovered.rb:25
599
- msgid ""
600
- "Automatically provision newly discovered hosts, according to the "
601
- "provisioning rules"
592
+ #: ../app/models/setting/discovered.rb:23
593
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
602
594
  msgstr "Neu entdeckte Hosts automatisch bereitstellen gemäß Bereitstellungsregeln"
603
595
 
604
- #: ../app/models/setting/discovered.rb:25
596
+ #: ../app/models/setting/discovered.rb:23
605
597
  msgid "Auto provisioning"
606
598
  msgstr "Automatische Bereitstellung"
607
599
 
608
- #: ../app/models/setting/discovered.rb:26
600
+ #: ../app/models/setting/discovered.rb:24
609
601
  msgid "Automatically reboot or kexec discovered host during provisioning"
610
602
  msgstr "Automatischer Reboot oder kexec endeckter Hosts während der Bereitstellung"
611
603
 
612
- #: ../app/models/setting/discovered.rb:27
604
+ #: ../app/models/setting/discovered.rb:25
613
605
  msgid "The default prefix to use for the host name, must start with a letter"
614
606
  msgstr "Das Standard-Präfix zum Verwenden für den Hostnamen, muss mit einem Buchstaben beginnen"
615
607
 
616
- #: ../app/models/setting/discovered.rb:27
608
+ #: ../app/models/setting/discovered.rb:25
617
609
  msgid "Hostname prefix"
618
610
  msgstr "Hostnamenpräfix"
619
611
 
620
- #: ../app/models/setting/discovered.rb:28
612
+ #: ../app/models/setting/discovered.rb:26
621
613
  msgid "Extra facter columns to show in host lists (separate by comma)"
622
614
  msgstr "Zusätzliche Facter-Spalten zum Anzeigen in Hostlisten (mit Komma getrennt)"
623
615
 
624
- #: ../app/models/setting/discovered.rb:28
616
+ #: ../app/models/setting/discovered.rb:26
625
617
  msgid "Fact columns"
626
618
  msgstr "Faktspalten"
627
619
 
628
- #: ../app/models/setting/discovered.rb:29
620
+ #: ../app/models/setting/discovered.rb:27
629
621
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
630
622
  msgstr ""
631
623
 
632
- #: ../app/models/setting/discovered.rb:29
624
+ #: ../app/models/setting/discovered.rb:27
633
625
  msgid "Highlighted facts"
634
626
  msgstr "Hervorgehobene Fakten"
635
627
 
636
- #: ../app/models/setting/discovered.rb:30
628
+ #: ../app/models/setting/discovered.rb:28
637
629
  msgid "Regex to organize facts for storage section"
638
630
  msgstr "Regex zur Faktensortierung im Speicher-Bereich"
639
631
 
640
- #: ../app/models/setting/discovered.rb:30
632
+ #: ../app/models/setting/discovered.rb:28
641
633
  msgid "Storage facts"
642
634
  msgstr "Speicherfakten"
643
635
 
644
- #: ../app/models/setting/discovered.rb:31
636
+ #: ../app/models/setting/discovered.rb:29
645
637
  msgid "Regex to organize facts for software section"
646
638
  msgstr "Regex zur Faktensortierung im Software-Bereich"
647
639
 
648
- #: ../app/models/setting/discovered.rb:31
640
+ #: ../app/models/setting/discovered.rb:29
649
641
  msgid "Software facts"
650
642
  msgstr "Softwarefakten"
651
643
 
652
- #: ../app/models/setting/discovered.rb:32
644
+ #: ../app/models/setting/discovered.rb:30
653
645
  msgid "Regex to organize facts for hardware section"
654
646
  msgstr "Regex zur Faktensortierung im Hardware-Bereich"
655
647
 
656
- #: ../app/models/setting/discovered.rb:32
648
+ #: ../app/models/setting/discovered.rb:30
657
649
  msgid "Hardware facts"
658
650
  msgstr "Hardwarefakten"
659
651
 
660
- #: ../app/models/setting/discovered.rb:33
652
+ #: ../app/models/setting/discovered.rb:31
661
653
  msgid "Regex to organize facts for network section"
662
654
  msgstr "Regex zur Faktensortierung im Netzwerk-Bereich"
663
655
 
664
- #: ../app/models/setting/discovered.rb:33
656
+ #: ../app/models/setting/discovered.rb:31
665
657
  msgid "Network facts"
666
658
  msgstr "Netzwerkfakten"
667
659
 
668
- #: ../app/models/setting/discovered.rb:34
660
+ #: ../app/models/setting/discovered.rb:32
669
661
  msgid "Regex to organize facts for ipmi section"
670
662
  msgstr "Regex zur Faktensortierung im IMPI-Bereich"
671
663
 
672
- #: ../app/models/setting/discovered.rb:34
664
+ #: ../app/models/setting/discovered.rb:32
673
665
  msgid "IPMI facts"
674
666
  msgstr "IPMI-Fakten"
675
667
 
676
- #: ../app/models/setting/discovered.rb:35
677
- msgid ""
678
- "Automatically generate PXE configuration to pin a newly discovered host to "
679
- "discovery"
668
+ #: ../app/models/setting/discovered.rb:33
669
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
680
670
  msgstr "PXE-Konfiguration automatisch erzeugen, um einen neu entdeckten Host zu einer Entdeckung anzuheften"
681
671
 
682
- #: ../app/models/setting/discovered.rb:35
672
+ #: ../app/models/setting/discovered.rb:33
683
673
  msgid "Lock PXE"
684
674
  msgstr "PXE sperren"
685
675
 
686
- #: ../app/models/setting/discovered.rb:36
676
+ #: ../app/models/setting/discovered.rb:34
687
677
  msgid "PXELinux template to be used when pinning a host to discovery"
688
678
  msgstr ""
689
679
 
690
- #: ../app/models/setting/discovered.rb:36
680
+ #: ../app/models/setting/discovered.rb:34
691
681
  msgid "Locked PXELinux template name"
692
682
  msgstr "Gesperrter PXELinux-Vorlagenname"
693
683
 
694
- #: ../app/models/setting/discovered.rb:37
684
+ #: ../app/models/setting/discovered.rb:35
695
685
  msgid "PXEGrub template to be used when pinning a host to discovery"
696
686
  msgstr ""
697
687
 
698
- #: ../app/models/setting/discovered.rb:37
688
+ #: ../app/models/setting/discovered.rb:35
699
689
  msgid "Locked PXEGrub template name"
700
690
  msgstr ""
701
691
 
702
- #: ../app/models/setting/discovered.rb:38
692
+ #: ../app/models/setting/discovered.rb:36
703
693
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
704
694
  msgstr ""
705
695
 
706
- #: ../app/models/setting/discovered.rb:38
696
+ #: ../app/models/setting/discovered.rb:36
707
697
  msgid "Locked PXEGrub2 template name"
708
698
  msgstr "Gesperrter PXEGrub2-Vorlagenname"
709
699
 
710
- #: ../app/models/setting/discovered.rb:39
700
+ #: ../app/models/setting/discovered.rb:37
711
701
  msgid "Force DNS entries creation when provisioning discovered host"
712
702
  msgstr ""
713
703
 
714
- #: ../app/models/setting/discovered.rb:39
704
+ #: ../app/models/setting/discovered.rb:37
715
705
  msgid "Force DNS"
716
706
  msgstr "DNS erzwingen"
717
707
 
718
- #: ../app/models/setting/discovered.rb:40
719
- msgid ""
720
- "Do not allow to discover existing managed host matching MAC of a "
721
- "provisioning NIC (errors out early)"
708
+ #: ../app/models/setting/discovered.rb:38
709
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
722
710
  msgstr ""
723
711
 
724
- #: ../app/models/setting/discovered.rb:40
712
+ #: ../app/models/setting/discovered.rb:38
725
713
  msgid "Error on existing NIC"
726
714
  msgstr "Fehler auf existierenden NIC"
727
715
 
728
- #: ../app/models/setting/discovered.rb:41
716
+ #: ../app/models/setting/discovered.rb:39
729
717
  msgid "Discovery hostname naming pattern"
730
718
  msgstr ""
731
719
 
732
- #: ../app/models/setting/discovered.rb:41
720
+ #: ../app/models/setting/discovered.rb:39
733
721
  msgid "Type of name generator"
734
722
  msgstr "Typ des Namensgenerators"
735
723
 
@@ -742,19 +730,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
742
730
  msgstr ""
743
731
 
744
732
  #: ../app/services/foreman_discovery/fact_parser.rb:12
745
- msgid ""
746
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
747
- "%{filter}"
733
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
748
734
  msgstr ""
749
735
 
750
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
736
+ #: ../app/services/foreman_discovery/host_converter.rb:47
737
+ msgid "IPAM must be configured for subnet '%s'"
738
+ msgstr ""
739
+
740
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
751
741
  msgid "Image API returned HTTP/%{code} with '%{body}"
752
742
  msgstr "Image API gibt HTTP/%{code} mit '%{body} zurück"
753
743
 
754
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
744
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
755
745
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
756
746
  msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
757
747
 
748
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
749
+ msgid "Discovered Host"
750
+ msgid_plural "Discovered Hosts"
751
+ msgstr[0] ""
752
+ msgstr[1] ""
753
+
758
754
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
759
755
  msgid "No discovered hosts available"
760
756
  msgstr "Keine entdeckten Hosts verfügbar"
@@ -763,25 +759,15 @@ msgstr "Keine entdeckten Hosts verfügbar"
763
759
  msgid "Host"
764
760
  msgstr "Host"
765
761
 
766
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
767
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
768
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
769
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
770
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
762
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
771
763
  msgid "Model"
772
764
  msgstr "Modell"
773
765
 
774
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
775
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
776
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
777
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
766
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
778
767
  msgid "CPUs"
779
768
  msgstr "Anzahl der CPUs:"
780
769
 
781
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
782
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
783
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
784
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
785
771
  msgid "Memory"
786
772
  msgstr "Speicher"
787
773
 
@@ -801,16 +787,11 @@ msgstr "Alle Elemente auf dieser Seite auswählen"
801
787
  msgid "items selected. Uncheck to Clear"
802
788
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
803
789
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
805
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
806
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
807
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
790
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
808
791
  msgid "Name"
809
792
  msgstr "Name"
810
793
 
811
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
812
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
813
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
814
795
  msgid "IP Address"
815
796
  msgstr "IP-Adresse"
816
797
 
@@ -822,13 +803,11 @@ msgstr "Festplattenanzahl"
822
803
  msgid "Disks Size"
823
804
  msgstr "Festplattengröße"
824
805
 
825
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
826
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
827
807
  msgid "Location"
828
808
  msgstr "Standort"
829
809
 
830
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
831
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
832
811
  msgid "Organization"
833
812
  msgstr "Organisation"
834
813
 
@@ -840,8 +819,7 @@ msgstr "Subnetz"
840
819
  msgid "Last Facts Upload"
841
820
  msgstr "Letzter Fakten-Upload"
842
821
 
843
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
844
- #: ../app/views/discovery_rules/index.html.erb:12
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
845
823
  msgid "Actions"
846
824
  msgstr "Aktionen"
847
825
 
@@ -862,9 +840,7 @@ msgid "Provision %s"
862
840
  msgstr "Bereitstellung %s"
863
841
 
864
842
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
865
- msgid ""
866
- "This might take a while, as all hosts, facts and reports will be destroyed "
867
- "as well"
843
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
868
844
  msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
869
845
 
870
846
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -903,20 +879,6 @@ msgstr "IP-Adresse"
903
879
  msgid "Collapse All"
904
880
  msgstr "Alle einklappen"
905
881
 
906
- #: ../app/views/discovered_hosts/welcome.html.erb:7
907
- msgid "No discovered hosts found in this context."
908
- msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
909
-
910
- #: ../app/views/discovered_hosts/welcome.html.erb:8
911
- msgid ""
912
- "This page shows discovered bare-metal or virtual nodes waiting to be "
913
- "provisioned."
914
- msgstr ""
915
-
916
- #: ../app/views/discovered_hosts/welcome.html.erb:9
917
- msgid "Learn more about this in the documentation."
918
- msgstr "Mehr dazu in der Dokumentation."
919
-
920
882
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
921
883
  msgid "Summary report for discovered hosts from Foreman"
922
884
  msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
@@ -925,23 +887,19 @@ msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
925
887
  msgid "<b>Foreman</b> Discovered hosts summary"
926
888
  msgstr "<b>Foreman</b> Zusammenfassung entdeckter Hosts"
927
889
 
928
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
929
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
890
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
930
891
  msgid "Summary from %{time} ago to %{now}"
931
892
  msgstr "Zusammenfassung von %{time} bis %{now}"
932
893
 
933
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
934
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
894
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
935
895
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
936
896
  msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
937
897
 
938
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
939
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
898
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
940
899
  msgid "Disk count"
941
900
  msgstr "Festplattenanzahl"
942
901
 
943
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
944
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
902
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
945
903
  msgid "Disks size"
946
904
  msgstr "Festplattengröße"
947
905
 
@@ -990,41 +948,30 @@ msgid "Rule priority (lower integer means higher priority)"
990
948
  msgstr "Regelpriorität (niedriger Wert bedeutet hohe Priorität)"
991
949
 
992
950
  #: ../app/views/discovery_rules/_template_inline.erb:2
993
- msgid ""
994
- "Specify target hostname template pattern in the same syntax as in "
995
- "Provisioning Templates (ERB)."
951
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
996
952
  msgstr "Vorlagenmuster des Ziel-Hostnamens in derselben Syntax angeben wie in Bereitstellungsvorlagen (ERB)."
997
953
 
998
954
  #: ../app/views/discovery_rules/_template_inline.erb:4
999
- msgid ""
1000
- "Domain will be appended automatically. A hostname based on MAC address will "
1001
- "be used when left blank."
955
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1002
956
  msgstr "Domäne wird automatisch angehängt. Ein Hostname basierend auf der MAC-Adresse wird genutzt, wenn das Feld leer ist."
1003
957
 
1004
958
  #: ../app/views/discovery_rules/_template_inline.erb:5
1005
- msgid ""
1006
- "In addition to @host attribute function rand for random integers is "
1007
- "available. Examples:"
959
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1008
960
  msgstr ""
1009
961
 
1010
962
  #: ../app/views/discovery_rules/_template_inline.erb:8
1011
- msgid ""
1012
- "When creating hostname patterns, make sure the resulting host names are "
1013
- "unique."
963
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1014
964
  msgstr ""
1015
965
 
1016
966
  #: ../app/views/discovery_rules/_template_inline.erb:9
1017
- msgid ""
1018
- "Hostnames must not start with numbers. A good approach is to use unique "
1019
- "information provided by facter (MAC address, BIOS or serial ID)."
967
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1020
968
  msgstr ""
1021
969
 
1022
970
  #: ../app/views/discovery_rules/edit.html.erb:1
1023
971
  msgid "Edit %s"
1024
972
  msgstr "%s bearbeiten"
1025
973
 
1026
- #: ../app/views/discovery_rules/index.html.erb:1
1027
- #: ../lib/foreman_discovery/engine.rb:163
974
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1028
975
  msgid "Discovery Rules"
1029
976
  msgstr "Entdeckungsregeln"
1030
977
 
@@ -1080,22 +1027,39 @@ msgstr "Einer oder mehrere Hosts wurden entdeckt"
1080
1027
  msgid "Details"
1081
1028
  msgstr "Details"
1082
1029
 
1083
- #: ../lib/foreman_discovery/engine.rb:179
1030
+ #: ../lib/foreman_discovery/engine.rb:180
1084
1031
  msgid "Discovery Kexec template"
1085
1032
  msgstr ""
1086
1033
 
1087
- #: ../lib/foreman_discovery/engine.rb:188
1034
+ #: ../lib/foreman_discovery/engine.rb:189
1088
1035
  msgid "Discovery Proxy"
1089
1036
  msgstr "Discovery-Proxy"
1090
1037
 
1091
- #: ../lib/foreman_discovery/engine.rb:189
1092
- msgid ""
1093
- "Discovery Proxy to use within this subnet for managing connection to "
1094
- "discovered hosts"
1038
+ #: ../lib/foreman_discovery/engine.rb:190
1039
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1095
1040
  msgstr ""
1096
1041
 
1097
- #: ../lib/foreman_discovery/engine.rb:190
1098
- msgid ""
1099
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1100
- "discovered hosts"
1042
+ #: ../lib/foreman_discovery/engine.rb:191
1043
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1101
1044
  msgstr ""
1045
+
1046
+ #: action_names.rb:2
1047
+ msgid "Remote action:"
1048
+ msgstr ""
1049
+
1050
+ #: action_names.rb:3
1051
+ msgid "Import Puppet classes"
1052
+ msgstr ""
1053
+
1054
+ #: action_names.rb:4
1055
+ msgid "Import facts"
1056
+ msgstr ""
1057
+
1058
+ #: action_names.rb:5
1059
+ msgid "Action with sub plans"
1060
+ msgstr ""
1061
+
1062
+ #~ msgid "Learn more about this in the documentation."
1063
+ #~ msgstr "Mehr dazu in der Dokumentation."
1064
+ #~ msgid "No discovered hosts found in this context."
1065
+ #~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."