fog-ovirt 1.2.5 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +7 -0
  3. data/.rubocop_todo.yml +17 -5
  4. data/Gemfile +0 -1
  5. data/Gemfile.local.rb +0 -0
  6. data/README.md +2 -6
  7. data/Rakefile +2 -8
  8. data/fog-ovirt.gemspec +3 -2
  9. data/lib/fog/ovirt/compute.rb +5 -29
  10. data/lib/fog/ovirt/compute/v4.rb +3 -0
  11. data/lib/fog/ovirt/requests/compute/v4/mock_files/operating_systems.xml +4 -4
  12. data/lib/fog/ovirt/version.rb +1 -1
  13. metadata +20 -85
  14. data/lib/fog/ovirt/compute/v3.rb +0 -136
  15. data/lib/fog/ovirt/requests/compute/v3/activate_volume.rb +0 -23
  16. data/lib/fog/ovirt/requests/compute/v3/add_interface.rb +0 -22
  17. data/lib/fog/ovirt/requests/compute/v3/add_to_affinity_group.rb +0 -23
  18. data/lib/fog/ovirt/requests/compute/v3/add_volume.rb +0 -23
  19. data/lib/fog/ovirt/requests/compute/v3/attach_volume.rb +0 -24
  20. data/lib/fog/ovirt/requests/compute/v3/create_affinity_group.rb +0 -20
  21. data/lib/fog/ovirt/requests/compute/v3/create_vm.rb +0 -20
  22. data/lib/fog/ovirt/requests/compute/v3/datacenters.rb +0 -22
  23. data/lib/fog/ovirt/requests/compute/v3/deactivate_volume.rb +0 -24
  24. data/lib/fog/ovirt/requests/compute/v3/destroy_affinity_group.rb +0 -21
  25. data/lib/fog/ovirt/requests/compute/v3/destroy_interface.rb +0 -24
  26. data/lib/fog/ovirt/requests/compute/v3/destroy_vm.rb +0 -21
  27. data/lib/fog/ovirt/requests/compute/v3/destroy_volume.rb +0 -24
  28. data/lib/fog/ovirt/requests/compute/v3/detach_volume.rb +0 -24
  29. data/lib/fog/ovirt/requests/compute/v3/get_affinity_group.rb +0 -20
  30. data/lib/fog/ovirt/requests/compute/v3/get_api_version.rb +0 -18
  31. data/lib/fog/ovirt/requests/compute/v3/get_cluster.rb +0 -19
  32. data/lib/fog/ovirt/requests/compute/v3/get_instance_type.rb +0 -19
  33. data/lib/fog/ovirt/requests/compute/v3/get_quota.rb +0 -19
  34. data/lib/fog/ovirt/requests/compute/v3/get_template.rb +0 -19
  35. data/lib/fog/ovirt/requests/compute/v3/get_virtual_machine.rb +0 -19
  36. data/lib/fog/ovirt/requests/compute/v3/get_volume.rb +0 -19
  37. data/lib/fog/ovirt/requests/compute/v3/list_affinity_group_vms.rb +0 -24
  38. data/lib/fog/ovirt/requests/compute/v3/list_affinity_groups.rb +0 -22
  39. data/lib/fog/ovirt/requests/compute/v3/list_clusters.rb +0 -21
  40. data/lib/fog/ovirt/requests/compute/v3/list_instance_types.rb +0 -21
  41. data/lib/fog/ovirt/requests/compute/v3/list_networks.rb +0 -18
  42. data/lib/fog/ovirt/requests/compute/v3/list_operating_systems.rb +0 -21
  43. data/lib/fog/ovirt/requests/compute/v3/list_quotas.rb +0 -21
  44. data/lib/fog/ovirt/requests/compute/v3/list_template_interfaces.rb +0 -21
  45. data/lib/fog/ovirt/requests/compute/v3/list_template_volumes.rb +0 -21
  46. data/lib/fog/ovirt/requests/compute/v3/list_templates.rb +0 -21
  47. data/lib/fog/ovirt/requests/compute/v3/list_virtual_machines.rb +0 -21
  48. data/lib/fog/ovirt/requests/compute/v3/list_vm_interfaces.rb +0 -21
  49. data/lib/fog/ovirt/requests/compute/v3/list_vm_volumes.rb +0 -21
  50. data/lib/fog/ovirt/requests/compute/v3/list_volumes.rb +0 -21
  51. data/lib/fog/ovirt/requests/compute/v3/mock_files/affinitygroup.xml +0 -8
  52. data/lib/fog/ovirt/requests/compute/v3/mock_files/affinitygroup_vms.xml +0 -9
  53. data/lib/fog/ovirt/requests/compute/v3/mock_files/affinitygroups.xml +0 -17
  54. data/lib/fog/ovirt/requests/compute/v3/mock_files/cluster.xml +0 -20
  55. data/lib/fog/ovirt/requests/compute/v3/mock_files/clusters.xml +0 -39
  56. data/lib/fog/ovirt/requests/compute/v3/mock_files/data_centers.xml +0 -17
  57. data/lib/fog/ovirt/requests/compute/v3/mock_files/disks.xml +0 -58
  58. data/lib/fog/ovirt/requests/compute/v3/mock_files/instance_type.xml +0 -42
  59. data/lib/fog/ovirt/requests/compute/v3/mock_files/instance_types.xml +0 -197
  60. data/lib/fog/ovirt/requests/compute/v3/mock_files/nics.xml +0 -10
  61. data/lib/fog/ovirt/requests/compute/v3/mock_files/operating_systems.xml +0 -10
  62. data/lib/fog/ovirt/requests/compute/v3/mock_files/quotas.xml +0 -7
  63. data/lib/fog/ovirt/requests/compute/v3/mock_files/storage_domains.xml +0 -36
  64. data/lib/fog/ovirt/requests/compute/v3/mock_files/template.xml +0 -39
  65. data/lib/fog/ovirt/requests/compute/v3/mock_files/templates.xml +0 -110
  66. data/lib/fog/ovirt/requests/compute/v3/mock_files/vm.xml +0 -52
  67. data/lib/fog/ovirt/requests/compute/v3/mock_files/vms.xml +0 -152
  68. data/lib/fog/ovirt/requests/compute/v3/mock_files/volume.xml +0 -21
  69. data/lib/fog/ovirt/requests/compute/v3/mock_files/volumes.xml +0 -40
  70. data/lib/fog/ovirt/requests/compute/v3/remove_from_affinity_group.rb +0 -23
  71. data/lib/fog/ovirt/requests/compute/v3/storage_domains.rb +0 -22
  72. data/lib/fog/ovirt/requests/compute/v3/update_interface.rb +0 -36
  73. data/lib/fog/ovirt/requests/compute/v3/update_vm.rb +0 -20
  74. data/lib/fog/ovirt/requests/compute/v3/update_volume.rb +0 -37
  75. data/lib/fog/ovirt/requests/compute/v3/vm_action.rb +0 -24
  76. data/lib/fog/ovirt/requests/compute/v3/vm_start_with_cloudinit.rb +0 -21
  77. data/lib/fog/ovirt/requests/compute/v3/vm_ticket.rb +0 -19
  78. data/tests/ovirt/requests/compute/v3/client_tests.rb +0 -31
  79. data/tests/ovirt/requests/compute/v3/create_vm_tests.rb +0 -17
  80. data/tests/ovirt/requests/compute/v3/destroy_vm_tests.rb +0 -14
  81. data/tests/ovirt/requests/compute/v3/list_datacenters_tests.rb +0 -11
  82. data/tests/ovirt/requests/compute/v3/list_quotas_tests.rb +0 -10
  83. data/tests/ovirt/requests/compute/v3/list_storage_domains_tests.rb +0 -11
  84. data/tests/ovirt/requests/compute/v3/update_vm_tests.rb +0 -14
  85. data/tests/ovirt/requests/compute/v3/update_volume_tests.rb +0 -15
