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