foreman_discovery 9.1.3 → 9.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb000c63fe472c766b1cd637130b4b6dea7cf27d
4
- data.tar.gz: b70080def7555d896edfc19e999d2e64383aadff
3
+ metadata.gz: 19f06b4e416bd8124f46c469828469628e6e4521
4
+ data.tar.gz: 719542f00b5a9f4734d7eddaff9d2fd5440a4b47
5
5
  SHA512:
6
- metadata.gz: 4c2e52291397fc57b84f0ee16b7a09df77fdbfd3770db786418f5de38ecd7d775ae6153f518312b0c180145829f1617eb31bf2af12efd83819ccf0f5aa340db2
7
- data.tar.gz: b2e4ddaabbccffa97a80a0949f94aca96a43ca64682ba013eb5bb2edfa1c9dc2d6c89671f1023155053bda7f26d249269dfe135df884dc183c4a47267e1eb42a
6
+ metadata.gz: 1710ad760c473aaa029cddf030fbdb5d9ae04777af3fc75945bc2698ef87875ebe110964a8bd6a0b0043c9d864646d6daad65586c12dc89f9fd9562ca36443e2
7
+ data.tar.gz: 63bb45ad1bad6a6fc1a70a2b57ba8630ca32a7d0fad7ff9654716cd16e1cfee64eed05bc4ad3433944ed97bc147df63f1d800cb00d750d1f7db74cfd58fa3039
@@ -80,7 +80,7 @@ module Api
80
80
  end
81
81
 
82
82
  def update
83
- @host = ::ForemanDiscovery::HostConverter.to_managed(@discovered_host, true, true, discovered_host_params)
83
+ @host = ::ForemanDiscovery::HostConverter.to_managed(@discovered_host, true, true, managed_host_params)
84
84
  forward_request_url
85
85
  update_response = @host.save
86
86
  process_response update_response
@@ -1,7 +1,6 @@
1
1
  module Foreman::Controller::Parameters::DiscoveredHost
2
2
  extend ActiveSupport::Concern
3
- include Foreman::Controller::Parameters::HostBase
4
- include Foreman::Controller::Parameters::HostCommon
3
+ include Foreman::Controller::Parameters::Host
5
4
 
6
5
  class_methods do
7
6
  def discovered_host_params_filter
@@ -21,4 +20,12 @@ module Foreman::Controller::Parameters::DiscoveredHost
21
20
  def discovered_host_params_host
22
21
  self.class.discovered_host_params_filter.filter_params(params, parameter_filter_context, :host)
23
22
  end
23
+
24
+ def managed_host_params_host
25
+ self.class.host_params_filter.filter_params(params, parameter_filter_context, :host)
26
+ end
27
+
28
+ def managed_host_params
29
+ self.class.host_params_filter.filter_params(params, parameter_filter_context)
30
+ end
24
31
  end
@@ -62,7 +62,7 @@ class DiscoveredHostsController < ::ApplicationController
62
62
  end
63
63
 
64
64
  def update
65
- @host = ::ForemanDiscovery::HostConverter.to_managed(@host, true, true, discovered_host_params_host)
65
+ @host = ::ForemanDiscovery::HostConverter.to_managed(@host, true, true, managed_host_params_host)
66
66
  forward_url_options
67
67
 
68
68
  perform_update(@host)
@@ -1,3 +1,3 @@
1
1
  module ForemanDiscovery
2
- VERSION = "9.1.3"
2
+ VERSION = "9.1.4"
3
3
  end
@@ -6,10 +6,10 @@
6
6
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 9.1.2\n"
9
+ "Project-Id-Version: foreman_discovery 9.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2017-06-14 13:49+0200\n"
12
- "PO-Revision-Date: 2017-08-03 17:21+0000\n"
11
+ "POT-Creation-Date: 2017-10-17 15:39+0200\n"
12
+ "PO-Revision-Date: 2017-10-17 23:23+0000\n"
13
13
  "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -46,98 +46,103 @@ msgstr "Nombre d'entrades per petició"
46
46
  msgid "Show a discovered host"
47
47
  msgstr "Mostra un amfitrió descobert"
48
48
 
49
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:40
49
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
50
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
+ msgid "DHCP filename option (Grub2 or PXELinux by default)"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
50
55
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
51
56
  msgstr "Crea un amfitrió descobert per a provar-ho (utilitzeu /facts per crear nous amfitrions)"
52
57
 
53
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:48
58
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
54
59
  msgid "Provision a discovered host"
55
60
  msgstr "Aprovisiona un amfitrió descobert"
56
61
 
