foreman_discovery 4.0.0 → 4.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.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +12 -3
- data/app/models/host/discovered.rb +28 -25
- data/app/models/host/managed_extensions.rb +24 -3
- data/app/services/foreman_discovery/host_converter.rb +16 -2
- data/app/services/foreman_discovery/node_api/node_resource.rb +117 -0
- data/app/services/foreman_discovery/node_api/power.rb +57 -0
- data/{lib → app/services}/foreman_discovery/proxy_operations.rb +0 -0
- data/app/views/foreman_discovery/redhat_kexec.erb +44 -0
- data/db/seeds.d/50_discovery_templates.rb +18 -0
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/de/foreman_discovery.po +146 -64
- data/locale/en_GB/foreman_discovery.po +146 -64
- data/locale/es/foreman_discovery.po +146 -64
- data/locale/foreman_discovery.pot +97 -41
- data/locale/fr/foreman_discovery.po +146 -64
- data/locale/gl/foreman_discovery.po +100 -59
- data/locale/it/foreman_discovery.po +106 -59
- data/locale/ja/foreman_discovery.po +132 -61
- data/locale/ko/foreman_discovery.po +104 -58
- data/locale/pt_BR/foreman_discovery.po +106 -59
- data/locale/ru/foreman_discovery.po +152 -66
- data/locale/sv_SE/foreman_discovery.po +103 -59
- data/locale/zh_CN/foreman_discovery.po +104 -58
- data/locale/zh_TW/foreman_discovery.po +104 -58
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +30 -11
- data/test/functional/discovered_hosts_controller_test.rb +30 -26
- data/test/unit/discovered_extensions_test.rb +8 -8
- metadata +10 -34
- data/app/views/api/v2/discovered_hosts/auto_provision.json.rabl +0 -3
- data/app/views/api/v2/discovered_hosts/auto_provision_all.json.rabl +0 -3
- data/locale/Makefile +0 -62
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.pox +0 -40
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.pox +0 -0
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.pox +0 -41
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.pox +0 -69
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.pox +0 -21
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.pox +0 -0
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.pox +0 -29
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.pox +0 -189
- data/locale/messages.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.pox +0 -0
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.pox +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zanata.xml +0 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.pox +0 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.pox +0 -23
@@ -1,20 +1,20 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
8
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
9
|
-
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date: 2015-
|
9
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
10
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
11
11
|
"PO-Revision-Date: 2015-03-21 22:53+0000\n"
|
12
12
|
"Last-Translator: Lukáš Zapletal\n"
|
13
13
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
14
|
+
"Language: ko\n"
|
14
15
|
"MIME-Version: 1.0\n"
|
15
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
17
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"Language: ko\n"
|
18
18
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
19
19
|
|
20
20
|
msgid "%s - The following hosts are about to be changed"
|
@@ -38,9 +38,10 @@ msgstr ""
|
|
38
38
|
msgid "Auto Provision All"
|
39
39
|
msgstr ""
|
40
40
|
|
41
|
-
msgid ""
|
42
|
-
|
43
|
-
|
41
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgid "Automatically reboot discovered host during provisioning"
|
44
45
|
msgstr ""
|
45
46
|
|
46
47
|
msgid "CPUs"
|
@@ -52,7 +53,7 @@ msgstr "취소 "
|
|
52
53
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
53
54
|
msgstr ""
|
54
55
|
|
55
|
-
msgid "Create a discovered host"
|
56
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
56
57
|
msgstr ""
|
57
58
|
|
58
59
|
msgid "Create a discovery rule"
|
@@ -82,9 +83,6 @@ msgstr ""
|
|
82
83
|
msgid "Disable rule?"
|
83
84
|
msgstr ""
|
84
85
|
|
85
|
-
msgid "Discovered Host Pool"
|
86
|
-
msgstr ""
|
87
|
-
|
88
86
|
msgid "Discovered host: %s"
|
89
87
|
msgstr "검색된 호스트: %s"
|
90
88
|
|
@@ -94,13 +92,10 @@ msgstr "검색된 호스트 "
|
|
94
92
|
msgid "Discovered hosts are provisioning now"
|
95
93
|
msgstr ""
|
96
94
|
|
97
|
-
msgid "
|
95
|
+
msgid "Discovered hosts are rebooting now"
|
98
96
|
msgstr ""
|
99
97
|
|
100
|
-
msgid "Discovery
|
101
|
-
msgstr ""
|
102
|
-
|
103
|
-
msgid "Discovery widget"
|
98
|
+
msgid "Discovery Rules"
|
104
99
|
msgstr ""
|
105
100
|
|
106
101
|
msgid "DiscoveryRule|Enabled"
|
@@ -121,10 +116,7 @@ msgstr ""
|
|
121
116
|
msgid "Disks size"
|
122
117
|
msgstr ""
|
123
118
|
|
124
|
-
msgid ""
|
125
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
126
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
127
|
-
"random integers is available. Examples:"
|
119
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
128
120
|
msgstr ""
|
129
121
|
|
130
122
|
msgid "Edit Discovery Rule"
|
@@ -139,15 +131,27 @@ msgstr ""
|
|
139
131
|
msgid "Errors during auto provisioning: %s"
|
140
132
|
msgstr ""
|
141
133
|
|
134
|
+
msgid "Errors during reboot: %s"
|
135
|
+
msgstr ""
|
136
|
+
|
142
137
|
msgid "Execute rules against a discovered host"
|
143
138
|
msgstr ""
|
144
139
|
|
145
140
|
msgid "Execute rules against all currently discovered hosts"
|
146
141
|
msgstr ""
|
147
142
|
|
143
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
144
|
+
msgstr ""
|
145
|
+
|
146
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
147
|
+
msgstr ""
|
148
|
+
|
148
149
|
msgid "Fact"
|
149
150
|
msgstr "정보 "
|
150
151
|
|
152
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
153
|
+
msgstr ""
|
154
|
+
|
151
155
|
msgid "Facts discovered on this host"
|
152
156
|
msgstr "이 호스트에서 검색된 정보 "
|
153
157
|
|
@@ -157,12 +161,6 @@ msgstr "%s에 대해 업데이트된 정보 "
|
|
157
161
|
msgid "Failed to auto provision host %s: %s"
|
158
162
|
msgstr ""
|
159
163
|
|
160
|
-
msgid "Failed to import facts for discovered host"
|
161
|
-
msgstr ""
|
162
|
-
|
163
|
-
msgid "Failed to import facts for discovered host: %s"
|
164
|
-
msgstr ""
|
165
|
-
|
166
164
|
msgid "Failed to reboot host %s"
|
167
165
|
msgstr ""
|
168
166
|
|
@@ -181,6 +179,14 @@ msgstr ""
|
|
181
179
|
msgid "Host group"
|
182
180
|
msgstr "호스트 그룹 "
|
183
181
|
|
182
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
183
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
184
|
+
msgstr[0] ""
|
185
|
+
|
186
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
187
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
188
|
+
msgstr[0] ""
|
189
|
+
|
184
190
|
msgid "Host of type %s can not be rebooted"
|
185
191
|
msgstr ""
|
186
192
|
|
@@ -196,18 +202,12 @@ msgstr ""
|
|
196
202
|
msgid "IP Address"
|
197
203
|
msgstr "IP 주소"
|
198
204
|
|
199
|
-
msgid "
|
205
|
+
msgid "Incompatible version of puppet fact parser"
|
200
206
|
msgstr ""
|
201
207
|
|
202
208
|
msgid "Invalid facts, must be a Hash"
|
203
209
|
msgstr "잘못된 정보, 해시여야 합니다 "
|
204
210
|
|
205
|
-
msgid "Invalid facts: hash does not contain IP address"
|
206
|
-
msgstr ""
|
207
|
-
|
208
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
209
|
-
msgstr "잘못된 정보: 해시에 필요한 정보 '%s'가 포함되어 있지 않습니다 "
|
210
|
-
|
211
211
|
msgid "Last facts upload"
|
212
212
|
msgstr "마지막 정보 업로드 "
|
213
213
|
|
@@ -220,6 +220,9 @@ msgstr ""
|
|
220
220
|
msgid "Location"
|
221
221
|
msgstr "위치 "
|
222
222
|
|
223
|
+
msgid "Locations"
|
224
|
+
msgstr ""
|
225
|
+
|
223
226
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
224
227
|
msgstr ""
|
225
228
|
|
@@ -241,12 +244,18 @@ msgstr ""
|
|
241
244
|
msgid "New Rule"
|
242
245
|
msgstr ""
|
243
246
|
|
247
|
+
msgid "New in the last 24 hours"
|
248
|
+
msgstr ""
|
249
|
+
|
244
250
|
msgid "No discovered hosts available"
|
245
251
|
msgstr ""
|
246
252
|
|
247
253
|
msgid "No discovered hosts to provision"
|
248
254
|
msgstr ""
|
249
255
|
|
256
|
+
msgid "No discovered hosts to reboot"
|
257
|
+
msgstr ""
|
258
|
+
|
250
259
|
msgid "No hosts selected"
|
251
260
|
msgstr "선택된 호스트가 없음 "
|
252
261
|
|
@@ -256,12 +265,21 @@ msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
|
|
256
265
|
msgid "No rule found for host %s"
|
257
266
|
msgstr ""
|
258
267
|
|
268
|
+
msgid "Not reported in more than 7 days"
|
269
|
+
msgstr ""
|
270
|
+
|
259
271
|
msgid "Organization"
|
260
272
|
msgstr "조직 "
|
261
273
|
|
274
|
+
msgid "Organizations"
|
275
|
+
msgstr ""
|
276
|
+
|
262
277
|
msgid "Please Confirm"
|
263
278
|
msgstr "확인해 주십시오 "
|
264
279
|
|
280
|
+
msgid "Primary"
|
281
|
+
msgstr ""
|
282
|
+
|
265
283
|
msgid "Provision"
|
266
284
|
msgstr "프로비저닝 "
|
267
285
|
|
@@ -271,12 +289,18 @@ msgstr ""
|
|
271
289
|
msgid "Reboot"
|
272
290
|
msgstr ""
|
273
291
|
|
292
|
+
msgid "Reboot All"
|
293
|
+
msgstr ""
|
294
|
+
|
274
295
|
msgid "Rebooting %s"
|
275
296
|
msgstr "%s 재부팅 중 "
|
276
297
|
|
277
298
|
msgid "Rebooting a discovered host"
|
278
299
|
msgstr ""
|
279
300
|
|
301
|
+
msgid "Rebooting all discovered hosts"
|
302
|
+
msgstr ""
|
303
|
+
|
280
304
|
msgid "Rebooting host %s"
|
281
305
|
msgstr ""
|
282
306
|
|
@@ -286,6 +310,9 @@ msgstr "정보 새로 고침 "
|
|
286
310
|
msgid "Refreshing the facts of a discovered host"
|
287
311
|
msgstr ""
|
288
312
|
|
313
|
+
msgid "Reported in the last 7 days"
|
314
|
+
msgstr ""
|
315
|
+
|
289
316
|
msgid "Rule disabled"
|
290
317
|
msgstr ""
|
291
318
|
|
@@ -313,15 +340,10 @@ msgstr ""
|
|
313
340
|
msgid "Show a discovery rule"
|
314
341
|
msgstr ""
|
315
342
|
|
316
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
317
|
-
msgstr ""
|
318
|
-
|
319
343
|
msgid "Something went wrong while selecting hosts - %s"
|
320
344
|
msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
321
345
|
|
322
|
-
msgid ""
|
323
|
-
"Specify target hostname template pattern in the same syntax as in "
|
324
|
-
"Provisioning Templates (ERB)."
|
346
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
325
347
|
msgstr ""
|
326
348
|
|
327
349
|
msgid "Submit"
|
@@ -336,9 +358,6 @@ msgstr ""
|
|
336
358
|
msgid "Template"
|
337
359
|
msgstr "템플릿"
|
338
360
|
|
339
|
-
msgid "The default fact name to use for the MAC of the system"
|
340
|
-
msgstr "시스템의 MAC에 사용할 기본 정보 이름 "
|
341
|
-
|
342
361
|
msgid "The default location to place discovered hosts in"
|
343
362
|
msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
|
344
363
|
|
@@ -351,17 +370,22 @@ msgstr ""
|
|
351
370
|
msgid "The following hosts were not deleted: %s"
|
352
371
|
msgstr "다음 호스트가 삭제되지 않았습니다: %s"
|
353
372
|
|
354
|
-
msgid ""
|
355
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
356
|
-
"as well"
|
373
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
357
374
|
msgstr "모든 호스트, 정보, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
358
375
|
|
359
|
-
msgid "
|
360
|
-
|
361
|
-
msgstr[0] ""
|
376
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
377
|
+
msgstr ""
|
362
378
|
|
363
|
-
msgid ""
|
364
|
-
|
379
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
380
|
+
msgstr ""
|
381
|
+
|
382
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
383
|
+
msgstr ""
|
384
|
+
|
385
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
365
389
|
msgstr ""
|
366
390
|
|
367
391
|
msgid "Update a rule"
|
@@ -376,19 +400,25 @@ msgstr "값 "
|
|
376
400
|
msgid "Warning"
|
377
401
|
msgstr "경고 "
|
378
402
|
|
379
|
-
msgid ""
|
380
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
381
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
382
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
403
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
383
404
|
msgstr ""
|
384
405
|
|
385
406
|
msgid "can't contain white spaces."
|
386
407
|
msgstr ""
|
387
408
|
|
409
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
410
|
+
msgstr ""
|
411
|
+
|
412
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
413
|
+
msgstr ""
|
414
|
+
|
388
415
|
msgid "filter results"
|
389
416
|
msgstr ""
|
390
417
|
|
391
|
-
msgid "
|
418
|
+
msgid "flag is used for temporary shutdown of rules"
|
419
|
+
msgstr ""
|
420
|
+
|
421
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
392
422
|
msgstr ""
|
393
423
|
|
394
424
|
msgid "items selected. Uncheck to Clear"
|
@@ -409,10 +439,26 @@ msgstr ""
|
|
409
439
|
msgid "paginate results"
|
410
440
|
msgstr ""
|
411
441
|
|
412
|
-
msgid ""
|
413
|
-
|
414
|
-
|
442
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
443
|
+
msgstr ""
|
444
|
+
|
445
|
+
msgid "query to match discovered hosts for the particular rule"
|
446
|
+
msgstr ""
|
447
|
+
|
448
|
+
msgid "represents rule name shown to the users"
|
449
|
+
msgstr ""
|
450
|
+
|
451
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
415
452
|
msgstr ""
|
416
453
|
|
417
454
|
msgid "sort results"
|
418
455
|
msgstr ""
|
456
|
+
|
457
|
+
msgid "the hostgroup that is used to auto provision a host"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
461
|
+
#~ msgstr "잘못된 정보: 해시에 필요한 정보 '%s'가 포함되어 있지 않습니다 "
|
462
|
+
|
463
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
464
|
+
#~ msgstr "시스템의 MAC에 사용할 기본 정보 이름 "
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Dominic Cleal <dcleal@redhat.com>, 2014
|
7
7
|
# Especialista em Automatizaçao <alvin@intechne.com.br>, 2014
|
@@ -9,15 +9,15 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2015-
|
12
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
13
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
14
14
|
"PO-Revision-Date: 2015-03-28 23:01+0000\n"
|
15
15
|
"Last-Translator: Lukáš Zapletal\n"
|
16
16
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
|
17
|
+
"Language: pt_BR\n"
|
17
18
|
"MIME-Version: 1.0\n"
|
18
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
20
|
"Content-Transfer-Encoding: 8bit\n"
|
20
|
-
"Language: pt_BR\n"
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
22
22
|
|
23
23
|
msgid "%s - The following hosts are about to be changed"
|
@@ -41,9 +41,10 @@ msgstr ""
|
|
41
41
|
msgid "Auto Provision All"
|
42
42
|
msgstr ""
|
43
43
|
|
44
|
-
msgid ""
|
45
|
-
|
46
|
-
|
44
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
msgid "Automatically reboot discovered host during provisioning"
|
47
48
|
msgstr ""
|
48
49
|
|
49
50
|
msgid "CPUs"
|
@@ -55,7 +56,7 @@ msgstr "Cancelar"
|
|
55
56
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
56
57
|
msgstr ""
|
57
58
|
|
58
|
-
msgid "Create a discovered host"
|
59
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
59
60
|
msgstr ""
|
60
61
|
|
61
62
|
msgid "Create a discovery rule"
|
@@ -85,9 +86,6 @@ msgstr ""
|
|
85
86
|
msgid "Disable rule?"
|
86
87
|
msgstr ""
|
87
88
|
|
88
|
-
msgid "Discovered Host Pool"
|
89
|
-
msgstr ""
|
90
|
-
|
91
89
|
msgid "Discovered host: %s"
|
92
90
|
msgstr "Host descoberto: %s"
|
93
91
|
|
@@ -97,13 +95,10 @@ msgstr "Hosts descobertos"
|
|
97
95
|
msgid "Discovered hosts are provisioning now"
|
98
96
|
msgstr ""
|
99
97
|
|
100
|
-
msgid "
|
98
|
+
msgid "Discovered hosts are rebooting now"
|
101
99
|
msgstr ""
|
102
100
|
|
103
|
-
msgid "Discovery
|
104
|
-
msgstr ""
|
105
|
-
|
106
|
-
msgid "Discovery widget"
|
101
|
+
msgid "Discovery Rules"
|
107
102
|
msgstr ""
|
108
103
|
|
109
104
|
msgid "DiscoveryRule|Enabled"
|
@@ -124,10 +119,7 @@ msgstr ""
|
|
124
119
|
msgid "Disks size"
|
125
120
|
msgstr ""
|
126
121
|
|
127
|
-
msgid ""
|
128
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
129
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
130
|
-
"random integers is available. Examples:"
|
122
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
131
123
|
msgstr ""
|
132
124
|
|
133
125
|
msgid "Edit Discovery Rule"
|
@@ -142,15 +134,27 @@ msgstr ""
|
|
142
134
|
msgid "Errors during auto provisioning: %s"
|
143
135
|
msgstr ""
|
144
136
|
|
137
|
+
msgid "Errors during reboot: %s"
|
138
|
+
msgstr ""
|
139
|
+
|
145
140
|
msgid "Execute rules against a discovered host"
|
146
141
|
msgstr ""
|
147
142
|
|
148
143
|
msgid "Execute rules against all currently discovered hosts"
|
149
144
|
msgstr ""
|
150
145
|
|
146
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
147
|
+
msgstr ""
|
148
|
+
|
149
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
150
|
+
msgstr ""
|
151
|
+
|
151
152
|
msgid "Fact"
|
152
153
|
msgstr "Fato"
|
153
154
|
|
155
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
156
|
+
msgstr ""
|
157
|
+
|
154
158
|
msgid "Facts discovered on this host"
|
155
159
|
msgstr "Fatos descobertos neste host"
|
156
160
|
|
@@ -160,12 +164,6 @@ msgstr "Fatos atualizados de %s"
|
|
160
164
|
msgid "Failed to auto provision host %s: %s"
|
161
165
|
msgstr ""
|
162
166
|
|
163
|
-
msgid "Failed to import facts for discovered host"
|
164
|
-
msgstr ""
|
165
|
-
|
166
|
-
msgid "Failed to import facts for discovered host: %s"
|
167
|
-
msgstr ""
|
168
|
-
|
169
167
|
msgid "Failed to reboot host %s"
|
170
168
|
msgstr ""
|
171
169
|
|
@@ -184,6 +182,16 @@ msgstr ""
|
|
184
182
|
msgid "Host group"
|
185
183
|
msgstr "Grupo de Host"
|
186
184
|
|
185
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
186
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
187
|
+
msgstr[0] ""
|
188
|
+
msgstr[1] ""
|
189
|
+
|
190
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
191
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
192
|
+
msgstr[0] ""
|
193
|
+
msgstr[1] ""
|
194
|
+
|
187
195
|
msgid "Host of type %s can not be rebooted"
|
188
196
|
msgstr ""
|
189
197
|
|
@@ -199,18 +207,12 @@ msgstr ""
|
|
199
207
|
msgid "IP Address"
|
200
208
|
msgstr "Endereço IP"
|
201
209
|
|
202
|
-
msgid "
|
210
|
+
msgid "Incompatible version of puppet fact parser"
|
203
211
|
msgstr ""
|
204
212
|
|
205
213
|
msgid "Invalid facts, must be a Hash"
|
206
214
|
msgstr "Fatos inválidos, devem ser um Hash"
|
207
215
|
|
208
|
-
msgid "Invalid facts: hash does not contain IP address"
|
209
|
-
msgstr ""
|
210
|
-
|
211
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
212
|
-
msgstr "Fatos inválidos: hash não contém o fato requerido '%s'"
|
213
|
-
|
214
216
|
msgid "Last facts upload"
|
215
217
|
msgstr "Ultimos fatos enviados"
|
216
218
|
|
@@ -223,6 +225,9 @@ msgstr ""
|
|
223
225
|
msgid "Location"
|
224
226
|
msgstr "Localização"
|
225
227
|
|
228
|
+
msgid "Locations"
|
229
|
+
msgstr ""
|
230
|
+
|
226
231
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
227
232
|
msgstr ""
|
228
233
|
|
@@ -244,12 +249,18 @@ msgstr ""
|
|
244
249
|
msgid "New Rule"
|
245
250
|
msgstr ""
|
246
251
|
|
252
|
+
msgid "New in the last 24 hours"
|
253
|
+
msgstr ""
|
254
|
+
|
247
255
|
msgid "No discovered hosts available"
|
248
256
|
msgstr ""
|
249
257
|
|
250
258
|
msgid "No discovered hosts to provision"
|
251
259
|
msgstr ""
|
252
260
|
|
261
|
+
msgid "No discovered hosts to reboot"
|
262
|
+
msgstr ""
|
263
|
+
|
253
264
|
msgid "No hosts selected"
|
254
265
|
msgstr "Nenhum host selecionado"
|
255
266
|
|
@@ -259,12 +270,21 @@ msgstr "Nenhum host foi encontrado com este id ou nome"
|
|
259
270
|
msgid "No rule found for host %s"
|
260
271
|
msgstr ""
|
261
272
|
|
273
|
+
msgid "Not reported in more than 7 days"
|
274
|
+
msgstr ""
|
275
|
+
|
262
276
|
msgid "Organization"
|
263
277
|
msgstr "Organização"
|
264
278
|
|
279
|
+
msgid "Organizations"
|
280
|
+
msgstr ""
|
281
|
+
|
265
282
|
msgid "Please Confirm"
|
266
283
|
msgstr "Por favor Confirme"
|
267
284
|
|
285
|
+
msgid "Primary"
|
286
|
+
msgstr ""
|
287
|
+
|
268
288
|
msgid "Provision"
|
269
289
|
msgstr "Provisão"
|
270
290
|
|
@@ -274,12 +294,18 @@ msgstr ""
|
|
274
294
|
msgid "Reboot"
|
275
295
|
msgstr ""
|
276
296
|
|
297
|
+
msgid "Reboot All"
|
298
|
+
msgstr ""
|
299
|
+
|
277
300
|
msgid "Rebooting %s"
|
278
301
|
msgstr "Reiniciando %s"
|
279
302
|
|
280
303
|
msgid "Rebooting a discovered host"
|
281
304
|
msgstr ""
|
282
305
|
|
306
|
+
msgid "Rebooting all discovered hosts"
|
307
|
+
msgstr ""
|
308
|
+
|
283
309
|
msgid "Rebooting host %s"
|
284
310
|
msgstr ""
|
285
311
|
|
@@ -289,6 +315,9 @@ msgstr "Atualizar fatos"
|
|
289
315
|
msgid "Refreshing the facts of a discovered host"
|
290
316
|
msgstr ""
|
291
317
|
|
318
|
+
msgid "Reported in the last 7 days"
|
319
|
+
msgstr ""
|
320
|
+
|
292
321
|
msgid "Rule disabled"
|
293
322
|
msgstr ""
|
294
323
|
|
@@ -316,15 +345,10 @@ msgstr ""
|
|
316
345
|
msgid "Show a discovery rule"
|
317
346
|
msgstr ""
|
318
347
|
|
319
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
320
|
-
msgstr ""
|
321
|
-
|
322
348
|
msgid "Something went wrong while selecting hosts - %s"
|
323
349
|
msgstr "Aldo deu errado ao selecionar hosts - %s"
|
324
350
|
|
325
|
-
msgid ""
|
326
|
-
"Specify target hostname template pattern in the same syntax as in "
|
327
|
-
"Provisioning Templates (ERB)."
|
351
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
328
352
|
msgstr ""
|
329
353
|
|
330
354
|
msgid "Submit"
|
@@ -339,9 +363,6 @@ msgstr ""
|
|
339
363
|
msgid "Template"
|
340
364
|
msgstr "Template"
|
341
365
|
|
342
|
-
msgid "The default fact name to use for the MAC of the system"
|
343
|
-
msgstr "O nome do fato padrão utilizado para o MAC do sistema"
|
344
|
-
|
345
366
|
msgid "The default location to place discovered hosts in"
|
346
367
|
msgstr "A localização padrão para colocar os hosts descobertos"
|
347
368
|
|
@@ -354,18 +375,22 @@ msgstr ""
|
|
354
375
|
msgid "The following hosts were not deleted: %s"
|
355
376
|
msgstr "Os seguintes hosts não foram excluídos: %s"
|
356
377
|
|
357
|
-
msgid ""
|
358
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
359
|
-
"as well"
|
378
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
360
379
|
msgstr "Isso pode levar um tempo, todos os hosts, fatos e relatórios serão destruídos"
|
361
380
|
|
362
|
-
msgid "
|
363
|
-
|
364
|
-
msgstr[0] ""
|
365
|
-
msgstr[1] ""
|
381
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
382
|
+
msgstr ""
|
366
383
|
|
367
|
-
msgid ""
|
368
|
-
|
384
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
385
|
+
msgstr ""
|
386
|
+
|
387
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
388
|
+
msgstr ""
|
389
|
+
|
390
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
369
394
|
msgstr ""
|
370
395
|
|
371
396
|
msgid "Update a rule"
|
@@ -380,19 +405,25 @@ msgstr "Valor"
|
|
380
405
|
msgid "Warning"
|
381
406
|
msgstr "Aviso"
|
382
407
|
|
383
|
-
msgid ""
|
384
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
385
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
386
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
408
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
387
409
|
msgstr ""
|
388
410
|
|
389
411
|
msgid "can't contain white spaces."
|
390
412
|
msgstr ""
|
391
413
|
|
414
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
415
|
+
msgstr ""
|
416
|
+
|
417
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
418
|
+
msgstr ""
|
419
|
+
|
392
420
|
msgid "filter results"
|
393
421
|
msgstr "filtrar resultados"
|
394
422
|
|
395
|
-
msgid "
|
423
|
+
msgid "flag is used for temporary shutdown of rules"
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
396
427
|
msgstr ""
|
397
428
|
|
398
429
|
msgid "items selected. Uncheck to Clear"
|
@@ -413,10 +444,26 @@ msgstr "número de entradas por requisições"
|
|
413
444
|
msgid "paginate results"
|
414
445
|
msgstr "paginar resultados"
|
415
446
|
|
416
|
-
msgid ""
|
417
|
-
|
418
|
-
|
447
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
msgid "query to match discovered hosts for the particular rule"
|
451
|
+
msgstr ""
|
452
|
+
|
453
|
+
msgid "represents rule name shown to the users"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
419
457
|
msgstr ""
|
420
458
|
|
421
459
|
msgid "sort results"
|
422
460
|
msgstr "ordenar resultados"
|
461
|
+
|
462
|
+
msgid "the hostgroup that is used to auto provision a host"
|
463
|
+
msgstr ""
|
464
|
+
|
465
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
466
|
+
#~ msgstr "Fatos inválidos: hash não contém o fato requerido '%s'"
|
467
|
+
|
468
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
469
|
+
#~ msgstr "O nome do fato padrão utilizado para o MAC do sistema"
|