foreman_fog_proxmox 0.10.2 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of foreman_fog_proxmox might be problematic. Click here for more details.

Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +46 -12
  3. data/app/assets/javascripts/foreman_fog_proxmox/proxmox_vm_server.js +0 -22
  4. data/app/helpers/proxmox_compute_selectors_helper.rb +9 -0
  5. data/app/helpers/proxmox_server_helper.rb +2 -6
  6. data/app/helpers/proxmox_vm_helper.rb +2 -2
  7. data/app/models/concerns/fog_extensions/proxmox/server.rb +1 -0
  8. data/app/models/foreman_fog_proxmox/proxmox_pools.rb +56 -0
  9. data/app/models/foreman_fog_proxmox/proxmox_vm_commands.rb +4 -1
  10. data/app/models/foreman_fog_proxmox/proxmox_vm_new.rb +4 -4
  11. data/app/models/foreman_fog_proxmox/proxmox_vm_queries.rb +6 -7
  12. data/app/views/api/v2/compute_resources/proxmox.json.rabl +1 -1
  13. data/app/views/compute_resources_vms/form/proxmox/_general.html.erb +1 -0
  14. data/app/views/compute_resources_vms/form/proxmox/server/_config.html.erb +3 -4
  15. data/app/views/compute_resources_vms/show/_proxmox.html.erb +1 -0
  16. data/lib/foreman_fog_proxmox/version.rb +1 -1
  17. data/locale/en/foreman_fog_proxmox.edit.po +46 -26
  18. data/locale/en/foreman_fog_proxmox.po +18 -3
  19. data/locale/foreman_fog_proxmox.pot +48 -28
  20. data/locale/fr/foreman_fog_proxmox.edit.po +50 -27
  21. data/locale/fr/foreman_fog_proxmox.po +18 -3
  22. data/test/factories/foreman_fog_proxmox/proxmox_node_mock_factory.rb +6 -0
  23. data/test/unit/foreman_fog_proxmox/helpers/proxmox_container_helper_test.rb +4 -4
  24. data/test/unit/foreman_fog_proxmox/helpers/proxmox_server_helper_test.rb +10 -9
  25. data/test/unit/foreman_fog_proxmox/helpers/proxmox_vm_helper_test.rb +1 -1
  26. data/test/unit/foreman_fog_proxmox/proxmox_version_test.rb +4 -4
  27. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_container_test.rb +14 -0
  28. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_create_test.rb +14 -0
  29. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_update_test.rb +91 -0
  30. data/test/unit/foreman_fog_proxmox/proxmox_vm_queries_test.rb +7 -2
  31. data/test/unit/foreman_fog_proxmox/semver_test.rb +3 -5
  32. metadata +20 -19
@@ -32,9 +32,6 @@ msgstr ""
32
32
  msgid "Average load (x100)"
33
33
  msgstr ""
34
34
 
35
- msgid "Ballooning Device"
36
- msgstr ""
37
-
38
35
  msgid "Boot device order"
39
36
  msgstr ""
40
37
 
@@ -238,6 +235,9 @@ msgstr ""
238
235
  msgid "Physical"
239
236
  msgstr ""
240
237
 
238
+ msgid "Pool"
239
+ msgstr ""
240
+
241
241
  msgid "Power"
242
242
  msgstr ""
243
243
 
@@ -265,6 +265,9 @@ msgstr ""
265
265
  msgid "Rootfs"
266
266
  msgstr ""
267
267
 
268
+ msgid "SCSI Controller"
269
+ msgstr ""
270
+
268
271
  msgid "SSL verify peer"
269
272
  msgstr ""
270
273
 
@@ -349,6 +352,9 @@ msgstr ""
349
352
  msgid "add new storage volume"
350
353
  msgstr ""
351
354
 
355
+ msgid "add_vm_to_pool(%<poolid>s, %<vmid>s)"
356
+ msgstr ""
357
+
352
358
  msgid "create_vm(): clone %<image_id>s in %<vmid>s"
353
359
  msgstr ""
354
360
 
@@ -364,6 +370,9 @@ msgstr ""
364
370
  msgid "failed to create vm: %<e>s"
365
371
  msgstr ""
366
372
 
373
+ msgid "found vm: %<vmid>s member of pool: %<poolid>s"
374
+ msgstr ""
375
+
367
376
  msgid "invalid vmid=%<vmid>s"
368
377
  msgstr ""
369
378
 
@@ -376,11 +385,17 @@ msgstr ""
376
385
  msgid "new_vm() vm.config=%<config>s"
377
386
  msgstr ""
378
387
 
388
+ msgid "pool_owner(%<vmid>s)"
389
+ msgstr ""
390
+
379
391
  msgid "remove network interface"
380
392
  msgstr ""