57
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:53
62
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
58
63
  msgid "not required if using a subnet with DHCP proxy"
59
64
  msgstr "no es requereix si s'està utilitzant una subxarxa amb servidor intermediari de DHCP"
60
65
 
61
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
66
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
62
67
  msgid "not required if it's a virtual machine"
63
68
  msgstr ""
64
69
 
65
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
70
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
66
71
  msgid ""
67
72
  "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
73
  msgstr ""
69
74
 
70
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
75
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
71
76
  msgid ""
72
77
  "required if value is not inherited from host group or default password in "
73
78
  "settings"
74
79
  msgstr ""
75
80
 
76
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
81
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
77
82
  msgid "Delete a discovered host"
78
83
  msgstr "Suprimeix un amfitrió descobert"
79
84
 
80
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
85
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
81
86
  msgid "Upload facts for a host, creating the host if required"
82
87
  msgstr "Puja els objectes d'interès per a un amfitrió, creant el nou amfitrió si fos necessari"
83
88
 
84
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
89
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
85
90
  msgid ""
86
91
  "hash containing facts for the host with minimum set of facts: "
87
92
  "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
88
93
  "eth0 (example in case primary interface is named eth0)"
89
94
  msgstr ""
90
95
 
91
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
92
97
  msgid "Execute rules against a discovered host"
93
98
  msgstr ""
94
99
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
96
- #: ../app/controllers/discovered_hosts_controller.rb:162
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
101
+ #: ../app/controllers/discovered_hosts_controller.rb:152
97
102
  msgid "Host %{host} was provisioned with rule %{rule}"
98
103
  msgstr "L'amfitrió %{host} va ser aprovisionat amb la regla %{rule}"
99
104
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
101
106
  msgid "Unable to provision %{host}: %{errors}"
102
107
  msgstr "No es pot aprovisionar a %{host}: %{errors}"
103
108
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
105
- #: ../app/controllers/discovered_hosts_controller.rb:169
109
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
110
+ #: ../app/controllers/discovered_hosts_controller.rb:159
106
111
  msgid "No rule found for host %s"
107
112
  msgstr "No s'ha trobat cap regla per a l'amfitrió %s"
108
113
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
110
115
  msgid "Execute rules against all currently discovered hosts"
111
116
  msgstr "Executa les regles contra tots els amfitrions detectats actualment"
112
117
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
114
- #: ../app/controllers/discovered_hosts_controller.rb:175
118
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
119
+ #: ../app/controllers/discovered_hosts_controller.rb:165
115
120
  msgid "Errors during auto provisioning: %s"
116
121
  msgstr "Erros durant l'auto aprovisionament: %s"
117
122
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
119
- #: ../app/controllers/discovered_hosts_controller.rb:178
123
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
124
+ #: ../app/controllers/discovered_hosts_controller.rb:168
120
125
  msgid "No discovered hosts to provision"
121
126
  msgstr "Sense amfitrions descoberts per aprovisionar"
122
127
 
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:168
124
129
  msgid "%s discovered hosts were provisioned"
125
130
  msgstr "%s amfitrions descoberts van ser aprovisionats"
126
131
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:179
128
133
  msgid "Refreshing the facts of a discovered host"
129
134
  msgstr "S'estan refrescant els objectes d'interès d'un amfitrió descobert"
130
135
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:188
132
137
  msgid "Rebooting a discovered host"
133
138
  msgstr "S'està reiniciant un amfitrió descobert"
134
139
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:197
136
141
  msgid "Rebooting all discovered hosts"
137
142
  msgstr "S'estan reiniciant tots els amfitrions descoberts"
138
143
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
140
- #: ../app/controllers/discovered_hosts_controller.rb:120
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:208
145
+ #: ../app/controllers/discovered_hosts_controller.rb:125
141
146
  msgid "Discovered hosts are rebooting now"
142
147
  msgstr "Ara s'estan reiniciant els amfitrions descoberts"
143
148
 
@@ -211,95 +216,95 @@ msgstr "Errors durant el reinici: %s"
211
216
  msgid "No discovered hosts to reboot"
212
217
  msgstr ""
213
218
 
214
- #: ../app/controllers/discovered_hosts_controller.rb:57
219
+ #: ../app/controllers/discovered_hosts_controller.rb:61
215
220
  msgid "Successfully provisioned %s"
216
221
  msgstr ""
217
222
 
218
- #: ../app/controllers/discovered_hosts_controller.rb:88
223
+ #: ../app/controllers/discovered_hosts_controller.rb:93
219
224
  msgid "Facts refreshed for %s"
