foreman_discovery 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +12 -3
- data/app/models/host/discovered.rb +28 -25
- data/app/models/host/managed_extensions.rb +24 -3
- data/app/services/foreman_discovery/host_converter.rb +16 -2
- data/app/services/foreman_discovery/node_api/node_resource.rb +117 -0
- data/app/services/foreman_discovery/node_api/power.rb +57 -0
- data/{lib → app/services}/foreman_discovery/proxy_operations.rb +0 -0
- data/app/views/foreman_discovery/redhat_kexec.erb +44 -0
- data/db/seeds.d/50_discovery_templates.rb +18 -0
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/de/foreman_discovery.po +146 -64
- data/locale/en_GB/foreman_discovery.po +146 -64
- data/locale/es/foreman_discovery.po +146 -64
- data/locale/foreman_discovery.pot +97 -41
- data/locale/fr/foreman_discovery.po +146 -64
- data/locale/gl/foreman_discovery.po +100 -59
- data/locale/it/foreman_discovery.po +106 -59
- data/locale/ja/foreman_discovery.po +132 -61
- data/locale/ko/foreman_discovery.po +104 -58
- data/locale/pt_BR/foreman_discovery.po +106 -59
- data/locale/ru/foreman_discovery.po +152 -66
- data/locale/sv_SE/foreman_discovery.po +103 -59
- data/locale/zh_CN/foreman_discovery.po +104 -58
- data/locale/zh_TW/foreman_discovery.po +104 -58
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +30 -11
- data/test/functional/discovered_hosts_controller_test.rb +30 -26
- data/test/unit/discovered_extensions_test.rb +8 -8
- metadata +10 -34
- data/app/views/api/v2/discovered_hosts/auto_provision.json.rabl +0 -3
- data/app/views/api/v2/discovered_hosts/auto_provision_all.json.rabl +0 -3
- data/locale/Makefile +0 -62
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.pox +0 -40
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.pox +0 -0
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.pox +0 -41
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.pox +0 -69
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.pox +0 -21
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.pox +0 -0
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.pox +0 -29
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.pox +0 -189
- data/locale/messages.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.pox +0 -0
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.pox +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zanata.xml +0 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.pox +0 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.pox +0 -23
@@ -37,7 +37,7 @@ module ForemanDiscovery
|
|
37
37
|
|
38
38
|
initializer 'foreman_discovery.register_plugin', :after=> :finisher_hook do |app|
|
39
39
|
Foreman::Plugin.register :foreman_discovery do
|
40
|
-
requires_foreman '>= 1.
|
40
|
+
requires_foreman '>= 1.9.0'
|
41
41
|
|
42
42
|
# discovered hosts permissions
|
43
43
|
security_block :discovery do
|
@@ -1,7 +1,7 @@
|
|
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 package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Arnold Bechtoldt <mail@arnoldbechtoldt.com>, 2014
|
7
7
|
# Christina Gurski <Gurski_christina@yahoo.de>, 2015
|
@@ -11,15 +11,15 @@
|
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
13
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
14
|
-
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2015-
|
14
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
15
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
16
16
|
"PO-Revision-Date: 2015-08-10 10:06+0000\n"
|
17
17
|
"Last-Translator: Lukáš Zapletal\n"
|
18
18
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
19
|
+
"Language: de\n"
|
19
20
|
"MIME-Version: 1.0\n"
|
20
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
21
22
|
"Content-Transfer-Encoding: 8bit\n"
|
22
|
-
"Language: de\n"
|
23
23
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
24
24
|
|
25
25
|
msgid "%s - The following hosts are about to be changed"
|
@@ -43,11 +43,12 @@ msgstr "Automatische Bereitstellung"
|
|
43
43
|
msgid "Auto Provision All"
|
44
44
|
msgstr "Alle automatisch bereitstellen"
|
45
45
|
|
46
|
-
msgid ""
|
47
|
-
"Automatically provision newly discovered hosts, according to the "
|
48
|
-
"provisioning rules"
|
46
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
49
47
|
msgstr "Automatisch neu entdeckte Hosts gemäß den Bereitstellungsregeln bereitstellen"
|
50
48
|
|
49
|
+
msgid "Automatically reboot discovered host during provisioning"
|
50
|
+
msgstr ""
|
51
|
+
|
51
52
|
msgid "CPUs"
|
52
53
|
msgstr "CPUs"
|
53
54
|
|
@@ -57,8 +58,8 @@ msgstr "Abbrechen"
|
|
57
58
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
58
59
|
msgstr "Konnte keine Facts von Proxy %{url} empfangen: %{error}"
|
59
60
|
|
60
|
-
msgid "Create a discovered host"
|
61
|
-
msgstr "
|
61
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
62
|
+
msgstr ""
|
62
63
|
|
63
64
|
msgid "Create a discovery rule"
|
64
65
|
msgstr "Eine Entdeckungsregel erstellen"
|
@@ -87,9 +88,6 @@ msgstr "Deaktivieren"
|
|
87
88
|
msgid "Disable rule?"
|
88
89
|
msgstr "Regel deaktivieren?"
|
89
90
|
|
90
|
-
msgid "Discovered Host Pool"
|
91
|
-
msgstr "Entdeckter Host-Pool"
|
92
|
-
|
93
91
|
msgid "Discovered host: %s"
|
94
92
|
msgstr "Entdeckter Host: %s"
|
95
93
|
|
@@ -99,15 +97,12 @@ msgstr "Entdeckte Hosts"
|
|
99
97
|
msgid "Discovered hosts are provisioning now"
|
100
98
|
msgstr "Entdeckte Hosts werden jetzt bereitgestellt"
|
101
99
|
|
102
|
-
msgid "
|
103
|
-
msgstr "
|
100
|
+
msgid "Discovered hosts are rebooting now"
|
101
|
+
msgstr ""
|
104
102
|
|
105
|
-
msgid "Discovery
|
103
|
+
msgid "Discovery Rules"
|
106
104
|
msgstr "Entdeckungsregeln"
|
107
105
|
|
108
|
-
msgid "Discovery widget"
|
109
|
-
msgstr "Entdeckungs-Widget"
|
110
|
-
|
111
106
|
msgid "DiscoveryRule|Enabled"
|
112
107
|
msgstr "Aktiviert"
|
113
108
|
|
@@ -126,10 +121,7 @@ msgstr "Festplattenanzahl"
|
|
126
121
|
msgid "Disks size"
|
127
122
|
msgstr "Festplattengröße"
|
128
123
|
|
129
|
-
msgid ""
|
130
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
131
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
132
|
-
"random integers is available. Examples:"
|
124
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
133
125
|
msgstr "Domäne wird automatisch angefügt. Bei Freilassung wird ein auf einer MAC-Adresse basierender Hostname verwendet. Zusätzlich zum @host-Attribut ist die Funktion \"rand\" für Random Integers verfügbar. Beispiele:"
|
134
126
|
|
135
127
|
msgid "Edit Discovery Rule"
|
@@ -144,15 +136,27 @@ msgstr "Regel aktivieren?"
|
|
144
136
|
msgid "Errors during auto provisioning: %s"
|
145
137
|
msgstr "Fehler bei der automatischen Bereitstellung: %s"
|
146
138
|
|
139
|
+
msgid "Errors during reboot: %s"
|
140
|
+
msgstr ""
|
141
|
+
|
147
142
|
msgid "Execute rules against a discovered host"
|
148
143
|
msgstr "Anwenden der Regeln auf alle entdeckten Hosts"
|
149
144
|
|
150
145
|
msgid "Execute rules against all currently discovered hosts"
|
151
146
|
msgstr "Anwenden der Regeln auf alle gegenwärtig entdeckten Hosts"
|
152
147
|
|
148
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
152
|
+
msgstr ""
|
153
|
+
|
153
154
|
msgid "Fact"
|
154
155
|
msgstr "Fakt"
|
155
156
|
|
157
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
158
|
+
msgstr ""
|
159
|
+
|
156
160
|
msgid "Facts discovered on this host"
|
157
161
|
msgstr "Auf diesem Host entdeckte Fakten"
|
158
162
|
|
@@ -162,12 +166,6 @@ msgstr "Fakten für %s erneuert"
|
|
162
166
|
msgid "Failed to auto provision host %s: %s"
|
163
167
|
msgstr "Fehler bei der automatischen Bereitstellung von Host %s: %s"
|
164
168
|
|
165
|
-
msgid "Failed to import facts for discovered host"
|
166
|
-
msgstr "Importieren von Fakten für entdeckten Host fehlgeschlagen"
|
167
|
-
|
168
|
-
msgid "Failed to import facts for discovered host: %s"
|
169
|
-
msgstr "Importieren von Fakten für entdeckten Host fehlgeschlagen: %s"
|
170
|
-
|
171
169
|
msgid "Failed to reboot host %s"
|
172
170
|
msgstr "Neustart von Host %s fehlgeschlagen"
|
173
171
|
|
@@ -186,6 +184,16 @@ msgstr "Host %{host} wurde mit Regel %{rule} bereitgestellt"
|
|
186
184
|
msgid "Host group"
|
187
185
|
msgstr "Hostgruppe"
|
188
186
|
|
187
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
188
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
189
|
+
msgstr[0] ""
|
190
|
+
msgstr[1] ""
|
191
|
+
|
192
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
193
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
194
|
+
msgstr[0] ""
|
195
|
+
msgstr[1] ""
|
196
|
+
|
189
197
|
msgid "Host of type %s can not be rebooted"
|
190
198
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
191
199
|
|
@@ -201,18 +209,12 @@ msgstr "Hosts/Limit"
|
|
201
209
|
msgid "IP Address"
|
202
210
|
msgstr "IP-Adresse"
|
203
211
|
|
204
|
-
msgid "
|
205
|
-
msgstr "
|
212
|
+
msgid "Incompatible version of puppet fact parser"
|
213
|
+
msgstr ""
|
206
214
|
|
207
215
|
msgid "Invalid facts, must be a Hash"
|
208
216
|
msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
|
209
217
|
|
210
|
-
msgid "Invalid facts: hash does not contain IP address"
|
211
|
-
msgstr "Ungültige Fakten: Hash enthält keine IP-Adresse"
|
212
|
-
|
213
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
214
|
-
msgstr "Ungültige Fakten: Der Hash enthält den benötigten Fakt nicht: %s"
|
215
|
-
|
216
218
|
msgid "Last facts upload"
|
217
219
|
msgstr "Letzter Fakten-Upload"
|
218
220
|
|
@@ -225,6 +227,9 @@ msgstr "Alle Entdeckungsregeln auflisten"
|
|
225
227
|
msgid "Location"
|
226
228
|
msgstr "Ort"
|
227
229
|
|
230
|
+
msgid "Locations"
|
231
|
+
msgstr ""
|
232
|
+
|
228
233
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
229
234
|
msgstr "Maximale Anzahl Hosts, die mit dieser Regel bereitgestellt werden (0 = unendlich)"
|
230
235
|
|
@@ -246,12 +251,18 @@ msgstr "Neue Entdeckungsregel"
|
|
246
251
|
msgid "New Rule"
|
247
252
|
msgstr "Neue Regel"
|
248
253
|
|
254
|
+
msgid "New in the last 24 hours"
|
255
|
+
msgstr ""
|
256
|
+
|
249
257
|
msgid "No discovered hosts available"
|
250
258
|
msgstr "Keine entdeckten Hosts verfügbar"
|
251
259
|
|
252
260
|
msgid "No discovered hosts to provision"
|
253
261
|
msgstr "Keine entdeckten Hosts bereitzustellen"
|
254
262
|
|
263
|
+
msgid "No discovered hosts to reboot"
|
264
|
+
msgstr ""
|
265
|
+
|
255
266
|
msgid "No hosts selected"
|
256
267
|
msgstr "Keine Hosts ausgewählt"
|
257
268
|
|
@@ -261,12 +272,21 @@ msgstr "Es wurden keine Systeme mit dieser Kennung oder diesem Namen gefunden"
|
|
261
272
|
msgid "No rule found for host %s"
|
262
273
|
msgstr "Keine Regel gefunden für Host %s"
|
263
274
|
|
275
|
+
msgid "Not reported in more than 7 days"
|
276
|
+
msgstr ""
|
277
|
+
|
264
278
|
msgid "Organization"
|
265
279
|
msgstr "Organisation"
|
266
280
|
|
281
|
+
msgid "Organizations"
|
282
|
+
msgstr ""
|
283
|
+
|
267
284
|
msgid "Please Confirm"
|
268
285
|
msgstr "Bitte bestätigen"
|
269
286
|
|
287
|
+
msgid "Primary"
|
288
|
+
msgstr ""
|
289
|
+
|
270
290
|
msgid "Provision"
|
271
291
|
msgstr "Bereitstellen"
|
272
292
|
|
@@ -276,12 +296,18 @@ msgstr "Einen entdeckten Host bereitstellen"
|
|
276
296
|
msgid "Reboot"
|
277
297
|
msgstr "Neustart"
|
278
298
|
|
299
|
+
msgid "Reboot All"
|
300
|
+
msgstr ""
|
301
|
+
|
279
302
|
msgid "Rebooting %s"
|
280
303
|
msgstr "%s wird neu gestartet"
|
281
304
|
|
282
305
|
msgid "Rebooting a discovered host"
|
283
306
|
msgstr "Neustart eine entdeckten Hosts"
|
284
307
|
|
308
|
+
msgid "Rebooting all discovered hosts"
|
309
|
+
msgstr ""
|
310
|
+
|
285
311
|
msgid "Rebooting host %s"
|
286
312
|
msgstr "Starte Host %s neu"
|
287
313
|
|
@@ -291,6 +317,9 @@ msgstr "Fakten aktualisieren"
|
|
291
317
|
msgid "Refreshing the facts of a discovered host"
|
292
318
|
msgstr "Aktualisiere Fakten eines entdeckten Hosts"
|
293
319
|
|
320
|
+
msgid "Reported in the last 7 days"
|
321
|
+
msgstr ""
|
322
|
+
|
294
323
|
msgid "Rule disabled"
|
295
324
|
msgstr "Regel deaktiviert"
|
296
325
|
|
@@ -318,15 +347,10 @@ msgstr "Einen entdeckten Host anzeigen"
|
|
318
347
|
msgid "Show a discovery rule"
|
319
348
|
msgstr "Einen Entdeckungsregel anzeigen"
|
320
349
|
|
321
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
322
|
-
msgstr "Fakt als zusätzliche Spalte in der Liste entdeckter Hosts anzeigen"
|
323
|
-
|
324
350
|
msgid "Something went wrong while selecting hosts - %s"
|
325
351
|
msgstr "Beim Auswählen der Hosts ist ein Fehler aufgetreten - %s"
|
326
352
|
|
327
|
-
msgid ""
|
328
|
-
"Specify target hostname template pattern in the same syntax as in "
|
329
|
-
"Provisioning Templates (ERB)."
|
353
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
330
354
|
msgstr "Spezifizieren Sie die Ziel-Hostnamen-Bereitstellungsvorlage in derselben Syntax wie in Bereitstellungstabellen (ERB). "
|
331
355
|
|
332
356
|
msgid "Submit"
|
@@ -341,9 +365,6 @@ msgstr "Ziel-Hostgruppe für diese Regel mit allen gesetzten Eigenschaften"
|
|
341
365
|
msgid "Template"
|
342
366
|
msgstr "Vorlage"
|
343
367
|
|
344
|
-
msgid "The default fact name to use for the MAC of the system"
|
345
|
-
msgstr "Der Standard-Faktenname zum Verwenden für die MAC des Systems"
|
346
|
-
|
347
368
|
msgid "The default location to place discovered hosts in"
|
348
369
|
msgstr "Standard-Ort zum Platzieren entdeckter Hosts"
|
349
370
|
|
@@ -356,20 +377,24 @@ msgstr "Das für den Hostnamen zu verwendende Standard-Präfix, muss mit einem B
|
|
356
377
|
msgid "The following hosts were not deleted: %s"
|
357
378
|
msgstr "Die folgenden Systeme wurden nicht gelöscht: %s"
|
358
379
|
|
359
|
-
msgid ""
|
360
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
361
|
-
"as well"
|
380
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
362
381
|
msgstr "Dies kann eine Weile dauern, weil alle Systeme, Fakten und Reporte auch gelöscht werden"
|
363
382
|
|
364
|
-
msgid "
|
365
|
-
msgid_plural "Total pool size"
|
366
|
-
msgstr[0] "Gesamt-Pool-Größe"
|
367
|
-
msgstr[1] "Gesamt-Pool-Größe"
|
368
|
-
|
369
|
-
msgid ""
|
370
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
383
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
371
384
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
372
385
|
|
386
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
393
|
+
msgstr ""
|
394
|
+
|
395
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
396
|
+
msgstr ""
|
397
|
+
|
373
398
|
msgid "Update a rule"
|
374
399
|
msgstr "Regel aktualisieren"
|
375
400
|
|
@@ -382,20 +407,26 @@ msgstr "Wert"
|
|
382
407
|
msgid "Warning"
|
383
408
|
msgstr "Warnung"
|
384
409
|
|
385
|
-
msgid ""
|
386
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
387
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
388
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
410
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
389
411
|
msgstr "Versichern Sie sich beim Erstellen von Hostnamen-Patterns, dass die resultierenden Hostnamen eindeutig sind. Hostnamen dürfen nicht mit Zahlen beginnen. Ein guter Ansatz besteht darin, eindeutige vom Facter gelieferte Informationen (MAC-Adresse, BIOS oder serielle Kennung) zu verwenden."
|
390
412
|
|
391
413
|
msgid "can't contain white spaces."
|
392
414
|
msgstr "kann keine Leerzeichen enthalten"
|
393
415
|
|
416
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
417
|
+
msgstr ""
|
418
|
+
|
419
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
420
|
+
msgstr ""
|
421
|
+
|
394
422
|
msgid "filter results"
|
395
423
|
msgstr "Ergebnisse filtern"
|
396
424
|
|
397
|
-
msgid "
|
398
|
-
msgstr "
|
425
|
+
msgid "flag is used for temporary shutdown of rules"
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
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)"
|
429
|
+
msgstr ""
|
399
430
|
|
400
431
|
msgid "items selected. Uncheck to Clear"
|
401
432
|
msgstr "Elemente ausgewählt. Zum Leeren abwählen"
|
@@ -415,10 +446,61 @@ msgstr "Anzahl der Einträge pro Anfrage"
|
|
415
446
|
msgid "paginate results"
|
416
447
|
msgstr "Ergebnisse nummerieren"
|
417
448
|
|
418
|
-
msgid ""
|
419
|
-
|
420
|
-
|
449
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "query to match discovered hosts for the particular rule"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
msgid "represents rule name shown to the users"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
421
459
|
msgstr "erforderlich, wenn der Wert nicht von einer Hostgruppe oder einem Standardpasswort in den Einstellungen vererbt ist"
|
422
460
|
|
423
461
|
msgid "sort results"
|
424
462
|
msgstr "Ergebnisse sortieren"
|
463
|
+
|
464
|
+
msgid "the hostgroup that is used to auto provision a host"
|
465
|
+
msgstr ""
|
466
|
+
|
467
|
+
#~ msgid "Create a discovered host"
|
468
|
+
#~ msgstr "Einen entdeckten Host erstellen"
|
469
|
+
|
470
|
+
#~ msgid "Discovered Host Pool"
|
471
|
+
#~ msgstr "Entdeckter Host-Pool"
|
472
|
+
|
473
|
+
#~ msgid "Discovery rules"
|
474
|
+
#~ msgstr "Entdeckungsregeln"
|
475
|
+
|
476
|
+
#~ msgid "Discovery widget"
|
477
|
+
#~ msgstr "Entdeckungs-Widget"
|
478
|
+
|
479
|
+
#~ msgid "Failed to import facts for discovered host"
|
480
|
+
#~ msgstr "Importieren von Fakten für entdeckten Host fehlgeschlagen"
|
481
|
+
|
482
|
+
#~ msgid "Failed to import facts for discovered host: %s"
|
483
|
+
#~ msgstr "Importieren von Fakten für entdeckten Host fehlgeschlagen: %s"
|
484
|
+
|
485
|
+
#~ msgid "Imported discovered host"
|
486
|
+
#~ msgstr "Entdeckter Host importiert"
|
487
|
+
|
488
|
+
#~ msgid "Invalid facts: hash does not contain IP address"
|
489
|
+
#~ msgstr "Ungültige Fakten: Hash enthält keine IP-Adresse"
|
490
|
+
|
491
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
492
|
+
#~ msgstr "Ungültige Fakten: Der Hash enthält den benötigten Fakt nicht: %s"
|
493
|
+
|
494
|
+
#~ msgid "Show fact as an extra column in the discovered hosts list"
|
495
|
+
#~ msgstr "Fakt als zusätzliche Spalte in der Liste entdeckter Hosts anzeigen"
|
496
|
+
|
497
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
498
|
+
#~ msgstr "Der Standard-Faktenname zum Verwenden für die MAC des Systems"
|
499
|
+
|
500
|
+
#~ msgid "Total pool size"
|
501
|
+
#~ msgid_plural "Total pool size"
|
502
|
+
#~ msgstr[0] "Gesamt-Pool-Größe"
|
503
|
+
#~ msgstr[1] "Gesamt-Pool-Größe"
|
504
|
+
|
505
|
+
#~ msgid "hash containing facts for the host"
|
506
|
+
#~ msgstr "Hash, der Fakten für den Host enthält"
|
@@ -1,7 +1,7 @@
|
|
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 package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Andi Chandler <andi@gowling.com>, 2015
|
7
7
|
# Dominic Cleal <dcleal@redhat.com>, 2013-2014
|
@@ -9,15 +9,15 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2015-
|
12
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
13
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
14
14
|
"PO-Revision-Date: 2015-08-10 10:09+0000\n"
|
15
15
|
"Last-Translator: Lukáš Zapletal\n"
|
16
16
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
17
|
+
"Language: en_GB\n"
|
17
18
|
"MIME-Version: 1.0\n"
|
18
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
20
|
"Content-Transfer-Encoding: 8bit\n"
|
20
|
-
"Language: en_GB\n"
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
22
22
|
|
23
23
|
msgid "%s - The following hosts are about to be changed"
|
@@ -41,11 +41,12 @@ msgstr "Auto Provision"
|
|
41
41
|
msgid "Auto Provision All"
|
42
42
|
msgstr "Auto Provision All"
|
43
43
|
|
44
|
-
msgid ""
|
45
|
-
"Automatically provision newly discovered hosts, according to the "
|
46
|
-
"provisioning rules"
|
44
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
47
45
|
msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
|
48
46
|
|
47
|
+
msgid "Automatically reboot discovered host during provisioning"
|
48
|
+
msgstr ""
|
49
|
+
|
49
50
|
msgid "CPUs"
|
50
51
|
msgstr "CPUs"
|
51
52
|
|
@@ -55,8 +56,8 @@ msgstr "Cancel"
|
|
55
56
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
56
57
|
msgstr "Could not get facts from proxy %{url}: %{error}"
|
57
58
|
|
58
|
-
msgid "Create a discovered host"
|
59
|
-
msgstr "
|
59
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
60
|
+
msgstr ""
|
60
61
|
|
61
62
|
msgid "Create a discovery rule"
|
62
63
|
msgstr "Create a discovery rule"
|
@@ -85,9 +86,6 @@ msgstr "Disable"
|
|
85
86
|
msgid "Disable rule?"
|
86
87
|
msgstr "Disable rule?"
|
87
88
|
|
88
|
-
msgid "Discovered Host Pool"
|
89
|
-
msgstr "Discovered Host Pool"
|
90
|
-
|
91
89
|
msgid "Discovered host: %s"
|
92
90
|
msgstr "Discovered host: %s"
|
93
91
|
|
@@ -97,15 +95,12 @@ msgstr "Discovered hosts"
|
|
97
95
|
msgid "Discovered hosts are provisioning now"
|
98
96
|
msgstr "Discovered hosts are provisioning now"
|
99
97
|
|
98
|
+
msgid "Discovered hosts are rebooting now"
|
99
|
+
msgstr ""
|
100
|
+
|
100
101
|
msgid "Discovery Rules"
|
101
102
|
msgstr "Discovery Rules"
|
102
103
|
|
103
|
-
msgid "Discovery rules"
|
104
|
-
msgstr "Discovery rules"
|
105
|
-
|
106
|
-
msgid "Discovery widget"
|
107
|
-
msgstr "Discovery widget"
|
108
|
-
|
109
104
|
msgid "DiscoveryRule|Enabled"
|
110
105
|
msgstr "Enabled"
|
111
106
|
|
@@ -124,10 +119,7 @@ msgstr "Disk count"
|
|
124
119
|
msgid "Disks size"
|
125
120
|
msgstr "Disks size"
|
126
121
|
|
127
|
-
msgid ""
|
128
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
129
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
130
|
-
"random integers is available. Examples:"
|
122
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
131
123
|
msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
132
124
|
|
133
125
|
msgid "Edit Discovery Rule"
|
@@ -142,15 +134,27 @@ msgstr "Enable rule?"
|
|
142
134
|
msgid "Errors during auto provisioning: %s"
|
143
135
|
msgstr "Errors during auto provisioning: %s"
|
144
136
|
|
137
|
+
msgid "Errors during reboot: %s"
|
138
|
+
msgstr ""
|
139
|
+
|
145
140
|
msgid "Execute rules against a discovered host"
|
146
141
|
msgstr "Execute rules against a discovered host"
|
147
142
|
|
148
143
|
msgid "Execute rules against all currently discovered hosts"
|
149
144
|
msgstr "Execute rules against all currently discovered hosts"
|
150
145
|
|
146
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
147
|
+
msgstr ""
|
148
|
+
|
149
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
150
|
+
msgstr ""
|
151
|
+
|
151
152
|
msgid "Fact"
|
152
153
|
msgstr "Fact"
|
153
154
|
|
155
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
156
|
+
msgstr ""
|
157
|
+
|
154
158
|
msgid "Facts discovered on this host"
|
155
159
|
msgstr "Facts discovered on this host"
|
156
160
|
|
@@ -160,12 +164,6 @@ msgstr "Facts refreshed for %s"
|
|
160
164
|
msgid "Failed to auto provision host %s: %s"
|
161
165
|
msgstr "Failed to auto provision host %s: %s"
|
162
166
|
|
163
|
-
msgid "Failed to import facts for discovered host"
|
164
|
-
msgstr "Failed to import facts for discovered host"
|
165
|
-
|
166
|
-
msgid "Failed to import facts for discovered host: %s"
|
167
|
-
msgstr "Failed to import facts for discovered host: %s"
|
168
|
-
|
169
167
|
msgid "Failed to reboot host %s"
|
170
168
|
msgstr "Failed to reboot host %s"
|
171
169
|
|
@@ -184,6 +182,16 @@ msgstr "Host %{host} was provisioned with rule %{rule}"
|
|
184
182
|
msgid "Host group"
|
185
183
|
msgstr "Host group"
|
186
184
|
|
185
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
186
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
187
|
+
msgstr[0] ""
|
188
|
+
msgstr[1] ""
|
189
|
+
|
190
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
191
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
192
|
+
msgstr[0] ""
|
193
|
+
msgstr[1] ""
|
194
|
+
|
187
195
|
msgid "Host of type %s can not be rebooted"
|
188
196
|
msgstr "Host of type %s can not be rebooted"
|
189
197
|
|
@@ -199,18 +207,12 @@ msgstr "Hosts/limit"
|
|
199
207
|
msgid "IP Address"
|
200
208
|
msgstr "IP Address"
|
201
209
|
|
202
|
-
msgid "
|
203
|
-
msgstr "
|
210
|
+
msgid "Incompatible version of puppet fact parser"
|
211
|
+
msgstr ""
|
204
212
|
|
205
213
|
msgid "Invalid facts, must be a Hash"
|
206
214
|
msgstr "Invalid facts, must be a Hash"
|
207
215
|
|
208
|
-
msgid "Invalid facts: hash does not contain IP address"
|
209
|
-
msgstr "Invalid facts: hash does not contain IP address"
|
210
|
-
|
211
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
212
|
-
msgstr "Invalid facts: hash does not contain the required fact '%s'"
|
213
|
-
|
214
216
|
msgid "Last facts upload"
|
215
217
|
msgstr "Last facts upload"
|
216
218
|
|
@@ -223,6 +225,9 @@ msgstr "List all discovery rules"
|
|
223
225
|
msgid "Location"
|
224
226
|
msgstr "Location"
|
225
227
|
|
228
|
+
msgid "Locations"
|
229
|
+
msgstr ""
|
230
|
+
|
226
231
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
227
232
|
msgstr "Maximum hosts provisioned with this rule (0 = unlimited)"
|
228
233
|
|
@@ -244,12 +249,18 @@ msgstr "New Discovery Rule"
|
|
244
249
|
msgid "New Rule"
|
245
250
|
msgstr "New Rule"
|
246
251
|
|
252
|
+
msgid "New in the last 24 hours"
|
253
|
+
msgstr ""
|
254
|
+
|
247
255
|
msgid "No discovered hosts available"
|
248
256
|
msgstr "No discovered hosts available"
|
249
257
|
|
250
258
|
msgid "No discovered hosts to provision"
|
251
259
|
msgstr "No discovered hosts to provision"
|
252
260
|
|
261
|
+
msgid "No discovered hosts to reboot"
|
262
|
+
msgstr ""
|
263
|
+
|
253
264
|
msgid "No hosts selected"
|
254
265
|
msgstr "No hosts selected"
|
255
266
|
|
@@ -259,12 +270,21 @@ msgstr "No hosts were found with that id or name"
|
|
259
270
|
msgid "No rule found for host %s"
|
260
271
|
msgstr "No rule found for host %s"
|
261
272
|
|
273
|
+
msgid "Not reported in more than 7 days"
|
274
|
+
msgstr ""
|
275
|
+
|
262
276
|
msgid "Organization"
|
263
277
|
msgstr "Organisation"
|
264
278
|
|
279
|
+
msgid "Organizations"
|
280
|
+
msgstr ""
|
281
|
+
|
265
282
|
msgid "Please Confirm"
|
266
283
|
msgstr "Please Confirm"
|
267
284
|
|
285
|
+
msgid "Primary"
|
286
|
+
msgstr ""
|
287
|
+
|
268
288
|
msgid "Provision"
|
269
289
|
msgstr "Provision"
|
270
290
|
|
@@ -274,12 +294,18 @@ msgstr "Provision a discovered host"
|
|
274
294
|
msgid "Reboot"
|
275
295
|
msgstr "Reboot"
|
276
296
|
|
297
|
+
msgid "Reboot All"
|
298
|
+
msgstr ""
|
299
|
+
|
277
300
|
msgid "Rebooting %s"
|
278
301
|
msgstr "Rebooting %s"
|
279
302
|
|
280
303
|
msgid "Rebooting a discovered host"
|
281
304
|
msgstr "Rebooting a discovered host"
|
282
305
|
|
306
|
+
msgid "Rebooting all discovered hosts"
|
307
|
+
msgstr ""
|
308
|
+
|
283
309
|
msgid "Rebooting host %s"
|
284
310
|
msgstr "Rebooting host %s"
|
285
311
|
|
@@ -289,6 +315,9 @@ msgstr "Refresh facts"
|
|
289
315
|
msgid "Refreshing the facts of a discovered host"
|
290
316
|
msgstr "Refreshing the facts of a discovered host"
|
291
317
|
|
318
|
+
msgid "Reported in the last 7 days"
|
319
|
+
msgstr ""
|
320
|
+
|
292
321
|
msgid "Rule disabled"
|
293
322
|
msgstr "Rule disabled"
|
294
323
|
|
@@ -316,15 +345,10 @@ msgstr "Show a discovered host"
|
|
316
345
|
msgid "Show a discovery rule"
|
317
346
|
msgstr "Show a discovery rule"
|
318
347
|
|
319
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
320
|
-
msgstr "Show fact as an extra column in the discovered hosts list"
|
321
|
-
|
322
348
|
msgid "Something went wrong while selecting hosts - %s"
|
323
349
|
msgstr "Something went wrong while selecting hosts - %s"
|
324
350
|
|
325
|
-
msgid ""
|
326
|
-
"Specify target hostname template pattern in the same syntax as in "
|
327
|
-
"Provisioning Templates (ERB)."
|
351
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
328
352
|
msgstr "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
329
353
|
|
330
354
|
msgid "Submit"
|
@@ -339,9 +363,6 @@ msgstr "Target host group for this rule with all properties set"
|
|
339
363
|
msgid "Template"
|
340
364
|
msgstr "Template"
|
341
365
|
|
342
|
-
msgid "The default fact name to use for the MAC of the system"
|
343
|
-
msgstr "The default fact name to use for the MAC of the system"
|
344
|
-
|
345
366
|
msgid "The default location to place discovered hosts in"
|
346
367
|
msgstr "The default location to place discovered hosts in"
|
347
368
|
|
@@ -354,20 +375,24 @@ msgstr "The default prefix to use for the host name, must start with a letter"
|
|
354
375
|
msgid "The following hosts were not deleted: %s"
|
355
376
|
msgstr "The following hosts were not deleted: %s"
|
356
377
|
|
357
|
-
msgid ""
|
358
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
359
|
-
"as well"
|
378
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
360
379
|
msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
361
380
|
|
362
|
-
msgid "
|
363
|
-
msgid_plural "Total pool size"
|
364
|
-
msgstr[0] "Total pool size"
|
365
|
-
msgstr[1] "Total pool size"
|
366
|
-
|
367
|
-
msgid ""
|
368
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
381
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
369
382
|
msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
370
383
|
|
384
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
385
|
+
msgstr ""
|
386
|
+
|
387
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
394
|
+
msgstr ""
|
395
|
+
|
371
396
|
msgid "Update a rule"
|
372
397
|
msgstr "Update a rule"
|
373
398
|
|
@@ -380,20 +405,26 @@ msgstr "Value"
|
|
380
405
|
msgid "Warning"
|
381
406
|
msgstr "Warning"
|
382
407
|
|
383
|
-
msgid ""
|
384
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
385
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
386
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
408
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
387
409
|
msgstr "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
388
410
|
|
389
411
|
msgid "can't contain white spaces."
|
390
412
|
msgstr "can't contain white spaces."
|
391
413
|
|
414
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
415
|
+
msgstr ""
|
416
|
+
|
417
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
418
|
+
msgstr ""
|
419
|
+
|
392
420
|
msgid "filter results"
|
393
421
|
msgstr "filter results"
|
394
422
|
|
395
|
-
msgid "
|
396
|
-
msgstr "
|
423
|
+
msgid "flag is used for temporary shutdown of rules"
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
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)"
|
427
|
+
msgstr ""
|
397
428
|
|
398
429
|
msgid "items selected. Uncheck to Clear"
|
399
430
|
msgstr "items selected. Uncheck to Clear"
|
@@ -413,10 +444,61 @@ msgstr "number of entries per request"
|
|
413
444
|
msgid "paginate results"
|
414
445
|
msgstr "paginate results"
|
415
446
|
|
416
|
-
msgid ""
|
417
|
-
|
418
|
-
|
447
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
msgid "query to match discovered hosts for the particular rule"
|
451
|
+
msgstr ""
|
452
|
+
|
453
|
+
msgid "represents rule name shown to the users"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
419
457
|
msgstr "required if value is not inherited from host group or default password in settings"
|
420
458
|
|
421
459
|
msgid "sort results"
|
422
460
|
msgstr "sort results"
|
461
|
+
|
462
|
+
msgid "the hostgroup that is used to auto provision a host"
|
463
|
+
msgstr ""
|
464
|
+
|
465
|
+
#~ msgid "Create a discovered host"
|
466
|
+
#~ msgstr "Create a discovered host"
|
467
|
+
|
468
|
+
#~ msgid "Discovered Host Pool"
|
469
|
+
#~ msgstr "Discovered Host Pool"
|
470
|
+
|
471
|
+
#~ msgid "Discovery rules"
|
472
|
+
#~ msgstr "Discovery rules"
|
473
|
+
|
474
|
+
#~ msgid "Discovery widget"
|
475
|
+
#~ msgstr "Discovery widget"
|
476
|
+
|
477
|
+
#~ msgid "Failed to import facts for discovered host"
|
478
|
+
#~ msgstr "Failed to import facts for discovered host"
|
479
|
+
|
480
|
+
#~ msgid "Failed to import facts for discovered host: %s"
|
481
|
+
#~ msgstr "Failed to import facts for discovered host: %s"
|
482
|
+
|
483
|
+
#~ msgid "Imported discovered host"
|
484
|
+
#~ msgstr "Imported discovered host"
|
485
|
+
|
486
|
+
#~ msgid "Invalid facts: hash does not contain IP address"
|
487
|
+
#~ msgstr "Invalid facts: hash does not contain IP address"
|
488
|
+
|
489
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
490
|
+
#~ msgstr "Invalid facts: hash does not contain the required fact '%s'"
|
491
|
+
|
492
|
+
#~ msgid "Show fact as an extra column in the discovered hosts list"
|
493
|
+
#~ msgstr "Show fact as an extra column in the discovered hosts list"
|
494
|
+
|
495
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
496
|
+
#~ msgstr "The default fact name to use for the MAC of the system"
|
497
|
+
|
498
|
+
#~ msgid "Total pool size"
|
499
|
+
#~ msgid_plural "Total pool size"
|
500
|
+
#~ msgstr[0] "Total pool size"
|
501
|
+
#~ msgstr[1] "Total pool size"
|
502
|
+
|
503
|
+
#~ msgid "hash containing facts for the host"
|
504
|
+
#~ msgstr "hash containing facts for the host"
|