foreman_discovery 25.0.0 → 25.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
  3. data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
  4. data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
  5. data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
  6. data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
  7. data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
  8. data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
  9. data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
  10. data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
  11. data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
  12. data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
  13. data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
  14. data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
  15. data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
  16. data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
  17. data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
  18. data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
  19. data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
  20. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
  21. data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
  22. data/app/controllers/discovered_hosts_controller.rb +0 -13
  23. data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
  24. data/app/models/host/discovered.rb +1 -0
  25. data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
  26. data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
  27. data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
  28. data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
  29. data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
  30. data/app/views/discovered_hosts/show.html.erb +3 -1
  31. data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
  32. data/lib/foreman_discovery/version.rb +1 -1
  33. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  34. data/locale/ca/foreman_discovery.po +2 -14
  35. data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/cs_CZ/foreman_discovery.po +128 -138
  37. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/de/foreman_discovery.po +4 -16
  39. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/en/foreman_discovery.po +13 -20
  41. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/en_GB/foreman_discovery.po +39 -51
  43. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/es/foreman_discovery.po +47 -59
  45. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/fr/foreman_discovery.po +18 -30
  47. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/gl/foreman_discovery.po +2 -14
  49. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/it/foreman_discovery.po +2 -14
  51. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ja/foreman_discovery.po +27 -38
  53. data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ka/foreman_discovery.po +19 -31
  55. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/ko/foreman_discovery.po +98 -108
  57. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/pt_BR/foreman_discovery.po +2 -14
  59. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ru/foreman_discovery.po +2 -14
  61. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/sv_SE/foreman_discovery.po +2 -14
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.po +20 -32
  65. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/zh_TW/foreman_discovery.po +2 -14
  67. data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
  68. data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
  69. data/test/integration/discovered_hosts_test.rb +3 -1
  70. data/test/test_helper_discovery.rb +21 -7
  71. data/test/unit/lldp_neighbors_test.rb +34 -0
  72. metadata +4 -3
@@ -3,842 +3,831 @@
3
3
  "locale_data": {
4
4
  "foreman_discovery": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_discovery v22.0.4",
7
- "Report-Msgid-Bugs-To": "foreman-dev@googlegroups.com",
8
- "PO-Revision-Date": "2015-12-27 01:18+0000",
9
- "Last-Translator": "",
10
- "Language-Team": "EnglishMIME-Version: 1.0",
6
+ "Project-Id-Version": "foreman_discovery 1.0.0",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2024-09-19 13:06+0200",
9
+ "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
+ "Language-Team": "LANGUAGE <LL@li.org>",
11
+ "Language": "",
12
+ "MIME-Version": "1.0",
11
13
  "Content-Type": "text/plain; charset=UTF-8",
12
14
  "Content-Transfer-Encoding": "8bit",
13
- "Language": "en",
14
- "Plural-Forms": "nplurals=2; plural=(n != 1);",
15
+ "Plural-Forms": "nplurals=INTEGER; plural=EXPRESSION;",
15
16
  "lang": "en",
16
17
  "domain": "foreman_discovery",
17
- "plural_forms": "nplurals=2; plural=(n != 1);"
18
+ "plural_forms": "nplurals=INTEGER; plural=EXPRESSION;"
18
19
  },
