foreman_discovery 9.1.5 → 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +5 -4
- data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +2 -9
- data/app/controllers/discovered_hosts_controller.rb +10 -21
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +1 -1
- data/app/helpers/discovered_hosts_helper.rb +2 -3
- data/app/models/discovery_attribute_set.rb +1 -1
- data/app/models/discovery_rule.rb +1 -1
- data/app/models/host/discovered.rb +23 -17
- data/app/models/host/managed_extensions.rb +2 -5
- data/app/services/foreman_discovery/host_converter.rb +0 -6
- data/app/services/foreman_discovery/node_api/power.rb +0 -8
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +12 -13
- data/app/views/discovered_hosts/_selected_hosts.html.erb +1 -1
- data/app/views/discovered_hosts/multiple_destroy.html.erb +5 -4
- data/app/views/discovered_hosts/show.html.erb +9 -1
- data/app/views/discovered_hosts/welcome.html.erb +10 -0
- data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
- data/db/migrate/20150714144500_review_discovery_permissions.rb +9 -7
- data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +0 -3
- data/extra/discover-host +18 -11
- data/extra/discovery/rhel7-vlan.json +352 -0
- data/lib/foreman_discovery/engine.rb +2 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +1 -1
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +2 -2
- data/locale/de/foreman_discovery.po +2 -2
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +79 -75
- data/locale/en/foreman_discovery.po +13 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1 -1
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +2 -2
- data/locale/es/foreman_discovery.po +2 -2
- data/locale/foreman_discovery.pot +89 -81
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +2 -2
- data/locale/fr/foreman_discovery.po +2 -2
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1 -1
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +2 -2
- data/locale/it/foreman_discovery.po +2 -2
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +2 -2
- data/locale/ja/foreman_discovery.po +2 -2
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +2 -2
- data/locale/ko/foreman_discovery.po +2 -2
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +2 -2
- data/locale/pt_BR/foreman_discovery.po +2 -2
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +2 -2
- data/locale/ru/foreman_discovery.po +2 -2
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1 -1
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +2 -2
- data/locale/zh_CN/foreman_discovery.po +2 -2
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +2 -2
- data/locale/zh_TW/foreman_discovery.po +2 -2
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +16 -17
- data/test/functional/api/v2/discovery_rules_controller_test.rb +2 -3
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +102 -133
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +5 -6
- data/test/test_helper_discovery.rb +18 -0
- data/test/unit/discovered_extensions_test.rb +25 -33
- data/test/unit/discovery_attribute_set_test.rb +5 -8
- data/test/unit/discovery_taxonomy_extensions_test.rb +2 -2
- data/test/unit/host_discovered_test.rb +30 -30
- data/test/unit/managed_extensions_test.rb +0 -1
- metadata +6 -4
- data/app/services/foreman_discovery/node_api/power_legacy_direct_service.rb +0 -15
- data/app/services/foreman_discovery/node_api/power_legacy_proxied_service.rb +0 -12
@@ -12,9 +12,9 @@
|
|
12
12
|
# stbenjam <stephen@redhat.com>, 2016
|
13
13
|
msgid ""
|
14
14
|
msgstr ""
|
15
|
-
"Project-Id-Version: foreman_discovery 9.1.
|
15
|
+
"Project-Id-Version: foreman_discovery 9.1.0\n"
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
17
|
-
"PO-Revision-Date: 2017-10-
|
17
|
+
"PO-Revision-Date: 2017-10-17 23:23+0000\n"
|
18
18
|
"Last-Translator: Lukáš Zapletal\n"
|
19
19
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
20
20
|
"MIME-Version: 1.0\n"
|
Binary file
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is distributed under the same license as the foreman_discovery package.
|
3
3
|
msgid ""
|
4
4
|
msgstr ""
|
5
|
-
"Project-Id-Version: foreman_discovery 9.1.
|
5
|
+
"Project-Id-Version: foreman_discovery 9.1.0\n"
|
6
6
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
7
|
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
8
|
"Last-Translator: \n"
|
@@ -76,51 +76,51 @@ msgstr ""
|
|
76
76
|
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)"
|
77
77
|
msgstr ""
|
78
78
|
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
80
80
|
msgid "Execute rules against a discovered host"
|
81
81
|
msgstr ""
|
82
82
|
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:123 ../app/controllers/discovered_hosts_controller.rb:152
|
84
84
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
85
85
|
msgstr ""
|
86
86
|
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
88
88
|
msgid "Unable to provision %{host}: %{errors}"
|
89
89
|
msgstr ""
|
90
90
|
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:132 ../app/controllers/discovered_hosts_controller.rb:159
|
92
92
|
msgid "No rule found for host %s"
|
93
93
|
msgstr ""
|
94
94
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
|
96
96
|
msgid "Execute rules against all currently discovered hosts"
|
97
97
|
msgstr ""
|
98
98
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
99
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:143 ../app/controllers/discovered_hosts_controller.rb:165
|
100
100
|
msgid "Errors during auto provisioning: %s"
|
101
101
|
msgstr ""
|
102
102
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:146 ../app/controllers/discovered_hosts_controller.rb:168
|
104
104
|
msgid "No discovered hosts to provision"
|
105
105
|
msgstr ""
|
106
106
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:168
|
108
108
|
msgid "%s discovered hosts were provisioned"
|
109
109
|
msgstr ""
|
110
110
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:179
|
112
112
|
msgid "Refreshing the facts of a discovered host"
|
113
113
|
msgstr ""
|
114
114
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:188
|
116
116
|
msgid "Rebooting a discovered host"
|
117
117
|
msgstr ""
|
118
118
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:197
|
120
120
|
msgid "Rebooting all discovered hosts"
|
121
121
|
msgstr ""
|
122
122
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:208 ../app/controllers/discovered_hosts_controller.rb:125
|
124
124
|
msgid "Discovered hosts are rebooting now"
|
125
125
|
msgstr ""
|
126
126
|
|
@@ -192,95 +192,95 @@ msgstr ""
|
|
192
192
|
msgid "No discovered hosts to reboot"
|
193
193
|
msgstr ""
|
194
194
|
|
195
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
195
|
+
#: ../app/controllers/discovered_hosts_controller.rb:61
|
196
196
|
msgid "Successfully provisioned %s"
|
197
197
|
msgstr ""
|
198
198
|
|
199
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
199
|
+
#: ../app/controllers/discovered_hosts_controller.rb:93
|
200
200
|
msgid "Facts refreshed for %s"
|
201
201
|
msgstr ""
|
202
202
|
|
203
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
203
|
+
#: ../app/controllers/discovered_hosts_controller.rb:95
|
204
204
|
msgid "Failed to refresh facts for %s"
|
205
205
|
msgstr ""
|
206
206
|
|
207
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
207
|
+
#: ../app/controllers/discovered_hosts_controller.rb:98
|
208
208
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
209
209
|
msgstr ""
|
210
210
|
|
211
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
211
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
212
212
|
msgid "Host of type %s can not be rebooted"
|
213
213
|
msgstr ""
|
214
214
|
|
215
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
215
|
+
#: ../app/controllers/discovered_hosts_controller.rb:109
|
216
216
|
msgid "Rebooting host %s"
|
217
217
|
msgstr ""
|
218
218
|
|
219
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
219
|
+
#: ../app/controllers/discovered_hosts_controller.rb:111
|
220
220
|
msgid "Failed to reboot host %s"
|
221
221
|
msgstr ""
|
222
222
|
|
223
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
223
|
+
#: ../app/controllers/discovered_hosts_controller.rb:114
|
224
224
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
225
225
|
msgstr ""
|
226
226
|
|
227
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
227
|
+
#: ../app/controllers/discovered_hosts_controller.rb:128
|
228
228
|
msgid "Failed to reboot hosts with error %s"
|
229
229
|
msgstr ""
|
230
230
|
|
231
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
231
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
232
232
|
msgid "Destroyed selected hosts"
|
233
233
|
msgstr ""
|
234
234
|
|
235
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
235
|
+
#: ../app/controllers/discovered_hosts_controller.rb:144
|
236
236
|
msgid "The following hosts were not deleted: %s"
|
237
237
|
msgstr ""
|
238
238
|
|
239
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
239
|
+
#: ../app/controllers/discovered_hosts_controller.rb:156
|
240
240
|
msgid "Failed to auto provision host %s: %s"
|
241
241
|
msgstr ""
|
242
242
|
|
243
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
243
|
+
#: ../app/controllers/discovered_hosts_controller.rb:184
|
244
244
|
msgid "Discovered hosts are provisioning now"
|
245
245
|
msgstr ""
|
246
246
|
|
247
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
248
248
|
msgid "Highlights"
|
249
249
|
msgstr ""
|
250
250
|
|
251
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
252
252
|
msgid "Storage"
|
253
253
|
msgstr ""
|
254
254
|
|
255
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
256
256
|
msgid "Hardware"
|
257
257
|
msgstr ""
|
258
258
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
260
260
|
msgid "Network"
|
261
261
|
msgstr ""
|
262
262
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
264
264
|
msgid "Software"
|
265
265
|
msgstr ""
|
266
266
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
268
268
|
msgid "IPMI"
|
269
269
|
msgstr ""
|
270
270
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:213
|
272
272
|
msgid "Miscellaneous"
|
273
273
|
msgstr ""
|
274
274
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:290
|
276
276
|
msgid "No hosts were found with that id or name"
|
277
277
|
msgstr ""
|
278
278
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:294
|
280
280
|
msgid "No hosts selected"
|
281
281
|
msgstr ""
|
282
282
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:300
|
284
284
|
msgid "Something went wrong while selecting hosts - %s"
|
285
285
|
msgstr ""
|
286
286
|
|
@@ -312,7 +312,7 @@ msgstr ""
|
|
312
312
|
msgid "Back"
|
313
313
|
msgstr ""
|
314
314
|
|
315
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:
|
315
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:37
|
316
316
|
msgid "Select Action"
|
317
317
|
msgstr ""
|
318
318
|
|
@@ -320,47 +320,47 @@ msgstr ""
|
|
320
320
|
msgid "Expand All"
|
321
321
|
msgstr ""
|
322
322
|
|
323
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
323
|
+
#: ../app/helpers/discovered_hosts_helper.rb:27 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
324
324
|
msgid "Delete %s?"
|
325
325
|
msgstr ""
|
326
326
|
|
327
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
327
|
+
#: ../app/helpers/discovered_hosts_helper.rb:33
|
328
328
|
msgid "Delete hosts"
|
329
329
|
msgstr ""
|
330
330
|
|
331
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
331
|
+
#: ../app/helpers/discovered_hosts_helper.rb:34
|
332
332
|
msgid "Assign Organization"
|
333
333
|
msgstr ""
|
334
334
|
|
335
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
335
|
+
#: ../app/helpers/discovered_hosts_helper.rb:35
|
336
336
|
msgid "Assign Location"
|
337
337
|
msgstr ""
|
338
338
|
|
339
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
339
|
+
#: ../app/helpers/discovered_hosts_helper.rb:39
|
340
340
|
msgid "%s - The following hosts are about to be changed"
|
341
341
|
msgstr ""
|
342
342
|
|
343
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
343
|
+
#: ../app/helpers/discovered_hosts_helper.rb:48 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
344
344
|
msgid "N/A"
|
345
345
|
msgstr ""
|
346
346
|
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
347
|
+
#: ../app/helpers/discovered_hosts_helper.rb:60
|
348
348
|
msgid "New in the last 24 hours"
|
349
349
|
msgstr ""
|
350
350
|
|
351
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
351
|
+
#: ../app/helpers/discovered_hosts_helper.rb:64
|
352
352
|
msgid "Not reported in more than 7 days"
|
353
353
|
msgstr ""
|
354
354
|
|
355
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
355
|
+
#: ../app/helpers/discovered_hosts_helper.rb:68
|
356
356
|
msgid "Reported in the last 7 days"
|
357
357
|
msgstr ""
|
358
358
|
|
359
|
-
#: ../app/helpers/discovered_hosts_helper.rb:
|
359
|
+
#: ../app/helpers/discovered_hosts_helper.rb:92
|
360
360
|
msgid "Provision"
|
361
361
|
msgstr ""
|
362
362
|
|
363
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:
|
363
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:166
|
364
364
|
msgid "Discovered Hosts"
|
365
365
|
msgstr ""
|
366
366
|
|
@@ -432,43 +432,43 @@ msgstr ""
|
|
432
432
|
msgid "Facts could not be imported"
|
433
433
|
msgstr ""
|
434
434
|
|
435
|
-
#: ../app/models/host/discovered.rb:
|
435
|
+
#: ../app/models/host/discovered.rb:133
|
436
436
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
437
437
|
msgstr ""
|
438
438
|
|
439
|
-
#: ../app/models/host/discovered.rb:
|
439
|
+
#: ../app/models/host/discovered.rb:190
|
440
440
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
441
441
|
msgstr ""
|
442
442
|
|
443
|
-
#: ../app/models/host/discovered.rb:
|
443
|
+
#: ../app/models/host/discovered.rb:198
|
444
444
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
445
445
|
msgstr ""
|
446
446
|
|
447
|
-
#: ../app/models/host/discovered.rb:
|
447
|
+
#: ../app/models/host/discovered.rb:206
|
448
448
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
449
449
|
msgstr ""
|
450
450
|
|
451
|
-
#: ../app/models/host/discovered.rb:
|
451
|
+
#: ../app/models/host/discovered.rb:225
|
452
452
|
msgid "Invalid hostname: Could not normalize the hostname"
|
453
453
|
msgstr ""
|
454
454
|
|
455
|
-
#: ../app/models/host/managed_extensions.rb:
|
455
|
+
#: ../app/models/host/managed_extensions.rb:20
|
456
456
|
msgid "Reloading kernel on %s"
|
457
457
|
msgstr ""
|
458
458
|
|
459
|
-
#: ../app/models/host/managed_extensions.rb:
|
459
|
+
#: ../app/models/host/managed_extensions.rb:22
|
460
460
|
msgid "Rebooting %s"
|
461
461
|
msgstr ""
|
462
462
|
|
463
|
-
#: ../app/models/host/managed_extensions.rb:
|
463
|
+
#: ../app/models/host/managed_extensions.rb:43
|
464
464
|
msgid "Kexec template not associated with operating system"
|
465
465
|
msgstr ""
|
466
466
|
|
467
|
-
#: ../app/models/host/managed_extensions.rb:
|
467
|
+
#: ../app/models/host/managed_extensions.rb:48
|
468
468
|
msgid "Kernel kexec URL is invalid: '%s'"
|
469
469
|
msgstr ""
|
470
470
|
|
471
|
-
#: ../app/models/host/managed_extensions.rb:
|
471
|
+
#: ../app/models/host/managed_extensions.rb:49
|
472
472
|
msgid "Init RAM kexec URL is invalid: '%s'"
|
473
473
|
msgstr ""
|
474
474
|
|
@@ -664,15 +664,11 @@ msgstr ""
|
|
664
664
|
msgid "Memory"
|
665
665
|
msgstr ""
|
666
666
|
|
667
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
668
|
-
msgid "
|
667
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
668
|
+
msgid "Customize Host"
|
669
669
|
msgstr ""
|
670
670
|
|
671
671
|
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
672
|
-
msgid "Quick Create"
|
673
|
-
msgstr ""
|
674
|
-
|
675
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
|
676
672
|
msgid "Create Host"
|
677
673
|
msgstr ""
|
678
674
|
|
@@ -740,11 +736,7 @@ msgstr ""
|
|
740
736
|
msgid "Auto Provision All"
|
741
737
|
msgstr ""
|
742
738
|
|
743
|
-
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:
|
744
|
-
msgid "Warning"
|
745
|
-
msgstr ""
|
746
|
-
|
747
|
-
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
739
|
+
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
748
740
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
749
741
|
msgstr ""
|
750
742
|
|
@@ -780,6 +772,18 @@ msgstr ""
|
|
780
772
|
msgid "IP address"
|
781
773
|
msgstr ""
|
782
774
|
|
775
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
776
|
+
msgid "No discovered hosts found in this context."
|
777
|
+
msgstr ""
|
778
|
+
|
779
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
780
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
781
|
+
msgstr ""
|
782
|
+
|
783
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
784
|
+
msgid "Learn more about this in the documentation."
|
785
|
+
msgstr ""
|
786
|
+
|
783
787
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
784
788
|
msgid "Summary report for discovered hosts from Foreman"
|
785
789
|
msgstr ""
|
@@ -924,26 +928,26 @@ msgstr ""
|
|
924
928
|
msgid "Details"
|
925
929
|
msgstr ""
|
926
930
|
|
927
|
-
#: ../lib/foreman_discovery/engine.rb:
|
931
|
+
#: ../lib/foreman_discovery/engine.rb:151
|
928
932
|
msgid "Discovered hosts"
|
929
933
|
msgstr ""
|
930
934
|
|
931
|
-
#: ../lib/foreman_discovery/engine.rb:
|
935
|
+
#: ../lib/foreman_discovery/engine.rb:156
|
932
936
|
msgid "Discovery rules"
|
933
937
|
msgstr ""
|
934
938
|
|
935
|
-
#: ../lib/foreman_discovery/engine.rb:
|
939
|
+
#: ../lib/foreman_discovery/engine.rb:172
|
936
940
|
msgid "Discovery Kexec template"
|
937
941
|
msgstr ""
|
938
942
|
|
939
|
-
#: ../lib/foreman_discovery/engine.rb:
|
943
|
+
#: ../lib/foreman_discovery/engine.rb:181
|
940
944
|
msgid "Discovery Proxy"
|
941
945
|
msgstr ""
|
942
946
|
|
943
|
-
#: ../lib/foreman_discovery/engine.rb:
|
947
|
+
#: ../lib/foreman_discovery/engine.rb:182
|
944
948
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
945
949
|
msgstr ""
|
946
950
|
|
947
|
-
#: ../lib/foreman_discovery/engine.rb:
|
951
|
+
#: ../lib/foreman_discovery/engine.rb:183
|
948
952
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
949
953
|
msgstr ""
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is distributed under the same license as the foreman_discovery package.
|
3
3
|
msgid ""
|
4
4
|
msgstr ""
|
5
|
-
"Project-Id-Version: foreman_discovery 9.1.
|
5
|
+
"Project-Id-Version: foreman_discovery 9.1.0\n"
|
6
6
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
7
|
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
8
|
"Last-Translator: \n"
|
@@ -84,6 +84,9 @@ msgstr ""
|
|
84
84
|
msgid "Create a discovery rule"
|
85
85
|
msgstr ""
|
86
86
|
|
87
|
+
msgid "Customize Host"
|
88
|
+
msgstr ""
|
89
|
+
|
87
90
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
88
91
|
msgstr ""
|
89
92
|
|
@@ -361,6 +364,9 @@ msgstr ""
|
|
361
364
|
msgid "Last Facts Upload"
|
362
365
|
msgstr ""
|
363
366
|
|
367
|
+
msgid "Learn more about this in the documentation."
|
368
|
+
msgstr ""
|
369
|
+
|
364
370
|
msgid "List all discovered hosts"
|
365
371
|
msgstr ""
|
366
372
|
|
@@ -433,6 +439,9 @@ msgstr ""
|
|
433
439
|
msgid "No discovered hosts for the selected period"
|
434
440
|
msgstr ""
|
435
441
|
|
442
|
+
msgid "No discovered hosts found in this context."
|
443
|
+
msgstr ""
|
444
|
+
|
436
445
|
msgid "No discovered hosts to provision"
|
437
446
|
msgstr ""
|
438
447
|
|
@@ -490,9 +499,6 @@ msgstr ""
|
|
490
499
|
msgid "Provision a discovered host"
|
491
500
|
msgstr ""
|
492
501
|
|
493
|
-
msgid "Quick Create"
|
494
|
-
msgstr ""
|
495
|
-
|
496
502
|
msgid "Reboot"
|
497
503
|
msgstr ""
|
498
504
|
|
@@ -559,9 +565,6 @@ msgstr ""
|
|
559
565
|
msgid "Select all items in this page"
|
560
566
|
msgstr ""
|
561
567
|
|
562
|
-
msgid "Select initial host properties"
|
563
|
-
msgstr ""
|
564
|
-
|
565
568
|
msgid "Select location"
|
566
569
|
msgstr ""
|
567
570
|
|
@@ -625,6 +628,9 @@ msgstr ""
|
|
625
628
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
626
629
|
msgstr ""
|
627
630
|
|
631
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
632
|
+
msgstr ""
|
633
|
+
|
628
634
|
msgid "Type"
|
629
635
|
msgstr ""
|
630
636
|
|
@@ -655,9 +661,6 @@ msgstr ""
|
|
655
661
|
msgid "Upload facts for a host, creating the host if required"
|
656
662
|
msgstr ""
|
657
663
|
|
658
|
-
msgid "Warning"
|
659
|
-
msgstr ""
|
660
|
-
|
661
664
|
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
662
665
|
msgstr ""
|
663
666
|
|