foreman_fog_proxmox 0.9.4 → 0.10.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.

Potentially problematic release.


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

Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_fog_proxmox/proxmox_vm.js +89 -0
  3. data/app/assets/javascripts/foreman_fog_proxmox/proxmox_vm_container.js +5 -41
  4. data/app/assets/javascripts/foreman_fog_proxmox/proxmox_vm_server.js +2 -21
  5. data/app/controllers/concerns/foreman_fog_proxmox/controller/parameters/compute_resource.rb +1 -1
  6. data/app/controllers/foreman_fog_proxmox/compute_resources_controller.rb +46 -6
  7. data/app/helpers/proxmox_container_helper.rb +3 -1
  8. data/app/helpers/proxmox_server_helper.rb +2 -1
  9. data/app/helpers/proxmox_vm_helper.rb +19 -0
  10. data/app/models/concerns/fog_extensions/proxmox/node.rb +0 -5
  11. data/app/models/concerns/fog_extensions/proxmox/server.rb +1 -1
  12. data/app/models/foreman_fog_proxmox/proxmox.rb +9 -13
  13. data/app/models/foreman_fog_proxmox/proxmox_images.rb +10 -5
  14. data/app/models/foreman_fog_proxmox/proxmox_vm_commands.rb +6 -2
  15. data/app/models/foreman_fog_proxmox/proxmox_vm_new.rb +22 -6
  16. data/app/models/foreman_fog_proxmox/proxmox_vm_queries.rb +9 -7
  17. data/app/models/foreman_fog_proxmox/vms.rb +37 -0
  18. data/app/overrides/compute_resources_vms/form/add_vm_type_node_to_new_form.rb +25 -0
  19. data/app/views/compute_resources/form/_proxmox.html.erb +0 -2
  20. data/app/views/compute_resources/show/_proxmox.html.erb +4 -0
  21. data/app/views/compute_resources_vms/form/proxmox/_add_vm_type_node_to_new_form.html.erb +24 -0
  22. data/app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_form.html.erb +2 -1
  23. data/app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_new_childs_form.html.erb +2 -1
  24. data/app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_nic_provider_specific_form.html.erb +3 -2
  25. data/app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb +6 -5
  26. data/app/views/compute_resources_vms/form/proxmox/_base.html.erb +3 -3
  27. data/app/views/compute_resources_vms/form/proxmox/_general.html.erb +2 -1
  28. data/app/views/compute_resources_vms/form/proxmox/_network.html.erb +2 -2
  29. data/app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb +3 -2
  30. data/app/views/compute_resources_vms/form/proxmox/container/_network.html.erb +4 -3
  31. data/app/views/compute_resources_vms/form/proxmox/container/_volume_mp.html.erb +1 -1
  32. data/app/views/compute_resources_vms/form/proxmox/container/_volume_rootfs.html.erb +1 -1
  33. data/app/views/compute_resources_vms/form/proxmox/server/_config.html.erb +1 -1
  34. data/app/views/compute_resources_vms/form/proxmox/server/_network.html.erb +4 -3
  35. data/app/views/compute_resources_vms/form/proxmox/server/_volume.html.erb +1 -1
  36. data/app/views/compute_resources_vms/index/_proxmox.html.erb +4 -2
  37. data/config/routes.rb +7 -2
  38. data/lib/foreman_fog_proxmox/engine.rb +4 -0
  39. data/lib/foreman_fog_proxmox/version.rb +1 -1
  40. data/locale/en/foreman_fog_proxmox.edit.po +508 -0
  41. data/locale/en/foreman_fog_proxmox.po +34 -7
  42. data/locale/en/foreman_fog_proxmox.po.time_stamp +0 -0
  43. data/locale/foreman_fog_proxmox.pot +112 -70
  44. data/locale/fr/foreman_fog_proxmox.edit.po +508 -0
  45. data/locale/fr/foreman_fog_proxmox.po +39 -12
  46. data/locale/fr/foreman_fog_proxmox.po.time_stamp +0 -0
  47. data/test/factories/foreman_fog_proxmox/proxmox_node_mock_factory.rb +28 -8
  48. data/test/factories/proxmox_factory.rb +0 -1
  49. data/test/functional/compute_resources_controller_test.rb +16 -4
  50. data/test/unit/foreman_fog_proxmox/helpers/proxmox_server_helper_test.rb +1 -0
  51. data/test/unit/foreman_fog_proxmox/proxmox_test.rb +0 -1
  52. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_container_test.rb +33 -8
  53. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_create_test.rb +2 -2
  54. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_update_test.rb +22 -2
  55. data/test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_update_volumes_test.rb +18 -6
  56. metadata +9 -2