19
- "List all discovered hosts": [
20
- ""
21
- ],
22
- "filter results": [
20
+ "%s - The following hosts are about to be changed": [
23
21
  ""
24
22
  ],
25
- "sort results": [
23
+ "%s discovered hosts were provisioned": [
26
24
  ""
27
25
  ],
28
- "paginate results": [
26
+ "<b>Foreman</b> Discovered hosts summary": [
29
27
  ""
30
28
  ],
31
- "number of entries per request": [
29
+ "A summary of discovered hosts": [
32
30
  ""
33
31
  ],
34
- "Show a discovered host": [
32
+ "Actions": [
35
33
  ""
36
34
  ],
37
- "DHCP filename option (Grub2 or PXELinux by default)": [
35
+ "Assign Location": [
38
36
  ""
39
37
  ],
40
- "Create a discovered host for testing (use /facts to create new hosts)": [
38
+ "Assign Organization": [
41
39
  ""
42
40
  ],
43
- "Provision a discovered host": [
41
+ "Associated Hosts": [
44
42
  ""
45
43
  ],
46
- "required if host is managed and value is not inherited from host group": [
44
+ "Auto Provision": [
47
45
  ""
48
46
  ],
49
- "not required if using a subnet with DHCP proxy": [
47
+ "Auto provisioning": [
50
48
  ""
51
49
  ],
52
- "not required if it's a virtual machine": [
50
+ "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
53
51
  ""
54
52
  ],
55
- "required if not imaged based provisioning and host is managed and value is not inherited from host group": [
53
+ "Automatically generate PXE configuration to pin a newly discovered host to discovery": [
56
54
  ""
57
55
  ],
58
- "required if host is managed and custom partition has not been defined": [
56
+ "Automatically provision newly discovered hosts, according to the provisioning rules": [
59
57
  ""
60
58
  ],
61
- "Host's owner type": [
59
+ "Automatically reboot or kexec discovered host during provisioning": [
62
60
  ""
63
61
  ],
64
- "Host's parameters (array or indexed hash)": [
62
+ "Back": [
65
63
  ""
66
64
  ],
67
- "Name of the parameter": [
65
+ "CPUs": [
68
66
  ""
69
67
  ],
70
- "Parameter value": [
68
+ "Cancel": [
71
69
  ""
72
70
  ],
73
- "Type of value": [
71
+ "Clean all facts": [
74
72
  ""
75
73
  ],
76
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
74
+ "Clean all reported facts during provisioning (except discovery facts)": [
77
75
  ""
78
76
  ],
79
- "required if value is not inherited from host group or default password in settings": [
77
+ "Clone": [
80
78
  ""
81
79
  ],
82
- "Delete a discovered host": [
80
+ "Clone %s": [
83
81
  ""
84
82
  ],
85
- "Upload facts for a host, creating the host if required": [
83
+ "Collapse All": [
86
84
  ""
87
85
  ],
88
- "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)": [
86
+ "Could not get facts from proxy %{url}: %{error}": [
89
87
  ""
90
88
  ],
91
- "Execute rules against a discovered host": [
89
+ "Create Host": [
92
90
  ""
93
91
  ],
94
- "Host %{host} was provisioned with rule %{rule}": [
92
+ "Create Rule": [
95
93
  ""
96
94
  ],
97
- "Unable to provision %{host}: %{errors}": [
95
+ "Create a discovered host for testing (use /facts to create new hosts)": [
98
96
  ""
99
97
  ],
100
- "No rule found for host %s": [
98
+ "Create a discovery rule": [
101
99
  ""
102
100
  ],
103
- "Execute rules against all currently discovered hosts": [
101
+ "Create bond interfaces": [
104
102
  ""
105
103
  ],
106
- "Errors during auto provisioning: %s": [
104
+ "Customize Host": [
107
105
  ""
108
106
  ],
109
- "No discovered hosts to provision": [
107
+ "DHCP filename option (Grub2 or PXELinux by default)": [
110
108
  ""
111
109
  ],
112
- "%s discovered hosts were provisioned": [
110
+ "Delete": [
113
111
  ""
114
112
  ],
115
- "Refreshing the facts of a discovered host": [
113
+ "Delete %s?": [
116
114
  ""
117
115
  ],
118
- "Rebooting a discovered host": [
116
+ "Delete a discovered host": [
119
117
  ""
120
118
  ],
121
- "Rebooting all discovered hosts": [
119
+ "Delete a rule": [
122
120
  ""
123
121
  ],
124
- "Discovered hosts are rebooting now": [
122
+ "Delete rule '%s'?": [
125
123
  ""
126
124
  ],
127
- "List all discovery rules": [
125
+ "Destroyed selected hosts": [
128
126
  ""
129
127
  ],
130
- "Show a discovery rule": [
128
+ "Details": [
131
129
  ""
132
130
  ],
133
- "represents rule name shown to the users": [
131
+ "Disable": [
134
132
  ""
135
133
  ],
136
- "query to match discovered hosts for the particular rule": [
134
+ "Disable rule '%s'?": [
137
135
  ""
138
136
  ],
139
- "the hostgroup that is used to auto provision a host": [
137
+ "Discovered Host": [
138
+ "",
140
139
  ""
141
140
  ],
142
- "defines a pattern to assign human-readable hostnames to the matching hosts": [
141
+ "Discovered Hosts": [
143
142
  ""
144
143
  ],
145
- "enables to limit maximum amount of provisioned hosts per rule": [
144
+ "Discovered Rules": [
146
145
  ""
147
146
  ],
148
- "puts the rules in order, low numbers go first. Must be greater then zero": [
147
+ "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
149
148
  ""
150
149
  ],
151
- "flag is used for temporary shutdown of rules": [
150
+ "Discovered host reported from unknown subnet, communication will not be proxied.": [
152
151
  ""
153
152
  ],
154
- "location ID for provisioned hosts": [
153
+ "Discovered host: %s": [
155
154
  ""
156
155
  ],
157
- "organization ID for provisioned hosts": [
156
+ "Discovered hosts are provisioning now": [
158
157
  ""
159
158
  ],
160
- "Create a discovery rule": [
159
+ "Discovered hosts are rebooting now": [
161
160
  ""
162
161
  ],
163
- "Update a rule": [
162
+ "Discovered hosts from Foreman server at %{foreman_url}": [
164
163
  ""
165
164
  ],
166
- "Delete a rule": [
165
+ "Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
167
166
  ""
168
167
  ],
169
- "List all fact values of a given discovered host": [
168
+ "Discovered hosts summary": [
170
169
  ""
171
170
  ],
172
- "Unable to find a discovery rule, no host provided (check permissions)": [
171
+ "Discovery": [
173
172
  ""
174
173
  ],
175
- "No hostgroup associated with rule '%s'": [
174
+ "Discovery Proxy": [
176
175
  ""
177
176
  ],
178
- "Errors during reboot: %s": [
177
+ "Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
179
178
  ""
180
179
  ],
181
- "No discovered hosts to reboot": [
180
+ "Discovery Rules": [
182
181
  ""
183
182
  ],
184
- "Successfully provisioned %s": [
183
+ "Discovery fact parser does not work with non-discovery host '%{host}'": [
185
184
  ""
186
185
  ],
187
- "Facts refreshed for %s": [
186
+ "Discovery hostname naming pattern": [
188
187
  ""
189
188
  ],
190
- "Failed to refresh facts for %s": [
189
+ "Discovery location": [
191
190
  ""
192
191
  ],
193
- "Failed to refresh facts for %{hostname} with error %{error_message}": [
192
+ "Discovery organization": [
194
193
  ""
195
194
  ],
196
- "Host of type %s can not be rebooted": [
195
+ "DiscoveryRule|Enabled": [
197
196
  ""
198
197
  ],
199
- "Rebooting host %s": [
198
+ "DiscoveryRule|Name": [
200
199
  ""
201
200
  ],
202
- "Failed to reboot host %s": [
201
+ "DiscoveryRule|Priority": [
203
202
  ""
204
203
  ],
205
- "Failed to reboot host %{hostname} with error %{error_message}": [
204
+ "DiscoveryRule|Query": [
206
205
  ""
207
206
  ],
208
- "Failed to reboot hosts with error %s": [
207
+ "Disk Count": [
209
208
  ""
210
209
  ],
211
- "Destroyed selected hosts": [
210
+ "Disk count": [
212
211
  ""
213
212
  ],
214
- "The following hosts were not deleted: %s": [
213
+ "Disks Size": [
215
214
  ""
216
215
  ],
217
- "Failed to auto provision host %s: %s": [
216
+ "Disks size": [
218
217
  ""
219
218
  ],
220
- "Discovered hosts are provisioning now": [
219
+ "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
221
220
  ""
222
221
  ],
223
- "Discovered host reported from unknown subnet, communication will not be proxied.": [
222
+ "Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
224
223
  ""
225
224
  ],
226
- "Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
225
+ "Edit %s": [
227
226
  ""
228
227
  ],
229
- "No hosts were found with that id or name": [
228
+ "Enable": [
230
229
  ""
231
230
  ],
232
- "No hosts selected": [
231
+ "Enable rule '%s'?": [
233
232
  ""
234
233
  ],
235
- "Something went wrong while selecting hosts - %s": [
234
+ "Error message goes here": [
236
235
  ""
237
236
  ],
238
- "Rule enabled": [
237
+ "Error on existing NIC": [
239
238
  ""
240
239
  ],
241
- "Rule disabled": [
240
+ "Errors during auto provisioning: %s": [
242
241
  ""
243
242
  ],
244
- "Auto Provision": [
243
+ "Errors during reboot: %s": [
245
244
  ""
246
245
  ],
247
- "Refresh facts": [
246
+ "Execute rules against a discovered host": [
248
247
  ""
249
248
  ],
250
- "Reboot": [
249
+ "Execute rules against all currently discovered hosts": [
251
250
  ""
252
251
  ],
253
- "Back": [
252
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
254
253
  ""
255
254
  ],
256
- "Select Action": [
255
+ "Extra facter columns to show in host lists": [
257
256
  ""
258
257
  ],
259
- "Delete %s?": [
258
+ "Fact + prefix": [
260
259
  ""
261
260
  ],
262
- "Assign Organization": [
261
+ "Fact columns": [
263
262
  ""
264
263
  ],
265
- "Assign Location": [
264
+ "Fact name to use for primary interface detection": [
266
265
  ""
267
266
  ],
268
- "Delete": [
267
+ "Facts could not be imported": [
269
268
  ""
270
269
  ],
271
- "%s - The following hosts are about to be changed": [
270
+ "Facts refreshed for %s": [
272
271
  ""
273
272
  ],
274
- "N/A": [
273
+ "Failed to auto provision host %s: %s": [
275
274
  ""
276
275
  ],
277
- "New in the last 24 hours": [
276
+ "Failed to reboot host %s": [
278
277
  ""
279
278
  ],
280
- "Not reported in more than 7 days": [
279
+ "Failed to reboot host %{hostname} with error %{error_message}": [
281
280
  ""
282
281
  ],
283
- "Reported in the last 7 days": [
282
+ "Failed to reboot hosts with error %s": [
284
283
  ""
285
284
  ],
286
- "Provision": [
285
+ "Failed to refresh facts for %s": [
287
286
  ""
288
287
  ],
289
- "Discovered Hosts": [
288
+ "Failed to refresh facts for %{hostname} with error %{error_message}": [
290
289
  ""
291
290
  ],
292
- "Associated Hosts": [
291
+ "For more information please see ": [
293
292
  ""
294
293
  ],
295
- "Disable": [
294
+ "Force DNS": [
296
295
  ""
297
296
  ],
298
- "Disable rule '%s'?": [
297
+ "Force DNS entries creation when provisioning discovered host": [
299
298
  ""
300
299
  ],
301
- "Enable": [
300
+ "Foreman Discovery": [
302
301
  ""
303
302
  ],
304
- "Enable rule '%s'?": [
303
+ "Foreman discovered hosts summary": [
305
304
  ""
306
305
  ],
307
- "Clone": [
306
+ "Hardware": [
308
307
  ""
309
308
  ],
310
- "Delete rule '%s'?": [
309
+ "Hardware facts": [
311
310
  ""
312
311
  ],
313
- "Invalid user type of %s was provided": [
312
+ "Highlighted facts": [
314
313
  ""
315
314
  ],
316
- "Discovered hosts summary": [
315
+ "Highlights": [
317
316
  ""
318
317
  ],
319
- "can't contain white spaces.": [
318
+ "Host": [
320
319
  ""
321
320
  ],
322
- "must start with a letter or ERB.": [
321
+ "Host %s has been dicovered": [
323
322
  ""
324
323
  ],
325
- "must be present.": [
324
+ "Host %{host} was provisioned with rule %{rule}": [
326
325
  ""
327
326
  ],
328
- "Host group organization %s must also be associated to the discovery rule": [
329
- "",
327
+ "Host Group": [
330
328
  ""
331
329
  ],
332
330
  "Host group location %s must also be associated to the discovery rule": [
333
331
  "",
334
332
  ""
335
333
  ],
336
- "Fact + prefix": [
337
- ""
338
- ],
339
- "Random name": [
340
- ""
341
- ],
342
- "MAC-based name": [
343
- ""
344
- ],
345
- "Invalid facts, must be a Hash": [
334
+ "Host group organization %s must also be associated to the discovery rule": [
335
+ "",
346
336
  ""
347
337
  ],
348
- "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
338
+ "Host of type %s can not be rebooted": [
349
339
  ""
350
340
  ],
351
- "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
341
+ "Host's owner type": [
352
342
  ""
353
343
  ],
354
- "Facts could not be imported": [
344
+ "Host's parameters (array or indexed hash)": [
355
345
  ""
356
346
  ],
357
- "Could not get facts from proxy %{url}: %{error}": [
347
+ "Hostname facts": [
358
348
  ""
359
349
  ],
360
- "Unable to perform reboot on %{name} (%{url}): %{msg}": [
350
+ "Hostname for provisioned hosts": [
361
351
  ""
362
352
  ],
363
- "Unable to perform %{action} on %{ips}": [
353
+ "Hostname prefix": [
364
354
  ""
365
355
  ],
366
- "Unable to perform kexec on %{name} (%{url}): %{msg}": [
356
+ "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
367
357
  ""
368
358
  ],
369
- "Invalid hostname: Could not normalize the hostname": [
359
+ "Hosts": [
370
360
  ""
371
361
  ],
372
- "Reloading kernel on %s": [
362
+ "Hosts Limit": [
373
363
  ""
374
364
  ],
375
- "Rebooting %s": [
365
+ "Hosts/Limit": [
376
366
  ""
377
367
  ],
378
- "Kexec template not associated with operating system": [
368
+ "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
379
369
  ""
380
370
  ],
381
- "Kernel kexec URL is invalid: '%s'": [
371
+ "IP Address": [
382
372
  ""
383
373
  ],
384
- "Init RAM kexec URL is invalid: '%s'": [
374
+ "IP address": [
385
375
  ""
386
376
  ],
387
- "Rebuild DNS for %s": [
377
+ "IPAM must be configured for subnet '%s'": [
388
378
  ""
389
379
  ],
390
- "Discovery fact parser does not work with non-discovery host '%{host}'": [
380
+ "IPMI": [
391
381
  ""
392
382
  ],
393
- "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
383
+ "IPMI facts": [
394
384
  ""
395
385
  ],
396
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
386
+ "Identifier": [
397
387
  ""
398
388
  ],
399
- "Highlights": [
389
+ "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
400
390
  ""
401
391
  ],
402
- "Storage": [
392
+ "Image API returned HTTP/%{code} with '%{body}": [
403
393
  ""
404
394
  ],
405
- "Hardware": [
395
+ "In addition to @host attribute function rand for random integers is available. Examples:": [
406
396
  ""
407
397
  ],
408
- "Network": [
398
+ "Init RAM kexec URL is invalid: '%s'": [
409
399
  ""
410
400
  ],
411
- "Software": [
401
+ "Interface fact": [
412
402
  ""
413
403
  ],
414
- "IPMI": [
404
+ "Interfaces": [
415
405
  ""
416
406
  ],
417
- "Miscellaneous": [
407
+ "Invalid facts, must be a Hash": [
418
408
  ""
419
409
  ],
420
- "IPAM must be configured for subnet '%s'": [
410
+ "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
421
411
  ""
422
412
  ],
423
- "Options must be hash": [
413
+ "Invalid hostname: Could not normalize the hostname": [
424
414
  ""
425
415
  ],
426
- "Option 'url' must be provided": [
416
+ "Invalid user type of %s was provided": [
427
417
  ""
428
418
  ],
429
- "Option 'url' must be valid URI: %s": [
419
+ "Kernel kexec URL is invalid: '%s'": [
430
420
  ""
431
421
  ],
432
- "Image API returned HTTP/%{code} with '%{body}": [
422
+ "Kexec template not associated with operating system": [
433
423
  ""
434
424
  ],
435
- "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
425
+ "Last Facts Upload": [
436
426
  ""
437
427
  ],
438
- "One or more hosts with failed discovery due to error: %s": [
428
+ "List all discovered hosts": [
439
429
  ""
440
430
  ],
441
- "Host %s has been dicovered": [
431
+ "List all discovery rules": [
442
432
  ""
443
433
  ],
444
- "Discovered Host": [
445
- "",
434
+ "List all fact values of a given discovered host": [
446
435
  ""
447
436
  ],
448
- "No discovered hosts available": [
437
+ "List of facts to use for the hostname (first wins)": [
449
438
  ""
450
439
  ],
451
- "Host": [
440
+ "Location": [
452
441
  ""
453
442
  ],
454
- "Model": [
443
+ "Locations": [
455
444
  ""
456
445
  ],
457
- "CPUs": [
446
+ "Lock PXE": [
458
447
  ""
459
448
  ],
460
- "Memory": [
449
+ "Locked PXEGrub template name": [
461
450
  ""
462
451
  ],
463
- "Customize Host": [
452
+ "Locked PXEGrub2 template name": [
464
453
  ""
465
454
  ],
466
- "Create Host": [
455
+ "Locked PXELinux template name": [
467
456
  ""
468
457
  ],
469
- "Select all items in this page": [
458
+ "MAC address": [
470
459
  ""
471
460
  ],
472
- "items selected. Uncheck to Clear": [
461
+ "MAC-based name": [
473
462
  ""
474
463
  ],
475
- "Name": [
464
+ "Maximum hosts provisioned with this rule (0 = unlimited)": [
476
465
  ""
477
466
  ],
478
- "IP Address": [
467
+ "Memory": [
479
468
  ""
480
469
  ],
481
- "Disk Count": [
470
+ "Miscellaneous": [
482
471
  ""
483
472
  ],
484
- "Disks Size": [
473
+ "Model": [
485
474
  ""
486
475
  ],
487
- "Location": [
476
+ "N/A": [
488
477
  ""
489
478
  ],
490
- "Organization": [
479
+ "Name": [
491
480
  ""
492
481
  ],
493
- "Subnet": [
482
+ "Name of the parameter": [
494
483
  ""
495
484
  ],
496
- "Last Facts Upload": [
485
+ "Network": [
497
486
  ""
498
487
  ],
499
- "Actions": [
488
+ "Network facts": [
500
489
  ""
501
490
  ],
502
- "Please Confirm": [
491
+ "New Discovery Rule": [
503
492
  ""
504
493
  ],
505
- "Cancel": [
494
+ "New hosts": [
506
495
  ""
507
496
  ],
508
- "Submit": [
497
+ "New in the last 24 hours": [
509
498
  ""
510
499
  ],
511
- "Provision %s": [
500
+ "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
512
501
  ""
513
502
  ],
514
- "This might take a while, as all hosts, facts and reports will be destroyed as well": [
503
+ "No discovered hosts available": [
515
504
  ""
516
505
  ],
517
- "Select location": [
506
+ "No discovered hosts for the selected period": [
518
507
  ""
519
508
  ],
520
- "Select organization": [
509
+ "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
521
510
  ""
522
511
  ],
523
- "Discovered host: %s": [
512
+ "No discovered hosts to provision": [
524
513
  ""
525
514
  ],
526
- "Interfaces": [
515
+ "No discovered hosts to reboot": [
527
516
  ""
528
517
  ],
529
- "Type": [
518
+ "No hostgroup associated with rule '%s'": [
530
519
  ""
531
520
  ],
532
- "Identifier": [
521
+ "No hosts selected": [
533
522
  ""
534
523
  ],
535
- "MAC address": [
524
+ "No hosts were found with that id or name": [
536
525
  ""
537
526
  ],
538
- "IP address": [
527
+ "No new discovered hosts for this period": [
539
528
  ""
540
529
  ],
541
- "Collapse All": [
530
+ "No rule found for host %s": [
542
531
  ""
543
532
  ],
544
- "Summary report for discovered hosts from Foreman": [
533
+ "Not reported in more than 7 days": [
545
534
  ""
546
535
  ],
547
- "<b>Foreman</b> Discovered hosts summary": [
536
+ "One or more hosts have been discovered": [
548
537
  ""
549
538
  ],
550
- "Summary from %{time} ago to %{now}": [
539
+ "One or more hosts with failed discovery due to error: %s": [
551
540
  ""
552
541
  ],
553
- "Discovered hosts from Foreman server at %{foreman_url}": [
542
+ "Option 'url' must be provided": [
554
543
  ""
555
544
  ],
556
- "Disk count": [
545
+ "Option 'url' must be valid URI: %s": [
557
546
  ""
558
547
  ],
559
- "Disks size": [
548
+ "Options must be hash": [
560
549
  ""
561
550
  ],
562
- "No discovered hosts for the selected period": [
551
+ "Organization": [
563
552
  ""
564
553
  ],
565
- "Foreman discovered hosts summary": [
554
+ "Organizations": [
566
555
  ""
567
556
  ],
568
- "No new discovered hosts for this period": [
557
+ "PXEGrub template to be used when pinning a host to discovery": [
569
558
  ""
570
559
  ],
571
- "Primary": [
560
+ "PXEGrub2 template to be used when pinning a host to discovery": [
572
561
  ""
573
562
  ],
574
- "Locations": [
563
+ "PXELinux template to be used when pinning a host to discovery": [
575
564
  ""
576
565
  ],
577
- "Organizations": [
566
+ "Parameter value": [
578
567
  ""
579
568
  ],
580
- "Target host group for this rule with all properties set": [
569
+ "Please Confirm": [
581
570
  ""
582
571
  ],
583
- "Hostname for provisioned hosts": [
572
+ "Prefer IPv6": [
584
573
  ""
585
574
  ],
586
- "Hosts Limit": [
575
+ "Prefer IPv6 to IPv4 when calling discovered nodes": [
587
576
  ""
588
577
  ],
589
- "Maximum hosts provisioned with this rule (0 = unlimited)": [
578
+ "Primary": [
590
579
  ""
591
580
  ],
592
- "Rule priority (lower integer means higher priority)": [
581
+ "Provision": [
593
582
  ""
594
583
  ],
595
- "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
584
+ "Provision %s": [
596
585
  ""
597
586
  ],
598
- "Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
587
+ "Provision a discovered host": [
599
588
  ""
600
589
  ],
601
- "In addition to @host attribute function rand for random integers is available. Examples:": [
590
+ "Random name": [
602
591
  ""
603
592
  ],
604
- "When creating hostname patterns, make sure the resulting host names are unique.": [
593
+ "Reboot": [
605
594
  ""
606
595
  ],
607
- "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
596
+ "Rebooting %s": [
608
597
  ""
609
598
  ],
610
- "Clone %s": [
599
+ "Rebooting a discovered host": [
611
600
  ""
612
601
  ],
613
- "Edit %s": [
602
+ "Rebooting all discovered hosts": [
614
603
  ""
615
604
  ],
616
- "Discovery Rules": [
605
+ "Rebooting host %s": [
617
606
  ""
618
607
  ],
619
- "Create Rule": [
608
+ "Rebuild DNS for %s": [
620
609
  ""
621
610
  ],
622
- "DiscoveryRule|Name": [
611
+ "Refresh facts": [
623
612
  ""
624
613
  ],
625
- "DiscoveryRule|Priority": [
614
+ "Refreshing the facts of a discovered host": [
626
615
  ""
627
616
  ],
628
- "DiscoveryRule|Query": [
617
+ "Regex to organize facts for hardware section": [
629
618
  ""
630
619
  ],
631
- "Host Group": [
620
+ "Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
632
621
  ""
633
622
  ],
634
- "Hosts/Limit": [
623
+ "Regex to organize facts for ipmi section": [
635
624
  ""
636
625
  ],
637
- "DiscoveryRule|Enabled": [
626
+ "Regex to organize facts for network section": [
638
627
  ""
639
628
  ],
640
- "New Discovery Rule": [
629
+ "Regex to organize facts for software section": [
641
630
  ""
642
631
  ],
643
- "Discovered Rules": [
632
+ "Regex to organize facts for storage section": [
644
633
  ""
645
634
  ],
646
- "A summary of discovered hosts": [
635
+ "Reloading kernel on %s": [
647
636
  ""
648
637
  ],
649
- "New hosts": [
638
+ "Reported in the last 7 days": [
650
639
  ""
651
640
  ],
652
- "One or more hosts have been discovered": [
641
+ "Rule disabled": [
653
642
  ""
654
643
  ],
655
- "Details": [
644
+ "Rule enabled": [
656
645
  ""
657
646
  ],
658
- "Hosts": [
647
+ "Rule priority (lower integer means higher priority)": [
659
648
  ""
660
649
  ],
661
- "Error message goes here": [
650
+ "Select Action": [
662
651
  ""
663
652
  ],
664
- "Discovery": [
653
+ "Select all items in this page": [
665
654
  ""
666
655
  ],
667
- "Discovery location": [
656
+ "Select location": [
668
657
  ""
669
658
  ],
670
- "The default location to place discovered hosts in": [
659
+ "Select organization": [
671
660
  ""
672
661
  ],
673
- "Discovery organization": [
662
+ "Show a discovered host": [
674
663
  ""
675
664
  ],
676
- "The default organization to place discovered hosts in": [
665
+ "Show a discovery rule": [
677
666
  ""
678
667
  ],
679
- "Interface fact": [
668
+ "Software": [
680
669
  ""
681
670
  ],
682
- "Fact name to use for primary interface detection": [
671
+ "Software facts": [
683
672
  ""
684
673
  ],
685
- "Create bond interfaces": [
674
+ "Something went wrong while selecting hosts - %s": [
686
675
  ""
687
676
  ],
688
- "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
677
+ "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
689
678
  ""
690
679
  ],
691
- "Clean all facts": [
680
+ "Storage": [
692
681
  ""
693
682
  ],
694
- "Clean all reported facts during provisioning (except discovery facts)": [
683
+ "Storage facts": [
695
684
  ""
696
685
  ],
697
- "Hostname facts": [
686
+ "Submit": [
698
687
  ""
699
688
  ],
700
- "List of facts to use for the hostname (first wins)": [
689
+ "Subnet": [
701
690
  ""
702
691
  ],
703
- "Auto provisioning": [
692
+ "Successfully provisioned %s": [
704
693
  ""
705
694
  ],
706
- "Automatically provision newly discovered hosts, according to the provisioning rules": [
695
+ "Summary from %{time} ago to %{now}": [
707
696
  ""
708
697
  ],
709
- "Automatically reboot or kexec discovered host during provisioning": [
698
+ "Summary report for discovered hosts from Foreman": [
710
699
  ""
711
700
  ],
712
- "Hostname prefix": [
701
+ "Target host group for this rule with all properties set": [
713
702
  ""
714
703
  ],
715
- "The default prefix to use for the host name, must start with a letter": [
704
+ "The default location to place discovered hosts in": [
716
705
  ""
717
706
  ],
718
- "Fact columns": [
707
+ "The default organization to place discovered hosts in": [
719
708
  ""
720
709
  ],
721
- "Extra facter columns to show in host lists": [
710
+ "The default prefix to use for the host name, must start with a letter": [
722
711
  ""
723
712
  ],
724
- "Highlighted facts": [
713
+ "The following hosts were not deleted: %s": [
725
714
  ""
726
715
  ],
727
- "Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
716
+ "This might take a while, as all hosts, facts and reports will be destroyed as well": [
728
717
  ""
729
718
  ],
730
- "Storage facts": [
719
+ "Type": [
731
720
  ""
732
721
  ],
733
- "Regex to organize facts for storage section": [
722
+ "Type of name generator": [
734
723
  ""
735
724
  ],
736
- "Software facts": [
725
+ "Type of value": [
737
726
  ""
738
727
  ],
739
- "Regex to organize facts for software section": [
728
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
740
729
  ""
741
730
  ],
742
- "Hardware facts": [
731
+ "Unable to find a discovery rule, no host provided (check permissions)": [
743
732
  ""
744
733
  ],
745
- "Regex to organize facts for hardware section": [
734
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
746
735
  ""
747
736
  ],
748
- "Network facts": [
737
+ "Unable to perform %{action} on %{ips}": [
749
738
  ""
750
739
  ],
751
- "Regex to organize facts for network section": [
740
+ "Unable to perform kexec on %{name} (%{url}): %{msg}": [
752
741
  ""
753
742
  ],
754
- "IPMI facts": [
743
+ "Unable to perform reboot on %{name} (%{url}): %{msg}": [
755
744
  ""
756
745
  ],
757
- "Regex to organize facts for ipmi section": [
746
+ "Unable to provision %{host}: %{errors}": [
758
747
  ""
759
748
  ],
760
- "Lock PXE": [
749
+ "Update a rule": [
761
750
  ""
762
751
  ],
763
- "Automatically generate PXE configuration to pin a newly discovered host to discovery": [
752
+ "Upload facts for a host, creating the host if required": [
764
753
  ""
765
754
  ],
766
- "Locked PXELinux template name": [
755
+ "When creating hostname patterns, make sure the resulting host names are unique.": [
767
756
  ""
768
757
  ],
769
- "PXELinux template to be used when pinning a host to discovery": [
758
+ "can't contain white spaces.": [
770
759
  ""
771
760
  ],
772
- "Locked PXEGrub template name": [
761
+ "defines a pattern to assign human-readable hostnames to the matching hosts": [
773
762
  ""
774
763
  ],
775
- "PXEGrub template to be used when pinning a host to discovery": [
764
+ "documentation": [
776
765
  ""
777
766
  ],
778
- "Locked PXEGrub2 template name": [
767
+ "enables to limit maximum amount of provisioned hosts per rule": [
779
768
  ""
780
769
  ],
781
- "PXEGrub2 template to be used when pinning a host to discovery": [
770
+ "filter results": [
782
771
  ""
783
772
  ],
784
- "Force DNS": [
773
+ "flag is used for temporary shutdown of rules": [
785
774
  ""
786
775
  ],
787
- "Force DNS entries creation when provisioning discovered host": [
776
+ "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)": [
788
777
  ""
789
778
  ],
790
- "Error on existing NIC": [
779
+ "items selected. Uncheck to Clear": [
791
780
  ""
792
781
  ],
793
- "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
782
+ "location ID for provisioned hosts": [
794
783
  ""
795
784
  ],
796
- "Type of name generator": [
785
+ "must be present.": [
797
786
  ""
798
787
  ],
799
- "Discovery hostname naming pattern": [
788
+ "must start with a letter or ERB.": [
800
789
  ""
801
790
  ],
802
- "Prefer IPv6": [
791
+ "not required if it's a virtual machine": [
803
792
  ""
804
793
  ],
805
- "Prefer IPv6 to IPv4 when calling discovered nodes": [
794
+ "not required if using a subnet with DHCP proxy": [
806
795
  ""
807
796
  ],
808
- "Discovery Proxy": [
797
+ "number of entries per request": [
809
798
  ""
810
799
  ],
811
- "Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
800
+ "organization ID for provisioned hosts": [
812
801
  ""
813
802
  ],
814
- "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
803
+ "paginate results": [
815
804
  ""
816
805
  ],
817
- "For more information please see ": [
806
+ "puts the rules in order, low numbers go first. Must be greater then zero": [
818
807
  ""
819
808
  ],
820
- "documentation": [
809
+ "query to match discovered hosts for the particular rule": [
821
810
  ""
822
811
  ],
823
- "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
812
+ "represents rule name shown to the users": [
824
813
  ""
825
814
  ],
826
- "Foreman Discovery": [
815
+ "required if host is managed and custom partition has not been defined": [
827
816
  ""
828
817
  ],
829
- "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
818
+ "required if host is managed and value is not inherited from host group": [
830
819
  ""
831
820
  ],
832
- "Remote action:": [
821
+ "required if not imaged based provisioning and host is managed and value is not inherited from host group": [
833
822
  ""
834
823
  ],
835
- "Import Puppet classes": [
824
+ "required if value is not inherited from host group or default password in settings": [
836
825
  ""
837
826
  ],
838
- "Import facts": [
827
+ "sort results": [
839
828
  ""
840
829
  ],
841
- "Action with sub plans": [
830
+ "the hostgroup that is used to auto provision a host": [
842
831
  ""
843
832
  ]
844
833
  }