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
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 9.1.4\n"
13
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "POT-Creation-Date: 2017-10-17 15:39+0200\n"
16
16
  "PO-Revision-Date: 2017-10-17 23:23+0000\n"
@@ -10,7 +10,7 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 9.1.4\n"
13
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-10-17 23:23+0000\n"
16
16
  "Last-Translator: Lukáš Zapletal\n"
@@ -9,10 +9,10 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 9.1.4\n"
12
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2017-10-17 15:39+0200\n"
15
- "PO-Revision-Date: 2017-10-20 17:19+0000\n"
15
+ "PO-Revision-Date: 2017-10-17 23:23+0000\n"
16
16
  "Last-Translator: Lukáš Zapletal\n"
17
17
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
18
18
  "MIME-Version: 1.0\n"
@@ -9,9 +9,9 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 9.1.4\n"
12
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "PO-Revision-Date: 2017-10-20 17:19+0000\n"
14
+ "PO-Revision-Date: 2017-10-17 23:23+0000\n"
15
15
  "Last-Translator: Lukáš Zapletal\n"
16
16
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
17
17
  "\n"
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_discovery 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2017-10-25 10:09+0200\n"
12
- "PO-Revision-Date: 2017-10-25 10:09+0200\n"
11
+ "POT-Creation-Date: 2017-10-17 15:39+0200\n"
12
+ "PO-Revision-Date: 2017-10-17 15:39+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -92,56 +92,56 @@ msgid ""
92
92
  "e primary interface is named eth0)"
93
93
  msgstr ""
94
94
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
96
96
  msgid "Execute rules against a discovered host"
97
97
  msgstr ""
98
98
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
100
- #: ../app/controllers/discovered_hosts_controller.rb:163
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
100
+ #: ../app/controllers/discovered_hosts_controller.rb:152
101
101
  msgid "Host %{host} was provisioned with rule %{rule}"
102
102
  msgstr ""
103
103
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
105
105
  msgid "Unable to provision %{host}: %{errors}"
106
106
  msgstr ""
107
107
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
109
- #: ../app/controllers/discovered_hosts_controller.rb:170
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
109
+ #: ../app/controllers/discovered_hosts_controller.rb:159
110
110
  msgid "No rule found for host %s"
111
111
  msgstr ""
112
112
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
114
114
  msgid "Execute rules against all currently discovered hosts"
115
115
  msgstr ""
116
116
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
118
- #: ../app/controllers/discovered_hosts_controller.rb:176
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
118
+ #: ../app/controllers/discovered_hosts_controller.rb:165
119
119
  msgid "Errors during auto provisioning: %s"
120
120
  msgstr ""
121
121
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
123
- #: ../app/controllers/discovered_hosts_controller.rb:179
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
123
+ #: ../app/controllers/discovered_hosts_controller.rb:168
124
124
  msgid "No discovered hosts to provision"
125
125
  msgstr ""
126
126
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:168
128
128
  msgid "%s discovered hosts were provisioned"
129
129
  msgstr ""
130
130
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:179
132
132
  msgid "Refreshing the facts of a discovered host"
133
133
  msgstr ""
134
134
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:188
136
136
  msgid "Rebooting a discovered host"
137
137
  msgstr ""
138
138
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:197
140
140
  msgid "Rebooting all discovered hosts"
141
141
  msgstr ""
142
142
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
144
- #: ../app/controllers/discovered_hosts_controller.rb:121
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:208
144
+ #: ../app/controllers/discovered_hosts_controller.rb:125
145
145
  msgid "Discovered hosts are rebooting now"
146
146
  msgstr ""
147
147
 
@@ -213,95 +213,95 @@ msgstr ""
213
213
  msgid "No discovered hosts to reboot"
214
214
  msgstr ""
215
215
 
216
- #: ../app/controllers/discovered_hosts_controller.rb:57
216
+ #: ../app/controllers/discovered_hosts_controller.rb:61
217
217
  msgid "Successfully provisioned %s"
218
218
  msgstr ""
219
219
 
220
- #: ../app/controllers/discovered_hosts_controller.rb:89
220
+ #: ../app/controllers/discovered_hosts_controller.rb:93
221
221
  msgid "Facts refreshed for %s"
222
222
  msgstr ""
223
223
 
