foreman_fog_proxmox 0.12.0 → 0.12.1
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.
- checksums.yaml +4 -4
- data/lib/foreman_fog_proxmox/engine.rb +2 -2
- data/lib/foreman_fog_proxmox/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24ea33cf00db1fc077b47811dba321202308f03801612dab34a93613fa31d34a
|
4
|
+
data.tar.gz: f579acd4f75749a0676afdbb8f106ede3dcbedaca41e63297c7f36a222e31ccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b7252797a07aff96816601a9ce46adb13e242098e4a9731ccf29f515537d6c41d7f70f0c93fb0463eb54d8d0d5beb22f9acd4e4eca8817513d742097ffbcf7bf
|
7
|
+
data.tar.gz: 9f03bf388ae9af712be16fa65424cb8c789abd8d4c6282d59215fa4248d94f96effeb0e84c3051da793e867ff42831df2d566dd3e5d5725e82bb7c741fadaca9
|
@@ -45,8 +45,8 @@ module ForemanFogProxmox
|
|
45
45
|
# add dashboard widget
|
46
46
|
widget 'foreman_fog_proxmox_widget', name: N_('Foreman Fog Proxmox widget'), sizex: 8, sizey: 1
|
47
47
|
security_block :foreman_fog_proxmox do
|
48
|
-
permission :view_compute_resource, 'foreman_fog_proxmox/compute_resources' =>
|
49
|
-
[:ostemplates_by_node_and_storage, :isos_by_node_and_storage, :ostemplates_by_node, :isos_by_node, :storages_by_node, :iso_storages_by_node, :bridges_by_node]
|
48
|
+
permission :view_compute_resource, { :'foreman_fog_proxmox/compute_resources' =>
|
49
|
+
[:ostemplates_by_node_and_storage, :isos_by_node_and_storage, :ostemplates_by_node, :isos_by_node, :storages_by_node, :iso_storages_by_node, :bridges_by_node] }
|
50
50
|
end
|
51
51
|
end
|
52
52
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_fog_proxmox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tristan Robert
|
@@ -225,25 +225,25 @@ signing_key:
|
|
225
225
|
specification_version: 4
|
226
226
|
summary: Foreman plugin that adds Proxmox VE compute resource using fog-proxmox
|
227
227
|
test_files:
|
228
|
-
- test/test_plugin_helper.rb
|
229
|
-
- test/factories/proxmox_factory.rb
|
230
228
|
- test/factories/foreman_fog_proxmox/proxmox_node_mock_factory.rb
|
231
229
|
- test/factories/foreman_fog_proxmox/proxmox_server_mock_factory.rb
|
232
230
|
- test/factories/foreman_fog_proxmox/proxmox_container_mock_factory.rb
|
233
|
-
- test/
|
231
|
+
- test/factories/proxmox_factory.rb
|
234
232
|
- test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_update_volumes_test.rb
|
235
|
-
- test/unit/foreman_fog_proxmox/
|
236
|
-
- test/unit/foreman_fog_proxmox/proxmox_test.rb
|
237
|
-
- test/unit/foreman_fog_proxmox/proxmox_compute_attributes_test.rb
|
233
|
+
- test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_create_test.rb
|
238
234
|
- test/unit/foreman_fog_proxmox/proxmox_vm_commands_container_test.rb
|
239
|
-
- test/unit/foreman_fog_proxmox/semver_test.rb
|
240
235
|
- test/unit/foreman_fog_proxmox/proxmox_version_test.rb
|
241
|
-
- test/unit/foreman_fog_proxmox/
|
236
|
+
- test/unit/foreman_fog_proxmox/proxmox_vm_commands_test.rb
|
242
237
|
- test/unit/foreman_fog_proxmox/proxmox_vm_queries_test.rb
|
243
|
-
- test/unit/foreman_fog_proxmox/proxmox_vm_new_test.rb
|
244
238
|
- test/unit/foreman_fog_proxmox/proxmox_vm_commands_server_update_test.rb
|
245
|
-
- test/unit/foreman_fog_proxmox/
|
239
|
+
- test/unit/foreman_fog_proxmox/proxmox_images_test.rb
|
240
|
+
- test/unit/foreman_fog_proxmox/proxmox_vm_new_test.rb
|
241
|
+
- test/unit/foreman_fog_proxmox/proxmox_compute_attributes_test.rb
|
242
|
+
- test/unit/foreman_fog_proxmox/proxmox_interfaces_test.rb
|
243
|
+
- test/unit/foreman_fog_proxmox/proxmox_test.rb
|
244
|
+
- test/unit/foreman_fog_proxmox/semver_test.rb
|
246
245
|
- test/unit/foreman_fog_proxmox/helpers/proxmox_server_helper_test.rb
|
247
|
-
- test/unit/foreman_fog_proxmox/helpers/proxmox_container_helper_test.rb
|
248
246
|
- test/unit/foreman_fog_proxmox/helpers/proxmox_vm_helper_test.rb
|
247
|
+
- test/unit/foreman_fog_proxmox/helpers/proxmox_container_helper_test.rb
|
248
|
+
- test/test_plugin_helper.rb
|
249
249
|
- test/functional/compute_resources_controller_test.rb
|