@@ -17,7 +17,7 @@ msgstr ""
17
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
18
  "\n"
19
19
 
20
- msgid "%s console is not supported at this time"
20
+ msgid "%<s>s console is not supported at this time"
21
21
  msgstr ""
22
22
 
23
23
  msgid "Add Volume"
@@ -47,6 +47,12 @@ msgstr ""
47
47
  msgid "CDROM"
48
48
  msgstr ""
49
49
 
50
+ msgid "CIDR IPv4 prefix"
51
+ msgstr ""
52
+
53
+ msgid "CIDR IPv6 prefix"
54
+ msgstr ""
55
+
50
56
  msgid "CPU"
51
57
  msgstr ""
52
58
 
@@ -62,15 +68,15 @@ msgstr ""
62
68
  msgid "Cache"
63
69
  msgstr ""
64
70
 
65
- msgid "Caps lock ON"
66
- msgstr ""
67
-
68
71
  msgid "Card"
69
72
  msgstr ""
70
73
 
71
74
  msgid "Change the password"
72
75
  msgstr ""
73
76
 
77
+ msgid "Cluster nodes"
78
+ msgstr ""
79
+
74
80
  msgid "Controller"
75
81
  msgstr ""
76
82
 
@@ -80,6 +86,12 @@ msgstr ""
80
86
  msgid "Create image?"
81
87
  msgstr ""
82
88
 
89
+ msgid "DHCP IPv4"
90
+ msgstr ""
91
+
92
+ msgid "DHCP IPv6"
93
+ msgstr ""
94
+
83
95
  msgid "DNS"
84
96
  msgstr ""
85
97
 
@@ -110,6 +122,15 @@ msgstr ""
110
122
  msgid "Extended"
111
123
  msgstr ""
112
124
 
125
+ msgid "Failed retrieving proxmox compute client caused by %<e>s"
126
+ msgstr ""
127
+
128
+ msgid "Failed retrieving proxmox identity client caused by %<e>s"
129
+ msgstr ""
130
+
131
+ msgid "Failed retrieving proxmox network client caused by %<e>s"
132
+ msgstr ""
133
+
113
134
  msgid "Failed retrieving proxmox server vm by vmid=%<vmid>s"
114
135
  msgstr ""
115
136
 
@@ -131,6 +152,12 @@ msgstr ""
131
152
  msgid "ForemanFogProxmox plugin adds Proxmox VE compute resource to Foreman using fog-proxmox gem."
132
153
  msgstr ""
133
154
 
155
+ msgid "Gateway IPv4"
156
+ msgstr ""
157
+
158
+ msgid "Gateway IPv6"
159
+ msgstr ""
160
+
134
161
  msgid "General"
135
162
  msgstr ""
136
163
 
@@ -256,6 +283,9 @@ msgstr ""
256
283
  msgid "Spectre-CTRL"
257
284
  msgstr ""
258
285
 
286
+ msgid "Start after creation?"
287
+ msgstr ""
288
+
259
289
  msgid "Start at boot"
260
290
  msgstr ""
261
291
 
@@ -280,9 +310,6 @@ msgstr ""
280
310
  msgid "Token expires on"
281
311
  msgstr ""
282
312
 
283
- msgid "Token expires on #{token_deadline}"
284
- msgstr ""
285
-
286
313
  msgid "Token has expired?"
287
314
  msgstr ""
288
315
 