@@ -1,19 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def get_virtual_machine(id)
7
- ovirt_attrs client.vm(id)
8
- end
9
- end
10
- class Mock
11
- def get_virtual_machine(_id)
12
- xml = read_xml "vm.xml"
13
- ovirt_attrs OVIRT::VM.new(self, Nokogiri::XML(xml).root)
14
- end
15
- end
16
- end
17
- end
18
- end
19
- end
@@ -1,19 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def get_volume(id)
7
- ovirt_attrs client.disk(id)
8
- end
9
- end
10
- class Mock
11
- def get_volume(_id)
12
- xml = read_xml("volume.xml")
13
- ovirt_attrs OVIRT::Volume.new(self, Nokogiri::XML(xml).root)
14
- end
15
- end
16
- end
17
- end
18
- end
19
- end
@@ -1,24 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_affinity_group_vms(id)
7
- client.affinity_group_vms(id).map { |vm| servers.get(vm.id) }
8
- end
9
- end
10
-
11
- class Mock
12
- def list_affinity_group_vms(_id)
13
- vms = []
14
- Nokogiri::XML(read_xml("affinitygroup_vms.xml")).xpath("/vms/vm/@id").each do |id|
15
- xml = Nokogiri::XML(read_xml("vms.xml")).xpath(format("/vms/vm[@id='%<id>s']", id.value)).first
16
- vms << ovirt_attrs(OVIRT::VM.new(self, xml))
17
- end
18
- vms
19
- end
20
- end
21
- end
22
- end
23
- end
24
- end
@@ -1,22 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_affinity_groups(filters = {})
7
- client.affinity_groups(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
-
11
- class Mock
12
- def list_affinity_groups(_filters = {})
13
- xml = read_xml("affinitygroups.xml")
14
- Nokogiri::XML(xml).xpath("/affinity_groups/affinity_group").map do |ag|
15
- ovirt_attrs OVIRT::AffinityGroup.new(self, ag)
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
22
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_clusters(filters = {})
7
- client.clusters(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_clusters(_filters = {})
12
- xml = read_xml "clusters.xml"
13
- Nokogiri::XML(xml).xpath("/clusters/cluster").map do |cl|
14
- ovirt_attrs OVIRT::Cluster.new(self, cl)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_instance_types(filters = {})
7
- client.instance_types(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_instance_types(_filters = {})
12
- xml = read_xml "instance_types.xml"
13
- Nokogiri::XML(xml).xpath("/instance_types/instance_type").map do |t|
14
- ovirt_attrs OVIRT::InstanceType.new(self, t)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,18 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_networks(cluster_id)
7
- client.networks(:cluster_id => cluster_id)
8
- end
9
- end
10
- class Mock
11
- def list_networks(_cluster_id)
12
- []
13
- end
14
- end
15
- end
16
- end
17
- end
18
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_operating_systems
7
- client.operating_systems.map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_operating_systems
12
- xml = read_xml "operating_systems.xml"
13
- Nokogiri::XML(xml).xpath("/operating_systems/operating_system").map do |os|
14
- ovirt_attrs OVIRT::OperatingSystem.new(self, os)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_quotas(filters = {})
7
- client.quotas(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_quotas(_filters = {})
12
- xml = read_xml "quotas.xml"
13
- Nokogiri::XML(xml).xpath("/quotas/quota").map do |q|
14
- ovirt_attrs OVIRT::Quota.new(self, q)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_template_interfaces(vm_id)
7
- client.template_interfaces(vm_id).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_template_interfaces(_vm_id)
12
- xml = read_xml "nics.xml"
13
- Nokogiri::XML(xml).xpath("/nics/nic").map do |nic|
14
- ovirt_attrs OVIRT::Interface.new(self, nic)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_template_volumes(template_id)
7
- client.template_volumes(template_id).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_template_volumes(_template_id)
12
- xml = read_xml "volumes.xml"
13
- Nokogiri::XML(xml).xpath("/disks/disk").map do |vol|
14
- ovirt_attrs OVIRT::Volume.new(self, vol)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_templates(filters = {})
7
- client.templates(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_templates(_filters = {})
12
- xml = read_xml "templates.xml"
13
- Nokogiri::XML(xml).xpath("/templates/template").map do |t|
14
- ovirt_attrs OVIRT::Template.new(self, t)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_virtual_machines(filters = {})
7
- client.vms(filters).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_virtual_machines(_filters = {})
12
- xml = read_xml "vms.xml"
13
- Nokogiri::XML(xml).xpath("/vms/vm").map do |vm|
14
- ovirt_attrs OVIRT::VM.new(self, vm)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_vm_interfaces(vm_id)
7
- client.vm_interfaces(vm_id).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_vm_interfaces(_vm_id)
12
- xml = read_xml "nics.xml"
13
- Nokogiri::XML(xml).xpath("/nics/nic").map do |nic|
14
- ovirt_attrs OVIRT::Interface.new(self, nic)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_vm_volumes(vm_id)
7
- client.vm_volumes(vm_id).map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_vm_volumes(_vm_id)
12
- xml = read_xml "volumes.xml"
13
- Nokogiri::XML(xml).xpath("/disks/disk").map do |vol|
14
- ovirt_attrs OVIRT::Volume.new(self, vol)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,21 +0,0 @@
1
- module Fog
2
- module Ovirt
3
- class Compute
4
- class V3
5
- class Real
6
- def list_volumes
7
- client.disks.map { |ovirt_obj| ovirt_attrs ovirt_obj }
8
- end
9
- end
10
- class Mock
11
- def list_volumes
12
- xml = read_xml "disks.xml"
13
- Nokogiri::XML(xml).xpath("/disks/disk").map do |vol|
14
- ovirt_attrs OVIRT::Volume.new(self, vol)
15
- end
16
- end
17
- end
18
- end
19
- end
20
- end
21
- end
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <affinity_group href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/9aaec56b-e24d-4fce-82a1-21a7b642ab0f" id="9aaec56b-e24d-4fce-82a1-21a7b642ab0f">
3
- <name>test1_ag</name>
4
- <link href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/9aaec56b-e24d-4fce-82a1-21a7b642ab0f/vms" rel="vms"/>
5
- <cluster href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa" id="a240aac1-d03a-4c69-923e-a295200539fa"/>
6
- <positive>true</positive>
7
- <enforcing>false</enforcing>
8
- </affinity_group>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <vms>
3
- <vm href="/api/vms/5ee86332-7b19-465b-8801-2a12ed0d6c1b" id="5ee86332-7b19-465b-8801-2a12ed0d6c1b">
4
- <name>test-vm1</name>
5
- </vm>
6
- <vm href="/api/vms/349764bb-eba3-4466-abef-f18f4c40c9f1" id="349764bb-eba3-4466-abef-f18f4c40c9f1">
7
- <name>fosdem</name>
8
- </vm>
9
- </vms>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <affinity_groups>
3
- <affinity_group href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/ff73a83f-10b2-44ae-8c98-a29b13ae0c19" id="ff73a83f-10b2-44ae-8c98-a29b13ae0c19">
4
- <name>test2_ag</name>
5
- <link href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/ff73a83f-10b2-44ae-8c98-a29b13ae0c19/vms" rel="vms"/>
6
- <cluster href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa" id="a240aac1-d03a-4c69-923e-a295200539fa"/>
7
- <positive>true</positive>
8
- <enforcing>true</enforcing>
9
- </affinity_group>
10
- <affinity_group href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/9aaec56b-e24d-4fce-82a1-21a7b642ab0f" id="9aaec56b-e24d-4fce-82a1-21a7b642ab0f">
11
- <name>test1_ag</name>
12
- <link href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa/affinitygroups/9aaec56b-e24d-4fce-82a1-21a7b642ab0f/vms" rel="vms"/>
13
- <cluster href="/api/clusters/a240aac1-d03a-4c69-923e-a295200539fa" id="a240aac1-d03a-4c69-923e-a295200539fa"/>
14
- <positive>true</positive>
15
- <enforcing>false</enforcing>
16
- </affinity_group>
17
- </affinity_groups>
@@ -1,20 +0,0 @@
1
- <clusters>
2
- <cluster href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc" id="9ce445e8-4c03-11e1-b3c8-5254009970cc">
3
- <name>cluster1</name>
4
- <link href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc/networks" rel="networks"/>
5
- <link href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc/permissions" rel="permissions"/>
6
- <cpu id="Intel Conroe Family"/>
7
- <data_center href="/api/datacenters/c0645886-4b4b-11e1-a0ae-5254009970cc" id="c0645886-4b4b-11e1-a0ae-5254009970cc"/>
8
- <memory_policy>
9
- <overcommit percent="200"/>
10
- <transparent_hugepages>
11
- <enabled>true</enabled>
12
- </transparent_hugepages>
13
- </memory_policy>
14
- <scheduling_policy/>
15
- <version major="3" minor="0"/>
16
- <error_handling>
17
- <on_error>migrate_highly_available</on_error>
18
- </error_handling>
19
- </cluster>
20
- </clusters>
@@ -1,39 +0,0 @@
1
- <clusters>
2
- <cluster href="/api/clusters/99408929-82cf-4dc7-a532-9d998063fa95" id="99408929-82cf-4dc7-a532-9d998063fa95">
3
- <name>Cluster1</name>
4
- <description>The default server cluster</description>
5
- <link href="/api/clusters/99408929-82cf-4dc7-a532-9d998063fa95/networks" rel="networks"/>
6
- <link href="/api/clusters/99408929-82cf-4dc7-a532-9d998063fa95/permissions" rel="permissions"/>
7
- <cpu id="Intel Conroe Family"/>
8
- <data_center href="/api/datacenters/c0645886-4b4b-11e1-a0ae-5254009970cc" id="c0645886-4b4b-11e1-a0ae-5254009970cc"/>
9
- <memory_policy>
10
- <overcommit percent="100"/>
11
- <transparent_hugepages>
12
- <enabled>true</enabled>
13
- </transparent_hugepages>
14
- </memory_policy>
15
- <scheduling_policy/>
16
- <version major="3" minor="0"/>
17
- <error_handling>
18
- <on_error>migrate</on_error>
19
- </error_handling>
20
- </cluster>
21
- <cluster href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc" id="9ce445e8-4c03-11e1-b3c8-5254009970cc">
22
- <name>Cluster2</name>
23
- <link href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc/networks" rel="networks"/>
24
- <link href="/api/clusters/9ce445e8-4c03-11e1-b3c8-5254009970cc/permissions" rel="permissions"/>
25
- <cpu id="Intel Conroe Family"/>
26
- <data_center href="/api/datacenters/c0645886-4b4b-11e1-a0ae-5254009970cc" id="c0645886-4b4b-11e1-a0ae-5254009970cc"/>
27
- <memory_policy>
28
- <overcommit percent="200"/>
29
- <transparent_hugepages>
30
- <enabled>true</enabled>
31
- </transparent_hugepages>
32
- </memory_policy>
33
- <scheduling_policy/>
34
- <version major="3" minor="0"/>
35
- <error_handling>
36
- <on_error>migrate_highly_available</on_error>
37
- </error_handling>
38
- </cluster>
39
- </clusters>