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.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +5 -4
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +2 -9
  5. data/app/controllers/discovered_hosts_controller.rb +10 -21
  6. data/app/controllers/discovery_rules_controller.rb +1 -1
  7. data/app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb +1 -1
  8. data/app/helpers/discovered_hosts_helper.rb +2 -3
  9. data/app/models/discovery_attribute_set.rb +1 -1
  10. data/app/models/discovery_rule.rb +1 -1
  11. data/app/models/host/discovered.rb +23 -17
  12. data/app/models/host/managed_extensions.rb +2 -5
  13. data/app/services/foreman_discovery/host_converter.rb +0 -6
  14. data/app/services/foreman_discovery/node_api/power.rb +0 -8
  15. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +12 -13
  16. data/app/views/discovered_hosts/_selected_hosts.html.erb +1 -1
  17. data/app/views/discovered_hosts/multiple_destroy.html.erb +5 -4
  18. data/app/views/discovered_hosts/show.html.erb +9 -1
  19. data/app/views/discovered_hosts/welcome.html.erb +10 -0
  20. data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
  21. data/db/migrate/20150714144500_review_discovery_permissions.rb +9 -7
  22. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +0 -3
  23. data/extra/discover-host +18 -11
  24. data/extra/discovery/rhel7-vlan.json +352 -0
  25. data/lib/foreman_discovery/engine.rb +2 -1
  26. data/lib/foreman_discovery/version.rb +1 -1
  27. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/ca/foreman_discovery.edit.po +1 -1
  29. data/locale/ca/foreman_discovery.po +1 -1
  30. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/de/foreman_discovery.edit.po +2 -2
  32. data/locale/de/foreman_discovery.po +2 -2
  33. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/en/foreman_discovery.edit.po +79 -75
  35. data/locale/en/foreman_discovery.po +13 -10
  36. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  37. data/locale/en_GB/foreman_discovery.edit.po +1 -1
  38. data/locale/en_GB/foreman_discovery.po +1 -1
  39. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/es/foreman_discovery.edit.po +2 -2
  41. data/locale/es/foreman_discovery.po +2 -2
  42. data/locale/foreman_discovery.pot +89 -81
  43. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/fr/foreman_discovery.edit.po +2 -2
  45. data/locale/fr/foreman_discovery.po +2 -2
  46. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/gl/foreman_discovery.edit.po +1 -1
  48. data/locale/gl/foreman_discovery.po +1 -1
  49. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/it/foreman_discovery.edit.po +2 -2
  51. data/locale/it/foreman_discovery.po +2 -2
  52. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ja/foreman_discovery.edit.po +2 -2
  54. data/locale/ja/foreman_discovery.po +2 -2
  55. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/ko/foreman_discovery.edit.po +2 -2
  57. data/locale/ko/foreman_discovery.po +2 -2
  58. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/pt_BR/foreman_discovery.edit.po +2 -2
  60. data/locale/pt_BR/foreman_discovery.po +2 -2
  61. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/ru/foreman_discovery.edit.po +2 -2
  63. data/locale/ru/foreman_discovery.po +2 -2
  64. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  65. data/locale/sv_SE/foreman_discovery.edit.po +1 -1
  66. data/locale/sv_SE/foreman_discovery.po +1 -1
  67. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  68. data/locale/zh_CN/foreman_discovery.edit.po +2 -2
  69. data/locale/zh_CN/foreman_discovery.po +2 -2
  70. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  71. data/locale/zh_TW/foreman_discovery.edit.po +2 -2
  72. data/locale/zh_TW/foreman_discovery.po +2 -2
  73. data/test/functional/api/v2/discovered_hosts_controller_test.rb +16 -17
  74. data/test/functional/api/v2/discovery_rules_controller_test.rb +2 -3
  75. data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
  76. data/test/functional/discovered_hosts_controller_test.rb +102 -133
  77. data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +5 -6
  78. data/test/test_helper_discovery.rb +18 -0
  79. data/test/unit/discovered_extensions_test.rb +25 -33
  80. data/test/unit/discovery_attribute_set_test.rb +5 -8
  81. data/test/unit/discovery_taxonomy_extensions_test.rb +2 -2
  82. data/test/unit/host_discovered_test.rb +30 -30
  83. data/test/unit/managed_extensions_test.rb +0 -1
  84. metadata +6 -4
  85. data/app/services/foreman_discovery/node_api/power_legacy_direct_service.rb +0 -15
  86. 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.4\n"