@@ -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: 2019-11-07 14:18+0100\n"
12
- "PO-Revision-Date: 2019-11-07 14:18+0100\n"
11
+ "POT-Creation-Date: 2020-02-11 09:46+0100\n"
12
+ "PO-Revision-Date: 2020-02-11 09:46+0100\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -26,11 +26,7 @@ msgstr ""
26
26
  msgid "Average load (x100)"
27
27
  msgstr ""
28
28
 
29
- #: ../app/helpers/proxmox_form_helper.rb:33
30
- msgid "Caps lock ON"
31
- msgstr ""
32
-
33
- #: ../app/helpers/proxmox_form_helper.rb:36
29
+ #: ../app/helpers/proxmox_form_helper.rb:35
34
30
  msgid "Change the password"
35
31
  msgstr ""
36
32
 
@@ -42,19 +38,31 @@ msgstr ""
42
38
  msgid "Failed to undo update compute %<compute_resource>s instance %<name>s: %<e>s"
43
39
  msgstr ""
44
40
 
45
- #: ../app/models/foreman_fog_proxmox/proxmox.rb:100
41
+ #: ../app/models/foreman_fog_proxmox/proxmox.rb:87
46
42
  msgid "Unable to store X509 certificates"
47
43
  msgstr ""
48
44
 
45
+ #: ../app/models/foreman_fog_proxmox/proxmox.rb:112
46
+ msgid "Failed retrieving proxmox compute client caused by %<e>s"
47
+ msgstr ""
48
+
49
+ #: ../app/models/foreman_fog_proxmox/proxmox.rb:119
50
+ msgid "Failed retrieving proxmox identity client caused by %<e>s"
51
+ msgstr ""
52
+
53
+ #: ../app/models/foreman_fog_proxmox/proxmox.rb:126
54
+ msgid "Failed retrieving proxmox network client caused by %<e>s"
55
+ msgstr ""
56
+
49
57
  #: ../app/models/foreman_fog_proxmox/proxmox_compute_attributes.rb:31
50
58
  msgid "Operating system family %<type>s is not consistent with %<ostype>s"
51
59
  msgstr ""
52
60
 
53
61
  #: ../app/models/foreman_fog_proxmox/proxmox_console.rb:37
54
- msgid "%s console is not supported at this time"
62
+ msgid "%<s>s console is not supported at this time"
55
63
  msgstr ""
56
64
 
57
- #: ../app/models/foreman_fog_proxmox/proxmox_images.rb:46
65
+ #: ../app/models/foreman_fog_proxmox/proxmox_images.rb:51
58
66
  msgid "create_vm(): clone %<image_id>s in %<vmid>s"
59
67
  msgstr ""
60
68
 
@@ -66,73 +74,64 @@ msgstr ""
66
74
  msgid "Proxmox version %<version>s is not semver suitable"
67
75
  msgstr ""
68
76
 
69
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:33
77
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:34
70
78
  msgid "invalid vmid=%<vmid>s"
71
79
  msgstr ""
72
80
 
73
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:52
81
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_commands.rb:53
74
82
  msgid "failed to create vm: %<e>s"
75
83
  msgstr ""
76
84
 
77
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:140
85
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:152
78
86
  msgid "new_vm() vm.config=%<config>s"
79
87
  msgstr ""
80
88
 
81
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:149
89
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:163
82
90
  msgid "new_container_vm() vm.config=%<config>s"
83
91
  msgstr ""
84
92
 
85
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:158
93
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_new.rb:174
86
94
  msgid "new_server_vm() vm.config=%<config>s"
87
95
  msgstr ""
88
96
 
89
- #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:70
97
+ #: ../app/models/foreman_fog_proxmox/proxmox_vm_queries.rb:72
90
98
  msgid "Failed retrieving proxmox server vm by vmid=%<vmid>s"
91
99
  msgstr ""
92
100
 
93
- #: ../app/models/foreman_fog_proxmox/proxmox_volumes.rb:35
101
+ #: ../app/models/foreman_fog_proxmox/proxmox_volumes.rb:42
94
102
  msgid "Unable to shrink %<id>s size. Proxmox allows only increasing size."
95
103
  msgstr ""
96
104
 
97
- #: ../app/views/compute_resources/form/_proxmox.html.erb:9
105
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:8
98
106
  msgid "Renew expired token ?"