381
393
 
382
394
  msgid "remove storage volume"
383
395
  msgstr ""
384
396
 
397
+ msgid "remove_vm_from_pool(%<poolid>s, %<vmid>s)"
398
+ msgstr ""
399
+
385
400
  msgid "vmid of template vm."
386
401
  msgstr ""
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_fog_proxmox 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2020-02-11 09:46+0100\n"
12
- "PO-Revision-Date: 2020-02-11 09:46+0100\n"
11
+ "POT-Creation-Date: 2020-05-11 16:25+0200\n"
12
+ "PO-Revision-Date: 2020-05-11 16:25+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -66,6 +66,22 @@ msgstr ""
66
66
  msgid "create_vm(): clone %<image_id>s in %<vmid>s"
67
67
  msgstr ""
68
68
 
69
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:28
70
+ msgid "pool_owner(%<vmid>s)"
71
+ msgstr ""
72
+
73
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:31
74
+ msgid "found vm: %<vmid>s member of pool: %<poolid>s"
75
+ msgstr ""
76
+
77
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:36
78
+ msgid "add_vm_to_pool(%<poolid>s, %<vmid>s)"
79
+ msgstr ""
80
+
81
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:42
82
+ msgid "remove_vm_from_pool(%<poolid>s, %<vmid>s)"
83
+ msgstr ""
84
+
69
85
  #: ../app/models/foreman_fog_proxmox/proxmox_version.rb:25
70
86
  msgid "Proxmox compute resource version is %<version>s"
71
87
  msgstr ""
@@ -74,11 +90,11 @@ msgstr ""
74
90
  msgid "Proxmox version %<version>s is not semver suitable"
75
91
  msgstr ""
76
92
 
77
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:34
93
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:35
78
94
  msgid "invalid vmid=%<vmid>s"
79
95
  msgstr ""
80
96
 
81
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:53
97
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:54
82
98
  msgid "failed to create vm: %<e>s"
83
99
  msgstr ""
84
100
 
@@ -94,7 +110,7 @@ msgstr ""
94
110
  msgid "new_server_vm() vm.config=%<config>s"
95
111
  msgstr ""
96
112
 
97
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:72
113
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:71
98
114
  msgid "Failed retrieving proxmox server vm by vmid=%<vmid>s"
99
115
  msgstr ""
100
116
 
@@ -186,7 +202,7 @@ msgid "add new storage volume"
186
202
  msgstr ""
187
203
 
188
204
  #: ../app/views/compute_resources_vms/form/proxmox/_base.html.erb:6
189
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:17
205
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:18
190
206
  #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:8
191
207
  msgid "Type"
192
208
  msgstr ""
@@ -213,10 +229,14 @@ msgid "Start after creation?"
213
229
  msgstr ""
214
230
 
215
231
  #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:19
216
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:37
232
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:36
217
233
  msgid "Image"
218
234
  msgstr ""
219
235
 
236
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:23
237
+ msgid "Pool"
238
+ msgstr ""
239
+
220
240
  #:
221
241
  #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:5
222
242
  #: ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:5
@@ -237,7 +257,7 @@ msgstr[1] ""
237
257
  #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:8
238
258
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:9
239
259
  #: ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:8
240
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:16
260
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:17
241
261
  msgid "CPU"
242
262
  msgstr ""
243
263
 
@@ -246,7 +266,7 @@ msgstr ""
246
266
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:15
247
267
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:16
248
268
  #: ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:10
249
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:27
269
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:28
250
270
  #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:29
251
271
  #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:10
252
272
  msgid "Memory"
@@ -281,19 +301,19 @@ msgstr ""
281
301
 
282
302
  #:
283
303
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:11
284
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:19
304
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:20
285
305
  msgid "Cores"
286
306
  msgstr ""
287
307
 
288
308
  #:
289
309
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:12
290
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:21
310
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:22
291
311
  msgid "CPU limit"
292
312
  msgstr ""
293
313
 
294
314
  #:
295
315
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:13
296
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:22
316
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:23
297
317
  msgid "CPU units"
298
318
  msgstr ""
299
319
 
@@ -319,13 +339,13 @@ msgstr ""
319
339
 
320
340
  #:
321
341
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:24
322
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:43
342
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:42
323
343
  msgid "Operating System"
324
344
  msgstr ""
325
345
 
326
346
  #:
327
347
  #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:25
328
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:44
348
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:43
329
349
  msgid "OS type"
330
350
  msgstr ""
331
351
 
@@ -417,7 +437,7 @@ msgstr ""
417
437
  #:
418
438
  #: ../app/views/compute_resources_vms/form/proxmox/container/_volume_mp.html.erb:8
419
439
  #: ../app/views/compute_resources_vms/form/proxmox/container/_volume_rootfs.html.erb:7