15
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "PO-Revision-Date: 2017-10-20 17:18+0000\n"
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"
@@ -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.4\n"
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:116
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:122 ../app/controllers/discovered_hosts_controller.rb:163
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:125
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:131 ../app/controllers/discovered_hosts_controller.rb:170
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:138
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:142 ../app/controllers/discovered_hosts_controller.rb:176
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:145 ../app/controllers/discovered_hosts_controller.rb:179
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:167
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:178
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:187
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:196
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:207 ../app/controllers/discovered_hosts_controller.rb:121
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:57
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:89
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:91
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:94
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:101
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:105
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:107
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:110
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:124
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:138
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:140
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:167
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:195
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:224
247
+ #: ../app/controllers/discovered_hosts_controller.rb:213
248
248
  msgid "Highlights"
249
249
  msgstr ""
250
250
 
251
- #: ../app/controllers/discovered_hosts_controller.rb:224
251
+ #: ../app/controllers/discovered_hosts_controller.rb:213
252
252
  msgid "Storage"
253
253
  msgstr ""
254
254
 
255
- #: ../app/controllers/discovered_hosts_controller.rb:224
255
+ #: ../app/controllers/discovered_hosts_controller.rb:213
256
256
  msgid "Hardware"
257
257
  msgstr ""
258
258
 
259
- #: ../app/controllers/discovered_hosts_controller.rb:224
259
+ #: ../app/controllers/discovered_hosts_controller.rb:213
260
260
  msgid "Network"
261
261
  msgstr ""
262
262
 
263
- #: ../app/controllers/discovered_hosts_controller.rb:224
263
+ #: ../app/controllers/discovered_hosts_controller.rb:213
264
264
  msgid "Software"
265
265
  msgstr ""
266
266
 
267
- #: ../app/controllers/discovered_hosts_controller.rb:224
267
+ #: ../app/controllers/discovered_hosts_controller.rb:213
268
268
  msgid "IPMI"
269
269
  msgstr ""
270
270
 
271
- #: ../app/controllers/discovered_hosts_controller.rb:224
271
+ #: ../app/controllers/discovered_hosts_controller.rb:213
272
272
  msgid "Miscellaneous"
273
273
  msgstr ""
274
274
 
275
- #: ../app/controllers/discovered_hosts_controller.rb:301
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:305
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:311
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:38
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:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
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:34
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:35
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:36
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:40
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:49 ../app/views/dashboard/_discovery_widget_host.html.erb:2
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:61
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:65
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:69
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:93
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:165
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:118
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:176
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:192
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:200
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:219
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:23
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:25
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:46
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:51
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:52
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:7
668
- msgid "Select initial host properties"
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:4
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:150
931
+ #: ../lib/foreman_discovery/engine.rb:151
928
932
  msgid "Discovered hosts"
929
933
  msgstr ""
930
934
 
931
- #: ../lib/foreman_discovery/engine.rb:155
935
+ #: ../lib/foreman_discovery/engine.rb:156
932
936
  msgid "Discovery rules"
933
937
  msgstr ""
934
938
 
935
- #: ../lib/foreman_discovery/engine.rb:171
939
+ #: ../lib/foreman_discovery/engine.rb:172
936
940
  msgid "Discovery Kexec template"
937
941
  msgstr ""
938
942
 
939
- #: ../lib/foreman_discovery/engine.rb:180
943
+ #: ../lib/foreman_discovery/engine.rb:181
940
944
  msgid "Discovery Proxy"
941
945
  msgstr ""
942
946
 
943
- #: ../lib/foreman_discovery/engine.rb:181
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:182
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.4\n"
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