220
225
  msgstr "Els objectes d'interès que s'han refrescat per a %s"
221
226
 
222
- #: ../app/controllers/discovered_hosts_controller.rb:90
227
+ #: ../app/controllers/discovered_hosts_controller.rb:95
223
228
  msgid "Failed to refresh facts for %s"
224
229
  msgstr "No s'ha pogut refrescar els objectes d'interès per a %s"
225
230
 
226
- #: ../app/controllers/discovered_hosts_controller.rb:93
231
+ #: ../app/controllers/discovered_hosts_controller.rb:98
227
232
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
228
233
  msgstr ""
229
234
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:100
235
+ #: ../app/controllers/discovered_hosts_controller.rb:105
231
236
  msgid "Host of type %s can not be rebooted"
232
237
  msgstr ""
233
238
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:104
239
+ #: ../app/controllers/discovered_hosts_controller.rb:109
235
240
  msgid "Rebooting host %s"
236
241
  msgstr "S'està reiniciant l'amfitrió %s"
237
242
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:106
243
+ #: ../app/controllers/discovered_hosts_controller.rb:111
239
244
  msgid "Failed to reboot host %s"
240
245
  msgstr "No s'ha pogut reiniciar l'amfitrió %s."
241
246
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:109
247
+ #: ../app/controllers/discovered_hosts_controller.rb:114
243
248
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
244
249
  msgstr ""
245
250
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:123
251
+ #: ../app/controllers/discovered_hosts_controller.rb:128
247
252
  msgid "Failed to reboot hosts with error %s"
248
253
  msgstr ""
249
254
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:137
255
+ #: ../app/controllers/discovered_hosts_controller.rb:142
251
256
  msgid "Destroyed selected hosts"
252
257
  msgstr ""
253
258
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:139
259
+ #: ../app/controllers/discovered_hosts_controller.rb:144
255
260
  msgid "The following hosts were not deleted: %s"
256
261
  msgstr ""
257
262
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:166
263
+ #: ../app/controllers/discovered_hosts_controller.rb:156
259
264
  msgid "Failed to auto provision host %s: %s"
260
265
  msgstr "No s'ha pogut auto aprovisionar l'amfitrió %s: %s"
261
266
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:194
267
+ #: ../app/controllers/discovered_hosts_controller.rb:184
263
268
  msgid "Discovered hosts are provisioning now"
264
269
  msgstr "Els amfitrions descoberts ara tenen aprovisionament"
265
270
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:223
271
+ #: ../app/controllers/discovered_hosts_controller.rb:213
267
272
  msgid "Highlights"
268
273
  msgstr ""
269
274
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:223
275
+ #: ../app/controllers/discovered_hosts_controller.rb:213
271
276
  msgid "Storage"
272
277
  msgstr ""
273
278
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:223
279
+ #: ../app/controllers/discovered_hosts_controller.rb:213
275
280
  msgid "Hardware"
276
281
  msgstr ""
277
282
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:223
283
+ #: ../app/controllers/discovered_hosts_controller.rb:213
279
284
  msgid "Network"
280
285
  msgstr ""
281
286
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:223
287
+ #: ../app/controllers/discovered_hosts_controller.rb:213
283
288
  msgid "Software"
284
289
  msgstr ""
285
290
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:213
287
292
  msgid "IPMI"
288
293
  msgstr ""
289
294
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:213
291
296
  msgid "Miscellaneous"
292
297
  msgstr ""
293
298
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:300
299
+ #: ../app/controllers/discovered_hosts_controller.rb:290
295
300
  msgid "No hosts were found with that id or name"
296
301
  msgstr "No s'ha trobat cap amfitrió amb aquest id. o nom"
297
302
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:304
303
+ #: ../app/controllers/discovered_hosts_controller.rb:294
299
304
  msgid "No hosts selected"
300
305
  msgstr "Cap amfitrió seleccionat"
301
306
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:310
307
+ #: ../app/controllers/discovered_hosts_controller.rb:300
303
308
  msgid "Something went wrong while selecting hosts - %s"
304
309
  msgstr "Alguna cosa va anar malament mentre se seleccionaven els amfitrions - %s"
305
310
 
@@ -336,7 +341,7 @@ msgid "Back"
336
341
  msgstr "Enrere"
337
342
 
338
343
  #: ../app/helpers/discovered_hosts_helper.rb:21
339
- #: ../app/helpers/discovered_hosts_helper.rb:38
344
+ #: ../app/helpers/discovered_hosts_helper.rb:37
340
345
  msgid "Select Action"
341
346
  msgstr "Selecciona l'acció"