420
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:39
440
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:38
421
441
  #: ../app/views/compute_resources_vms/form/proxmox/server/_volume.html.erb:8
422
442
  msgid "Storage"
423
443
  msgstr ""
@@ -482,23 +502,27 @@ msgstr ""
482
502
  msgid "VGA"
483
503
  msgstr ""
484
504
 
485
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:18
505
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:15
506
+ msgid "SCSI Controller"
507
+ msgstr ""
508
+
509
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:19
486
510
  msgid "Sockets"
487
511
  msgstr ""
488
512
 
489
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:20
513
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:21
490
514
  msgid "VCPUs"
491
515
  msgstr ""
492
516
 
493
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:23
517
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:24
494
518
  msgid "Enable NUMA"
495
519
  msgstr ""
496
520
 
497
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:24
521
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:25
498
522
  msgid "PCID"
499
523
  msgstr ""
500
524
 
501
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:25
525
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:26
502
526
  msgid "Spectre-CTRL"
503
527
  msgstr ""
504
528
 
@@ -510,23 +534,19 @@ msgstr ""
510
534
  msgid "Shares"
511
535
  msgstr ""
512
536
 
513
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:32
514
- msgid "Ballooning Device"
515
- msgstr ""
516
-
517
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:34
537
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:33
518
538
  msgid "CD-ROM"
519
539
  msgstr ""
520
540
 
521
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:35
541
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:34
522
542
  msgid "None"
523
543
  msgstr ""
524
544
 
525
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:36
545
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:35
526
546
  msgid "Physical"
527
547
  msgstr ""
528
548
 
529
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:40
549
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:39
530
550
  msgid "Image ISO"
531
551
  msgstr ""
532
552
 
@@ -65,6 +65,22 @@ msgstr ""
65
65
  msgid "create_vm(): clone %<image_id>s in %<vmid>s"
66
66
  msgstr ""
67
67
 
68
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:28
69
+ msgid "pool_owner(%<vmid>s)"
70
+ msgstr ""
71
+
72
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:31
73
+ msgid "found vm: %<vmid>s member of pool: %<poolid>s"
74
+ msgstr ""
75
+
76
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:36
77
+ msgid "add_vm_to_pool(%<poolid>s, %<vmid>s)"
78
+ msgstr ""
79
+
80
+ #: ../app/models/foreman_fog_proxmox/proxmox_pools.rb:42
81
+ msgid "remove_vm_from_pool(%<poolid>s, %<vmid>s)"
82
+ msgstr ""
83
+
68
84
  #: ../app/models/foreman_fog_proxmox/proxmox_version.rb:25
69
85
  msgid "Proxmox compute resource version is %<version>s"
70
86
  msgstr ""
@@ -73,11 +89,11 @@ msgstr ""
73
89
  msgid "Proxmox version %<version>s is not semver suitable"
74
90
  msgstr ""
75
91
 
76
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:34
92
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:35
77
93
  msgid "invalid vmid=%<vmid>s"
78
94
  msgstr "vmid=%<vmid>s incorrect"
79
95
 
80
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:53
96
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:54
81
97
  msgid "failed to create vm: %<e>s"
82
98
  msgstr "échec à la création de la VM: %<e>s"
83
99
 
@@ -93,7 +109,7 @@ msgstr ""
93
109
  msgid "new_server_vm() vm.config=%<config>s"
94
110
  msgstr ""
95
111
 
96
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:72
112
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:71
97
113
  msgid "Failed retrieving proxmox server vm by vmid=%<vmid>s"
98
114
  msgstr ""
99
115
 
@@ -165,7 +181,7 @@ msgstr "Ajouter un volume"
165
181
  msgid "add new storage volume"
166
182
  msgstr "ajouter un nouveau volume de stockage"
167
183
 
168
- #: ../app/views/compute_resources_vms/form/proxmox/_base.html.erb:6 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:17 ../app/views/compute_resources_vms/index/_proxmox.html.erb:8
184
+ #: ../app/views/compute_resources_vms/form/proxmox/_base.html.erb:6 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:18 ../app/views/compute_resources_vms/index/_proxmox.html.erb:8
169
185
  msgid "Type"
170
186
  msgstr ""
171
187
 
@@ -187,12 +203,16 @@ msgstr "Noeud"
187
203
 
188
204
  #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:9
189
205
  msgid "Start after creation?"
190
- msgstr ""
206
+ msgstr "Démarrer après création?"
191
207
 
192
- #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:19 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:37
208
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:19 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:36
193
209
  msgid "Image"
194
210
  msgstr ""
195
211
 
212
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:23
213
+ msgid "Pool"
214
+ msgstr ""
215
+
196
216
  #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:5 ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:5