224
- #: ../app/controllers/discovered_hosts_controller.rb:91
224
+ #: ../app/controllers/discovered_hosts_controller.rb:95
225
225
  msgid "Failed to refresh facts for %s"
226
226
  msgstr ""
227
227
 
228
- #: ../app/controllers/discovered_hosts_controller.rb:94
228
+ #: ../app/controllers/discovered_hosts_controller.rb:98
229
229
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
230
230
  msgstr ""
231
231
 
232
- #: ../app/controllers/discovered_hosts_controller.rb:101
232
+ #: ../app/controllers/discovered_hosts_controller.rb:105
233
233
  msgid "Host of type %s can not be rebooted"
234
234
  msgstr ""
235
235
 
236
- #: ../app/controllers/discovered_hosts_controller.rb:105
236
+ #: ../app/controllers/discovered_hosts_controller.rb:109
237
237
  msgid "Rebooting host %s"
238
238
  msgstr ""
239
239
 
240
- #: ../app/controllers/discovered_hosts_controller.rb:107
240
+ #: ../app/controllers/discovered_hosts_controller.rb:111
241
241
  msgid "Failed to reboot host %s"
242
242
  msgstr ""
243
243
 
244
- #: ../app/controllers/discovered_hosts_controller.rb:110
244
+ #: ../app/controllers/discovered_hosts_controller.rb:114
245
245
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
246
246
  msgstr ""
247
247
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:124
248
+ #: ../app/controllers/discovered_hosts_controller.rb:128
249
249
  msgid "Failed to reboot hosts with error %s"
250
250
  msgstr ""
251
251
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:138
252
+ #: ../app/controllers/discovered_hosts_controller.rb:142
253
253
  msgid "Destroyed selected hosts"
254
254
  msgstr ""
255
255
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:140
256
+ #: ../app/controllers/discovered_hosts_controller.rb:144
257
257
  msgid "The following hosts were not deleted: %s"
258
258
  msgstr ""
259
259
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:167
260
+ #: ../app/controllers/discovered_hosts_controller.rb:156
261
261
  msgid "Failed to auto provision host %s: %s"
262
262
  msgstr ""
263
263
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:195
264
+ #: ../app/controllers/discovered_hosts_controller.rb:184
265
265
  msgid "Discovered hosts are provisioning now"
266
266
  msgstr ""
267
267
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:224
268
+ #: ../app/controllers/discovered_hosts_controller.rb:213
269
269
  msgid "Highlights"
270
270
  msgstr ""
271
271
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:224
272
+ #: ../app/controllers/discovered_hosts_controller.rb:213
273
273
  msgid "Storage"
274
274
  msgstr ""
275
275
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:224
276
+ #: ../app/controllers/discovered_hosts_controller.rb:213
277
277
  msgid "Hardware"
278
278
  msgstr ""
279
279
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:224
280
+ #: ../app/controllers/discovered_hosts_controller.rb:213
281
281
  msgid "Network"
282
282
  msgstr ""
283
283
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:224
284
+ #: ../app/controllers/discovered_hosts_controller.rb:213
285
285
  msgid "Software"
286
286
  msgstr ""
287
287
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:224
288
+ #: ../app/controllers/discovered_hosts_controller.rb:213
289
289
  msgid "IPMI"
290
290
  msgstr ""
291
291
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:224
292
+ #: ../app/controllers/discovered_hosts_controller.rb:213
293
293
  msgid "Miscellaneous"
294
294
  msgstr ""
295
295
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:301
296
+ #: ../app/controllers/discovered_hosts_controller.rb:290
297
297
  msgid "No hosts were found with that id or name"
298
298
  msgstr ""
299
299
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:305
300
+ #: ../app/controllers/discovered_hosts_controller.rb:294
301
301
  msgid "No hosts selected"
302
302
  msgstr ""
303
303
 
304
- #: ../app/controllers/discovered_hosts_controller.rb:311
304
+ #: ../app/controllers/discovered_hosts_controller.rb:300
305
305
  msgid "Something went wrong while selecting hosts - %s"
306
306
  msgstr ""
307
307
 
@@ -338,7 +338,7 @@ msgid "Back"
338
338
  msgstr ""
339
339
 
340
340
  #: ../app/helpers/discovered_hosts_helper.rb:21
341
- #: ../app/helpers/discovered_hosts_helper.rb:38
341
+ #: ../app/helpers/discovered_hosts_helper.rb:37
342
342
  msgid "Select Action"