99
107
  msgstr ""
100
108
 
101
109
  #: ../app/views/compute_resources/form/_proxmox.html.erb:9
102
- msgid "Token expires on #{token_deadline}"
103
- msgstr ""
104
-
105
- #: ../app/views/compute_resources/form/_proxmox.html.erb:10
106
110
  msgid "e.g. https://127.0.0.1:8006/api2/json"
107
111
  msgstr ""
108
112
 
109
- #: ../app/views/compute_resources/form/_proxmox.html.erb:10
113
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:9
110
114
  msgid "Test failed"
111
115
  msgstr ""
112
116
 
113
- #: ../app/views/compute_resources/form/_proxmox.html.erb:11
117
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:10
114
118
  msgid "e.g. root@pam"
115
119
  msgstr ""
116
120
 
117
- #: ../app/views/compute_resources/form/_proxmox.html.erb:13
121
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:12
118
122
  msgid "SSL verify peer"
119
123
  msgstr ""
120
124
 
121
- #: ../app/views/compute_resources/form/_proxmox.html.erb:14
125
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:13
122
126
  msgid "X509 Certification Authorities"
123
127
  msgstr ""
124
128
 
125
- #: ../app/views/compute_resources/form/_proxmox.html.erb:15
129
+ #: ../app/views/compute_resources/form/_proxmox.html.erb:14
126
130
  msgid ""
127
131
  "Optionally provide a CA, or a correctly ordered CA chain. If left blank, disab"
128
132
  "le ssl_verify_peer."
129
133
  msgstr ""
130
134
 
131
- #: ../app/views/compute_resources/form/_proxmox.html.erb:16
132
- #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:8
133
- msgid "Node"
134
- msgstr ""
135
-
136
135
  #: ../app/views/compute_resources/show/_proxmox.html.erb:4
137
136
  msgid "URL"
138
137
  msgstr ""
@@ -149,42 +148,46 @@ msgstr ""
149
148
  msgid "Token expires on"
150
149
  msgstr ""
151
150
 
151
+ #: ../app/views/compute_resources/show/_proxmox.html.erb:20
152
+ msgid "Cluster nodes"
153
+ msgstr ""
154
+
152
155
  #:
153
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_form.html.erb:6
154
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_form.html.erb:10
155
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_new_childs_form.html.erb:8
156
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_new_childs_form.html.erb:14
156
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_form.html.erb:7
157
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_form.html.erb:11
158
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_new_childs_form.html.erb:9
159
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_networks_new_childs_form.html.erb:15
157
160
  msgid "remove network interface"
158
161
  msgstr ""
159
162
 
160
163
  #:
161
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:11
162
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:17
163
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:25
164
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:29
165
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:33
166
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:44
167
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:48
164
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:12
165
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:18
166
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:26
167
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:30
168
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:34
169
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:45
170
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:49
168
171
  msgid "remove storage volume"
169
172
  msgstr ""
170
173
 
171
174
  #:
172
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:38
173
175
  #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:39
174
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:52
176
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:40
177
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:53
175
178
  msgid "Add Volume"
176
179
  msgstr ""
177
180
 
178
181
  #:
179
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:38
180
182
  #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:39
181
- #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:52
183
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:40
184
+ #: ../app/views/compute_resources_vms/form/proxmox/_add_vm_type_to_volumes_edit.html.erb:53
182
185
  msgid "add new storage volume"
183
186
  msgstr ""
184
187
 
185
188
  #: ../app/views/compute_resources_vms/form/proxmox/_base.html.erb:6
186
189
  #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:17
187
- #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:7
190
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:8
188
191
  msgid "Type"
189
192
  msgstr ""
190
193
 
@@ -200,7 +203,16 @@ msgstr ""
200
203
  msgid "VM ID"
201
204
  msgstr ""
202
205
 
203
- #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:18
206
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:8
207
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:7
208
+ msgid "Node"
209
+ msgstr ""
210
+
211
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:9
212
+ msgid "Start after creation?"
213
+ msgstr ""
214
+
215
+ #: ../app/views/compute_resources_vms/form/proxmox/_general.html.erb:19
204
216
  #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:37