197
217
  msgid "Advanced"
198
218
  msgstr "Avancé"
@@ -203,11 +223,11 @@ msgid_plural "Main options"
203
223
  msgstr[0] "Option principale"
204
224
  msgstr[1] "Options principales"
205
225
 
206
- #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:9 ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:16
226
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:9 ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:17
207
227
  msgid "CPU"
208
228
  msgstr ""
209
229
 
210
- #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:10 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:15 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:16 ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:10 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:27 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:29 ../app/views/compute_resources_vms/index/_proxmox.html.erb:10
230
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_advanced.html.erb:10 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:15 ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:16 ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:10 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:28 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:29 ../app/views/compute_resources_vms/index/_proxmox.html.erb:10
211
231
  msgid "Memory"
212
232
  msgstr "Mémoire"
213
233
 
@@ -231,15 +251,15 @@ msgstr "Démarrer au boot"
231
251
  msgid "Architecture"
232
252
  msgstr ""
233
253
 
234
- #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:11 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:19
254
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:11 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:20
235
255
  msgid "Cores"
236
256
  msgstr "Coeurs"
237
257
 
238
- #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:12 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:21
258
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:12 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:22
239
259
  msgid "CPU limit"
240
260
  msgstr "Limite CPU"
241
261
 
242
- #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:13 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:22
262
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:13 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:23
243
263
  msgid "CPU units"
244
264
  msgstr "Unités CPU"
245
265
 
@@ -259,11 +279,11 @@ msgstr ""
259
279
  msgid "Search domain"
260
280
  msgstr "Domaine de recherche"
261
281
 
262
- #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:24 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:43
282
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:24 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:42
263
283
  msgid "Operating System"
264
284
  msgstr "Système d'exploitation"
265
285
 
266
- #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:25 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:44
286
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_config.html.erb:25 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:43
267
287
  msgid "OS type"
268
288
  msgstr "Type de système d'exploitation"
269
289
 
@@ -331,7 +351,7 @@ msgstr "Pont"
331
351
  msgid "Mount point"
332
352
  msgstr "Point de montage"
333
353
 
334
- #: ../app/views/compute_resources_vms/form/proxmox/container/_volume_mp.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/container/_volume_rootfs.html.erb:7 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:39 ../app/views/compute_resources_vms/form/proxmox/server/_volume.html.erb:8
354
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_volume_mp.html.erb:8 ../app/views/compute_resources_vms/form/proxmox/container/_volume_rootfs.html.erb:7 ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:38 ../app/views/compute_resources_vms/form/proxmox/server/_volume.html.erb:8
335
355
  msgid "Storage"
336
356
  msgstr "Stockage"
337
357
 
@@ -387,23 +407,27 @@ msgstr "Clavier"
387
407
  msgid "VGA"
388
408
  msgstr ""
389
409
 
390
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:18
410
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:15
411
+ msgid "SCSI Controller"
412
+ msgstr ""
413
+
414
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:19
391
415
  msgid "Sockets"
392
416
  msgstr ""
393
417
 
394
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:20
418
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:21
395
419
  msgid "VCPUs"
396
420
  msgstr ""
397
421
 
398
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:23
422
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:24
399
423
  msgid "Enable NUMA"
400
424
  msgstr "Activer NUMA"
401
425
 
402
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:24
426
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:25
403
427
  msgid "PCID"
404
428
  msgstr ""
405
429
 
406
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:25
430
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:26
407
431
  msgid "Spectre-CTRL"
408
432
  msgstr ""
409
433
 
@@ -415,23 +439,19 @@ msgstr "Mémoire minimale"
415
439
  msgid "Shares"
416
440
  msgstr "Partages"
417
441
 
418
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:32
419
- msgid "Ballooning Device"
420
- msgstr "Périphérique à gonflement"
421
-
422
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:34
442
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:33
423
443
  msgid "CD-ROM"
424
444
  msgstr ""
425
445
 
426
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:35
446
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:34
427
447
  msgid "None"
428
448
  msgstr "Aucun"
429
449
 
430
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:36
450
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:35
431
451
  msgid "Physical"
432
452
  msgstr "Physique"
433
453
 
434
- #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:40
454
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:39
435
455
  msgid "Image ISO"
436
456
  msgstr ""
437
457
 
@@ -506,3 +526,6 @@ msgstr ""
506
526
  #: gemspec.rb:4
507
527
  msgid "ForemanFogProxmox plugin adds Proxmox VE compute resource to Foreman using fog-proxmox gem."
508
528
  msgstr "Le plugin ForemanFogProxmox ajoute la ressource de calcul Proxmox VE à foreman en utilisant le gem fog-proxmox"
529
+
530
+ #~ msgid "Ballooning Device"
531
+ #~ msgstr "Périphérique à gonflement"