343
343
  msgstr ""
344
344
 
@@ -346,51 +346,53 @@ msgstr ""
346
346
  msgid "Expand All"
347
347
  msgstr ""
348
348
 
349
- #: ../app/helpers/discovered_hosts_helper.rb:28
349
+ #: ../app/helpers/discovered_hosts_helper.rb:27
350
350
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
351
351
  msgid "Delete %s?"
352
352
  msgstr ""
353
353
 
354
- #: ../app/helpers/discovered_hosts_helper.rb:34
354
+ #: ../app/helpers/discovered_hosts_helper.rb:33
355
355
  msgid "Delete hosts"
356
356
  msgstr ""
357
357
 
358
- #: ../app/helpers/discovered_hosts_helper.rb:35
358
+ #: ../app/helpers/discovered_hosts_helper.rb:34
359
359
  msgid "Assign Organization"
360
360
  msgstr ""
361
361
 
362
- #: ../app/helpers/discovered_hosts_helper.rb:36
362
+ #: ../app/helpers/discovered_hosts_helper.rb:35
363
363
  msgid "Assign Location"
364
364
  msgstr ""
365
365
 
366
- #: ../app/helpers/discovered_hosts_helper.rb:40
366
+ #: ../app/helpers/discovered_hosts_helper.rb:39
367
367
  msgid "%s - The following hosts are about to be changed"
368
368
  msgstr ""
369
369
 
370
- #: ../app/helpers/discovered_hosts_helper.rb:49
370
+ #: ../app/helpers/discovered_hosts_helper.rb:48
371
371
  #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
372
372
  msgid "N/A"
373
373
  msgstr ""
374
374
 
375
- #: ../app/helpers/discovered_hosts_helper.rb:61
375
+ #: ../app/helpers/discovered_hosts_helper.rb:60
376
376
  msgid "New in the last 24 hours"
377
377
  msgstr ""
378
378
 
379
- #: ../app/helpers/discovered_hosts_helper.rb:65
379
+ #: ../app/helpers/discovered_hosts_helper.rb:64
380
380
  msgid "Not reported in more than 7 days"
381
381
  msgstr ""
382
382
 
383
- #: ../app/helpers/discovered_hosts_helper.rb:69
383
+ #: ../app/helpers/discovered_hosts_helper.rb:68
384
384
  msgid "Reported in the last 7 days"
385
385
  msgstr ""
386
386
 
387
- #: ../app/helpers/discovered_hosts_helper.rb:93
387
+ #: ../app/helpers/discovered_hosts_helper.rb:92
388
388
  msgid "Provision"
389
389
  msgstr ""
390
390
 
391
391
  #: ../app/helpers/discovery_rules_helper.rb:26
392
392
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
393
- #: ../lib/foreman_discovery/engine.rb:165
393
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
394
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
395
+ #: ../lib/foreman_discovery/engine.rb:166
394
396
  msgid "Discovered Hosts"
395
397
  msgstr ""
396
398
 
@@ -466,43 +468,43 @@ msgstr ""
466
468
  msgid "Facts could not be imported"
467
469
  msgstr ""
468
470
 
469
- #: ../app/models/host/discovered.rb:118
471
+ #: ../app/models/host/discovered.rb:133
470
472
  msgid "Unable to assign subnet, primary interface is missing IP address"
471
473
  msgstr ""
472
474
 
473
- #: ../app/models/host/discovered.rb:176
475
+ #: ../app/models/host/discovered.rb:190
474
476
  msgid "Could not get facts from proxy %{url}: %{error}"
475
477
  msgstr ""
476
478
 
477
- #: ../app/models/host/discovered.rb:192
479
+ #: ../app/models/host/discovered.rb:198
478
480
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
479
481
  msgstr ""
480
482
 
481
- #: ../app/models/host/discovered.rb:200
483
+ #: ../app/models/host/discovered.rb:206
482
484
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
483
485
  msgstr ""
484
486
 
485
- #: ../app/models/host/discovered.rb:219
487
+ #: ../app/models/host/discovered.rb:225
486
488
  msgid "Invalid hostname: Could not normalize the hostname"
487
489
  msgstr ""
488
490
 
489
- #: ../app/models/host/managed_extensions.rb:23
491
+ #: ../app/models/host/managed_extensions.rb:20
490
492
  msgid "Reloading kernel on %s"