205
217
  msgid "Image"
206
218
  msgstr ""
@@ -236,7 +248,7 @@ msgstr ""
236
248
  #: ../app/views/compute_resources_vms/form/proxmox/server/_advanced.html.erb:10
237
249
  #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:27
238
250
  #: ../app/views/compute_resources_vms/form/proxmox/server/_config.html.erb:29
239
- #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:9
251
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:10
240
252
  msgid "Memory"
241
253
  msgstr ""
242
254
 
@@ -318,52 +330,82 @@ msgid "OS type"
318
330
  msgstr ""
319
331
 
320
332
  #:
321
- #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:5
333
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:6
322
334
  msgid "Extended"
323
335
  msgstr ""
324
336
 
325
337
  #:
326
- #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:7
338
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:8
327
339
  msgid "Template storage"
328
340
  msgstr ""
329
341
 
330
342
  #:
331
- #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:8
343
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:9
332
344
  msgid "OS Template"
333
345
  msgstr ""
334
346
 
335
347
  #:
336
- #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:10
348
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_extended.html.erb:11
337
349
  msgid "Root password"
338
350
  msgstr ""
339
351
 
340
352
  #:
341
- #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:5
342
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:5
353
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:6
354
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:6
343
355
  msgid "Nic"
344
356
  msgstr ""
345
357
 
346
358
  #:
347
- #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:7
359
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:8
348
360
  #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:6
349
361
  msgid "Name"
350
362
  msgstr ""
351
363
 
352
364
  #:
353
- #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:8
354
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:9
355
- msgid "VLAN tag"
365
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:9
366
+ msgid "DHCP IPv4"
356
367
  msgstr ""
357
368
 
358
369
  #:
359
- #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:9
370
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:10
371
+ msgid "CIDR IPv4 prefix"
372
+ msgstr ""
373
+
374
+ #:
375
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:11
376
+ msgid "Gateway IPv4"
377
+ msgstr ""
378
+
379
+ #:
380
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:12
381
+ msgid "DHCP IPv6"
382
+ msgstr ""
383
+
384
+ #:
385
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:13
386
+ msgid "CIDR IPv6 prefix"
387
+ msgstr ""
388
+
389
+ #:
390
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:14
391
+ msgid "Gateway IPv6"
392
+ msgstr ""
393
+
394
+ #:
395
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:15
360
396
  #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:10
397
+ msgid "VLAN tag"
398
+ msgstr ""
399
+
400
+ #:
401
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:16
402
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:11
361
403
  msgid "Rate limit"
362
404
  msgstr ""
363
405
 
364
406
  #:
365
- #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:10
366
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:8
407
+ #: ../app/views/compute_resources_vms/form/proxmox/container/_network.html.erb:17
408
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:9
367
409
  msgid "Bridge"
368
410
  msgstr ""
369
411
 
@@ -488,19 +530,19 @@ msgstr ""
488
530
  msgid "Image ISO"
489
531
  msgstr ""
490
532
 
491
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:7
533
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:8
492
534
  msgid "Card"
493
535
  msgstr ""
494
536
 
495
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:11
537
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:12
496
538
  msgid "Multiqueue"
497
539
  msgstr ""
498
540
 
499
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:12
541
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:13
500
542
  msgid "Firewall"
501
543
  msgstr ""
502
544
 
503
- #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:13
545
+ #: ../app/views/compute_resources_vms/form/proxmox/server/_network.html.erb:14
504
546
  msgid "Disconnect"
505
547
  msgstr ""
506
548
 
@@ -516,15 +558,15 @@ msgstr ""
516
558
  msgid "Cache"
517
559
  msgstr ""
518
560
 
519
- #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:8
561
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:9
520
562
  msgid "CPUs"
521
563
  msgstr ""
522
564
 
523
- #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:10
565
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:11
524
566
  msgid "Power"
525
567
  msgstr ""
526
568
 
527
- #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:11
569
+ #: ../app/views/compute_resources_vms/index/_proxmox.html.erb:12
528
570
  msgid "Uptime"
529
571
  msgstr ""
530
572