342
347
 
@@ -344,51 +349,53 @@ msgstr "Selecciona l'acció"
344
349
  msgid "Expand All"
345
350
  msgstr "Expandeix-ho tot"
346
351
 
347
- #: ../app/helpers/discovered_hosts_helper.rb:28
352
+ #: ../app/helpers/discovered_hosts_helper.rb:27
348
353
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
349
354
  msgid "Delete %s?"
350
355
  msgstr "Voleu suprimir %s?"
351
356
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:34
357
+ #: ../app/helpers/discovered_hosts_helper.rb:33
353
358
  msgid "Delete hosts"
354
359
  msgstr "Suprimeix els amfitrions"
355
360
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:35
361
+ #: ../app/helpers/discovered_hosts_helper.rb:34
357
362
  msgid "Assign Organization"
358
363
  msgstr "Assigna l'organització"
359
364
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:36
365
+ #: ../app/helpers/discovered_hosts_helper.rb:35
361
366
  msgid "Assign Location"
362
367
  msgstr "Assigna la ubicació"
363
368
 
364
- #: ../app/helpers/discovered_hosts_helper.rb:40
369
+ #: ../app/helpers/discovered_hosts_helper.rb:39
365
370
  msgid "%s - The following hosts are about to be changed"
366
371
  msgstr "%s - Els següents amfitrions estan a punt de ser canviats"
367
372
 
368
- #: ../app/helpers/discovered_hosts_helper.rb:49
373
+ #: ../app/helpers/discovered_hosts_helper.rb:48
369
374
  #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
370
375
  msgid "N/A"
371
376
  msgstr "N/D"
372
377
 
373
- #: ../app/helpers/discovered_hosts_helper.rb:61
378
+ #: ../app/helpers/discovered_hosts_helper.rb:60
374
379
  msgid "New in the last 24 hours"
375
380
  msgstr "Nou en les últimes 24 hores"
376
381
 
377
- #: ../app/helpers/discovered_hosts_helper.rb:65
382
+ #: ../app/helpers/discovered_hosts_helper.rb:64
378
383
  msgid "Not reported in more than 7 days"
379
384
  msgstr "No es va informar en més de 7 dies"
380
385
 
381
- #: ../app/helpers/discovered_hosts_helper.rb:69
386
+ #: ../app/helpers/discovered_hosts_helper.rb:68
382
387
  msgid "Reported in the last 7 days"
383
388
  msgstr "Es va informar en els últims 7 dies"
384
389
 
385
- #: ../app/helpers/discovered_hosts_helper.rb:93
390
+ #: ../app/helpers/discovered_hosts_helper.rb:92
386
391
  msgid "Provision"
387
392
  msgstr "Aprovisiona"
388
393
 
389
394
  #: ../app/helpers/discovery_rules_helper.rb:26
390
395
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
391
- #: ../lib/foreman_discovery/engine.rb:165
396
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
397
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
398
+ #: ../lib/foreman_discovery/engine.rb:166
392
399
  msgid "Discovered Hosts"
393
400
  msgstr ""
394
401
 
@@ -467,43 +474,43 @@ msgstr ""
467
474
  msgid "Facts could not be imported"
468
475
  msgstr ""
469
476
 
470
- #: ../app/models/host/discovered.rb:116
477
+ #: ../app/models/host/discovered.rb:133
471
478
  msgid "Unable to assign subnet, primary interface is missing IP address"
472
479
  msgstr ""
473
480
 
474
- #: ../app/models/host/discovered.rb:174
481
+ #: ../app/models/host/discovered.rb:190
475
482
  msgid "Could not get facts from proxy %{url}: %{error}"
476
483
  msgstr "No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}: %{error}"
477
484
 
478
- #: ../app/models/host/discovered.rb:190
485
+ #: ../app/models/host/discovered.rb:198
479
486
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
480
487
  msgstr "No es pot reiniciar %{name} a través de %{url}: %{msg}"
481
488
 
482
- #: ../app/models/host/discovered.rb:198
489
+ #: ../app/models/host/discovered.rb:206
483
490
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
484
491
  msgstr "No es pot realitzar kexec a %{name} a través de %{url}: %{msg}"
485
492
 
486
- #: ../app/models/host/discovered.rb:217
493
+ #: ../app/models/host/discovered.rb:225
487
494
  msgid "Invalid hostname: Could not normalize the hostname"
488
495
  msgstr ""
489
496
 
490
- #: ../app/models/host/managed_extensions.rb:23
497
+ #: ../app/models/host/managed_extensions.rb:20
491
498
  msgid "Reloading kernel on %s"