491
493
  msgstr ""
492
494
 
493
- #: ../app/models/host/managed_extensions.rb:25
495
+ #: ../app/models/host/managed_extensions.rb:22
494
496
  msgid "Rebooting %s"
495
497
  msgstr ""
496
498
 
497
- #: ../app/models/host/managed_extensions.rb:46
499
+ #: ../app/models/host/managed_extensions.rb:43
498
500
  msgid "Kexec template not associated with operating system"
499
501
  msgstr ""
500
502
 
501
- #: ../app/models/host/managed_extensions.rb:51
503
+ #: ../app/models/host/managed_extensions.rb:48
502
504
  msgid "Kernel kexec URL is invalid: '%s'"
503
505
  msgstr ""
504
506
 
505
- #: ../app/models/host/managed_extensions.rb:52
507
+ #: ../app/models/host/managed_extensions.rb:49
506
508
  msgid "Init RAM kexec URL is invalid: '%s'"
507
509
  msgstr ""
508
510
 
@@ -714,15 +716,11 @@ msgstr ""
714
716
  msgid "Memory"
715
717
  msgstr ""
716
718
 
717
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
718
- msgid "Select initial host properties"
719
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
720
+ msgid "Customize Host"
719
721
  msgstr ""
720
722
 
721
723
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
722
- msgid "Quick Create"
723
- msgstr ""
724
-
725
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
726
724
  msgid "Create Host"
727
725
  msgstr ""
728
726
 
@@ -797,11 +795,7 @@ msgstr ""
797
795
  msgid "Auto Provision All"
798
796
  msgstr ""
799
797
 
800
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
801
- msgid "Warning"
802
- msgstr ""
803
-
804
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
798
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
805
799
  msgid ""
806
800
  "This might take a while, as all hosts, facts and reports will be destroyed as "
807
801
  "well"
@@ -839,6 +833,20 @@ msgstr ""
839
833
  msgid "IP address"
840
834
  msgstr ""
841
835
 
836
+ #: ../app/views/discovered_hosts/welcome.html.erb:7
837
+ msgid "No discovered hosts found in this context."
838
+ msgstr ""
839
+
840
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
841
+ msgid ""
842
+ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
843
+ "ed."
844
+ msgstr ""
845
+
846
+ #: ../app/views/discovered_hosts/welcome.html.erb:9
847
+ msgid "Learn more about this in the documentation."
848
+ msgstr ""
849
+
842
850
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
843
851
  msgid "Summary report for discovered hosts from Foreman"
844
852
  msgstr ""
@@ -997,29 +1005,29 @@ msgstr ""
997
1005
  msgid "Details"
998
1006
  msgstr ""
999
1007
 
1000
- #: ../lib/foreman_discovery/engine.rb:150
1008
+ #: ../lib/foreman_discovery/engine.rb:151
1001
1009
  msgid "Discovered hosts"
1002
1010
  msgstr ""
1003
1011
 
1004
- #: ../lib/foreman_discovery/engine.rb:155
1012
+ #: ../lib/foreman_discovery/engine.rb:156
1005
1013
  msgid "Discovery rules"
1006
1014
  msgstr ""
1007
1015
 
1008
- #: ../lib/foreman_discovery/engine.rb:171
1016
+ #: ../lib/foreman_discovery/engine.rb:172
1009
1017
  msgid "Discovery Kexec template"
1010
1018
  msgstr ""
1011
1019
 
1012
- #: ../lib/foreman_discovery/engine.rb:180
1020
+ #: ../lib/foreman_discovery/engine.rb:181
1013
1021
  msgid "Discovery Proxy"
1014
1022
  msgstr ""
1015
1023
 
1016
- #: ../lib/foreman_discovery/engine.rb:181
1024
+ #: ../lib/foreman_discovery/engine.rb:182
1017
1025
  msgid ""
1018
1026
  "Discovery Proxy to use within this subnet for managing connection to discovere"
1019
1027
  "d hosts"
1020
1028
  msgstr ""
1021
1029
 
1022
- #: ../lib/foreman_discovery/engine.rb:182
1030
+ #: ../lib/foreman_discovery/engine.rb:183
1023
1031
  msgid ""
1024
1032
  "ID of Discovery Proxy to use within this subnet for managing connection to dis"
1025
1033
  "covered hosts"