492
499
  msgstr "S'està tornant a carregar el kernel a %s"
493
500
 
494
- #: ../app/models/host/managed_extensions.rb:25
501
+ #: ../app/models/host/managed_extensions.rb:22
495
502
  msgid "Rebooting %s"
496
503
  msgstr "S'està reiniciant %s"
497
504
 
498
- #: ../app/models/host/managed_extensions.rb:46
505
+ #: ../app/models/host/managed_extensions.rb:43
499
506
  msgid "Kexec template not associated with operating system"
500
507
  msgstr ""
501
508
 
502
- #: ../app/models/host/managed_extensions.rb:51
509
+ #: ../app/models/host/managed_extensions.rb:48
503
510
  msgid "Kernel kexec URL is invalid: '%s'"
504
511
  msgstr ""
505
512
 
506
- #: ../app/models/host/managed_extensions.rb:52
513
+ #: ../app/models/host/managed_extensions.rb:49
507
514
  msgid "Init RAM kexec URL is invalid: '%s'"
508
515
  msgstr ""
509
516
 
@@ -715,15 +722,11 @@ msgstr "Les CPU"
715
722
  msgid "Memory"
716
723
  msgstr "Memòria"
717
724
 
718
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:7
719
- msgid "Select initial host properties"
725
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
726
+ msgid "Customize Host"
720
727
  msgstr ""
721
728
 
722
729
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
723
- msgid "Quick Create"
724
- msgstr ""
725
-
726
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
727
730
  msgid "Create Host"
728
731
  msgstr ""
729
732
 
@@ -798,11 +801,7 @@ msgstr "Reinicia-ho tot"
798
801
  msgid "Auto Provision All"
799
802
  msgstr "Auto aprovisiona-ho tot"
800
803
 
801
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
802
- msgid "Warning"
803
- msgstr "Advertència"
804
-
805
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
804
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
806
805
  msgid ""
807
806
  "This might take a while, as all hosts, facts and reports will be destroyed "
808
807
  "as well"
@@ -840,6 +839,20 @@ msgstr "Adreça MAC"
840
839
  msgid "IP address"
841
840
  msgstr "Adreça IP"
842
841
 
842
+ #: ../app/views/discovered_hosts/welcome.html.erb:7
843
+ msgid "No discovered hosts found in this context."
844
+ msgstr ""
845
+
846
+ #: ../app/views/discovered_hosts/welcome.html.erb:8
847
+ msgid ""
848
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
849
+ "provisioned."
850
+ msgstr ""
851
+
852
+ #: ../app/views/discovered_hosts/welcome.html.erb:9
853
+ msgid "Learn more about this in the documentation."
854
+ msgstr ""
855
+
843
856
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
844
857
  msgid "Summary report for discovered hosts from Foreman"
845
858
  msgstr ""
@@ -998,29 +1011,29 @@ msgstr ""
998
1011
  msgid "Details"
999
1012
  msgstr ""
1000
1013
 
1001
- #: ../lib/foreman_discovery/engine.rb:150
1014
+ #: ../lib/foreman_discovery/engine.rb:151
1002
1015
  msgid "Discovered hosts"
1003
1016
  msgstr "Amfitrions descoberts"
1004
1017
 
1005
- #: ../lib/foreman_discovery/engine.rb:155
1018
+ #: ../lib/foreman_discovery/engine.rb:156
1006
1019
  msgid "Discovery rules"
1007
1020
  msgstr "Regles de descobriment"
1008
1021
 
1009
- #: ../lib/foreman_discovery/engine.rb:171
1022
+ #: ../lib/foreman_discovery/engine.rb:172
1010
1023
  msgid "Discovery Kexec template"
1011
1024
  msgstr ""
1012
1025
 
1013
- #: ../lib/foreman_discovery/engine.rb:180
1026
+ #: ../lib/foreman_discovery/engine.rb:181
1014
1027
  msgid "Discovery Proxy"
1015
1028
  msgstr ""
1016
1029
 
1017
- #: ../lib/foreman_discovery/engine.rb:181
1030
+ #: ../lib/foreman_discovery/engine.rb:182
1018
1031
  msgid ""
1019
1032
  "Discovery Proxy to use within this subnet for managing connection to "
1020
1033
  "discovered hosts"
1021
1034
  msgstr ""
1022
1035
 
1023
- #: ../lib/foreman_discovery/engine.rb:182
1036
+ #: ../lib/foreman_discovery/engine.rb:183
1024
1037
  msgid ""
1025
1038
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1026
1039
  "discovered hosts"