fog 1.41.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) hide show
  1. checksums.yaml +5 -5
  2. data/.github/stale.yml +17 -0
  3. data/.travis.yml +1 -8
  4. data/CHANGELOG.md +78 -0
  5. data/README.md +4 -5
  6. data/Rakefile +0 -3
  7. data/fog.gemspec +13 -13
  8. data/lib/fog/bin/brightbox.rb +2 -2
  9. data/lib/fog/bin.rb +0 -2
  10. data/lib/fog/cloudstack/models/compute/server.rb +2 -0
  11. data/lib/fog/linode/requests/compute/avail_datacenters.rb +1 -0
  12. data/lib/fog/opennebula/compute.rb +6 -1
  13. data/lib/fog/opennebula/requests/compute/OpenNebulaVNC.rb +5 -1
  14. data/lib/fog/vcloud_director/compute.rb +3 -2
  15. data/lib/fog/vcloud_director/generators/compute/edge_gateway_service_configuration.rb +2 -2
  16. data/lib/fog/vcloud_director/generators/compute/network_config_section.rb +68 -0
  17. data/lib/fog/vcloud_director/requests/compute/get_vapp.rb +0 -4
  18. data/lib/fog/vcloud_director/requests/compute/instantiate_vapp_template.rb +11 -11
  19. data/lib/fog/vcloud_director/requests/compute/post_power_on_vapp.rb +1 -1
  20. data/lib/fog/vcloud_director/requests/compute/put_config_network_section_vapp.rb +26 -0
  21. data/lib/fog/version.rb +1 -1
  22. data/lib/fog.rb +0 -2
  23. data/lib/tasks/changelog_task.rb +4 -1
  24. data/lib/tasks/github_release_task.rb +1 -1
  25. data/spec/fog/bin/atmos_spec.rb +0 -10
  26. data/spec/fog/bin/aws_spec.rb +0 -18
  27. data/spec/fog/bin/baremetalcloud_spec.rb +0 -10
  28. data/spec/fog/bin/brightbox_spec.rb +2 -2
  29. data/spec/fog/bin_spec.rb +0 -6
  30. data/tests/cloudsigma/models/snapshot_tests.rb +2 -0
  31. data/tests/cloudsigma/models/snapshots_tests.rb +1 -0
  32. data/tests/cloudsigma/requests/snapshots_tests.rb +1 -0
  33. data/tests/cloudsigma/requests/volumes_tests.rb +1 -1
  34. data/tests/cloudstack/compute/models/volume_tests.rb +1 -1
  35. data/tests/compute/helper.rb +0 -9
  36. data/tests/dns/helper.rb +0 -9
  37. data/tests/helpers/collection_helper.rb +0 -6
  38. data/tests/helpers/mock_helper.rb +0 -7
  39. data/tests/opennebula/compute_tests.rb +5 -2
  40. data/tests/opennebula/models/compute/flavor_tests.rb +5 -1
  41. data/tests/opennebula/models/compute/flavors_tests.rb +5 -2
  42. data/tests/opennebula/models/compute/group_tests.rb +5 -2
  43. data/tests/opennebula/models/compute/groups_tests.rb +5 -2
  44. data/tests/opennebula/models/compute/network_tests.rb +5 -1
  45. data/tests/opennebula/models/compute/networks_tests.rb +5 -2
  46. data/tests/opennebula/requests/compute/vm_allocate_tests.rb +5 -1
  47. data/tests/opennebula/requests/compute/vm_suspend_resume_tests.rb +5 -2
  48. metadata +37 -546
  49. data/gemfiles/Gemfile-1.9 +0 -16
  50. data/gemfiles/Gemfile-edge-1.9 +0 -20
  51. data/lib/fog/bin/bluebox.rb +0 -36
  52. data/lib/fog/bin/ovirt.rb +0 -28
  53. data/lib/fog/bin/zerigo.rb +0 -29
  54. data/lib/fog/bluebox/blb.rb +0 -82
  55. data/lib/fog/bluebox/compute.rb +0 -98
  56. data/lib/fog/bluebox/core.rb +0 -12
  57. data/lib/fog/bluebox/dns.rb +0 -101
  58. data/lib/fog/bluebox/models/blb/lb_application.rb +0 -29
  59. data/lib/fog/bluebox/models/blb/lb_applications.rb +0 -24
  60. data/lib/fog/bluebox/models/blb/lb_backend.rb +0 -19
  61. data/lib/fog/bluebox/models/blb/lb_backends.rb +0 -27
  62. data/lib/fog/bluebox/models/blb/lb_service.rb +0 -32
  63. data/lib/fog/bluebox/models/blb/lb_services.rb +0 -27
  64. data/lib/fog/bluebox/models/compute/flavor.rb +0 -41
  65. data/lib/fog/bluebox/models/compute/flavors.rb +0 -24
  66. data/lib/fog/bluebox/models/compute/image.rb +0 -30
  67. data/lib/fog/bluebox/models/compute/images.rb +0 -24
  68. data/lib/fog/bluebox/models/compute/location.rb +0 -13
  69. data/lib/fog/bluebox/models/compute/locations.rb +0 -24
  70. data/lib/fog/bluebox/models/compute/server.rb +0 -121
  71. data/lib/fog/bluebox/models/compute/servers.rb +0 -32
  72. data/lib/fog/bluebox/models/dns/record.rb +0 -52
  73. data/lib/fog/bluebox/models/dns/records.rb +0 -32
  74. data/lib/fog/bluebox/models/dns/zone.rb +0 -62
  75. data/lib/fog/bluebox/models/dns/zones.rb +0 -24
  76. data/lib/fog/bluebox/parsers/dns/create_record.rb +0 -22
  77. data/lib/fog/bluebox/parsers/dns/create_zone.rb +0 -22
  78. data/lib/fog/bluebox/parsers/dns/get_record.rb +0 -17
  79. data/lib/fog/bluebox/parsers/dns/get_records.rb +0 -24
  80. data/lib/fog/bluebox/parsers/dns/get_zone.rb +0 -22
  81. data/lib/fog/bluebox/parsers/dns/get_zones.rb +0 -26
  82. data/lib/fog/bluebox/requests/blb/add_machine_to_lb_application.rb +0 -33
  83. data/lib/fog/bluebox/requests/blb/add_machine_to_lb_backend.rb +0 -31
  84. data/lib/fog/bluebox/requests/blb/get_lb_application.rb +0 -32
  85. data/lib/fog/bluebox/requests/blb/get_lb_applications.rb +0 -30
  86. data/lib/fog/bluebox/requests/blb/get_lb_backend.rb +0 -35
  87. data/lib/fog/bluebox/requests/blb/get_lb_backends.rb +0 -35
  88. data/lib/fog/bluebox/requests/blb/get_lb_machine.rb +0 -34
  89. data/lib/fog/bluebox/requests/blb/get_lb_machines.rb +0 -34
  90. data/lib/fog/bluebox/requests/blb/get_lb_service.rb +0 -35
  91. data/lib/fog/bluebox/requests/blb/get_lb_services.rb +0 -35
  92. data/lib/fog/bluebox/requests/blb/remove_machine_from_lb_backend.rb +0 -28
  93. data/lib/fog/bluebox/requests/blb/update_lb_backend_machine.rb +0 -29
  94. data/lib/fog/bluebox/requests/compute/create_block.rb +0 -44
  95. data/lib/fog/bluebox/requests/compute/create_template.rb +0 -25
  96. data/lib/fog/bluebox/requests/compute/destroy_block.rb +0 -24
  97. data/lib/fog/bluebox/requests/compute/destroy_template.rb +0 -24
  98. data/lib/fog/bluebox/requests/compute/get_block.rb +0 -24
  99. data/lib/fog/bluebox/requests/compute/get_blocks.rb +0 -26
  100. data/lib/fog/bluebox/requests/compute/get_location.rb +0 -24
  101. data/lib/fog/bluebox/requests/compute/get_locations.rb +0 -22
  102. data/lib/fog/bluebox/requests/compute/get_product.rb +0 -24
  103. data/lib/fog/bluebox/requests/compute/get_products.rb +0 -23
  104. data/lib/fog/bluebox/requests/compute/get_template.rb +0 -24
  105. data/lib/fog/bluebox/requests/compute/get_templates.rb +0 -24
  106. data/lib/fog/bluebox/requests/compute/reboot_block.rb +0 -25
  107. data/lib/fog/bluebox/requests/dns/create_record.rb +0 -44
  108. data/lib/fog/bluebox/requests/dns/create_zone.rb +0 -48
  109. data/lib/fog/bluebox/requests/dns/delete_record.rb +0 -27
  110. data/lib/fog/bluebox/requests/dns/delete_zone.rb +0 -27
  111. data/lib/fog/bluebox/requests/dns/get_record.rb +0 -36
  112. data/lib/fog/bluebox/requests/dns/get_records.rb +0 -37
  113. data/lib/fog/bluebox/requests/dns/get_zone.rb +0 -40
  114. data/lib/fog/bluebox/requests/dns/get_zones.rb +0 -39
  115. data/lib/fog/bluebox/requests/dns/update_record.rb +0 -30
  116. data/lib/fog/bluebox/requests/dns/update_zone.rb +0 -26
  117. data/lib/fog/bluebox.rb +0 -3
  118. data/lib/fog/ovirt/compute.rb +0 -155
  119. data/lib/fog/ovirt/core.rb +0 -16
  120. data/lib/fog/ovirt/models/compute/affinity_group.rb +0 -25
  121. data/lib/fog/ovirt/models/compute/affinity_groups.rb +0 -20
  122. data/lib/fog/ovirt/models/compute/cluster.rb +0 -20
  123. data/lib/fog/ovirt/models/compute/clusters.rb +0 -20
  124. data/lib/fog/ovirt/models/compute/instance_type.rb +0 -39
  125. data/lib/fog/ovirt/models/compute/instance_types.rb +0 -20
  126. data/lib/fog/ovirt/models/compute/interface.rb +0 -19
  127. data/lib/fog/ovirt/models/compute/interfaces.rb +0 -29
  128. data/lib/fog/ovirt/models/compute/quota.rb +0 -16
  129. data/lib/fog/ovirt/models/compute/quotas.rb +0 -20
  130. data/lib/fog/ovirt/models/compute/server.rb +0 -175
  131. data/lib/fog/ovirt/models/compute/servers.rb +0 -27
  132. data/lib/fog/ovirt/models/compute/template.rb +0 -58
  133. data/lib/fog/ovirt/models/compute/templates.rb +0 -20
  134. data/lib/fog/ovirt/models/compute/volume.rb +0 -36
  135. data/lib/fog/ovirt/models/compute/volumes.rb +0 -28
  136. data/lib/fog/ovirt/requests/compute/activate_volume.rb +0 -22
  137. data/lib/fog/ovirt/requests/compute/add_interface.rb +0 -20
  138. data/lib/fog/ovirt/requests/compute/add_to_affinity_group.rb +0 -21
  139. data/lib/fog/ovirt/requests/compute/add_volume.rb +0 -21
  140. data/lib/fog/ovirt/requests/compute/attach_volume.rb +0 -22
  141. data/lib/fog/ovirt/requests/compute/create_affinity_group.rb +0 -18
  142. data/lib/fog/ovirt/requests/compute/create_vm.rb +0 -18
  143. data/lib/fog/ovirt/requests/compute/datacenters.rb +0 -20
  144. data/lib/fog/ovirt/requests/compute/deactivate_volume.rb +0 -22
  145. data/lib/fog/ovirt/requests/compute/destroy_affinity_group.rb +0 -19
  146. data/lib/fog/ovirt/requests/compute/destroy_interface.rb +0 -22
  147. data/lib/fog/ovirt/requests/compute/destroy_vm.rb +0 -19
  148. data/lib/fog/ovirt/requests/compute/destroy_volume.rb +0 -22
  149. data/lib/fog/ovirt/requests/compute/detach_volume.rb +0 -22
  150. data/lib/fog/ovirt/requests/compute/get_affinity_group.rb +0 -18
  151. data/lib/fog/ovirt/requests/compute/get_api_version.rb +0 -16
  152. data/lib/fog/ovirt/requests/compute/get_cluster.rb +0 -17
  153. data/lib/fog/ovirt/requests/compute/get_instance_type.rb +0 -17
  154. data/lib/fog/ovirt/requests/compute/get_quota.rb +0 -17
  155. data/lib/fog/ovirt/requests/compute/get_template.rb +0 -17
  156. data/lib/fog/ovirt/requests/compute/get_virtual_machine.rb +0 -17
  157. data/lib/fog/ovirt/requests/compute/list_affinity_group_vms.rb +0 -22
  158. data/lib/fog/ovirt/requests/compute/list_affinity_groups.rb +0 -20
  159. data/lib/fog/ovirt/requests/compute/list_clusters.rb +0 -19
  160. data/lib/fog/ovirt/requests/compute/list_instance_types.rb +0 -19
  161. data/lib/fog/ovirt/requests/compute/list_networks.rb +0 -16
  162. data/lib/fog/ovirt/requests/compute/list_quotas.rb +0 -19
  163. data/lib/fog/ovirt/requests/compute/list_template_interfaces.rb +0 -19
  164. data/lib/fog/ovirt/requests/compute/list_template_volumes.rb +0 -19
  165. data/lib/fog/ovirt/requests/compute/list_templates.rb +0 -19
  166. data/lib/fog/ovirt/requests/compute/list_virtual_machines.rb +0 -19
  167. data/lib/fog/ovirt/requests/compute/list_vm_interfaces.rb +0 -19
  168. data/lib/fog/ovirt/requests/compute/list_vm_volumes.rb +0 -19
  169. data/lib/fog/ovirt/requests/compute/list_volumes.rb +0 -19
  170. data/lib/fog/ovirt/requests/compute/mock_files/affinitygroup.xml +0 -8
  171. data/lib/fog/ovirt/requests/compute/mock_files/affinitygroup_vms.xml +0 -9
  172. data/lib/fog/ovirt/requests/compute/mock_files/affinitygroups.xml +0 -17
  173. data/lib/fog/ovirt/requests/compute/mock_files/cluster.xml +0 -20
  174. data/lib/fog/ovirt/requests/compute/mock_files/clusters.xml +0 -39
  175. data/lib/fog/ovirt/requests/compute/mock_files/data_centers.xml +0 -17
  176. data/lib/fog/ovirt/requests/compute/mock_files/disks.xml +0 -58
  177. data/lib/fog/ovirt/requests/compute/mock_files/instance_type.xml +0 -42
  178. data/lib/fog/ovirt/requests/compute/mock_files/instance_types.xml +0 -197
  179. data/lib/fog/ovirt/requests/compute/mock_files/nics.xml +0 -10
  180. data/lib/fog/ovirt/requests/compute/mock_files/quotas.xml +0 -7
  181. data/lib/fog/ovirt/requests/compute/mock_files/storage_domains.xml +0 -36
  182. data/lib/fog/ovirt/requests/compute/mock_files/template.xml +0 -39
  183. data/lib/fog/ovirt/requests/compute/mock_files/templates.xml +0 -110
  184. data/lib/fog/ovirt/requests/compute/mock_files/vm.xml +0 -52
  185. data/lib/fog/ovirt/requests/compute/mock_files/vms.xml +0 -152
  186. data/lib/fog/ovirt/requests/compute/mock_files/volumes.xml +0 -40
  187. data/lib/fog/ovirt/requests/compute/remove_from_affinity_group.rb +0 -21
  188. data/lib/fog/ovirt/requests/compute/storage_domains.rb +0 -20
  189. data/lib/fog/ovirt/requests/compute/update_interface.rb +0 -35
  190. data/lib/fog/ovirt/requests/compute/update_vm.rb +0 -18
  191. data/lib/fog/ovirt/requests/compute/update_volume.rb +0 -39
  192. data/lib/fog/ovirt/requests/compute/vm_action.rb +0 -22
  193. data/lib/fog/ovirt/requests/compute/vm_start_with_cloudinit.rb +0 -19
  194. data/lib/fog/ovirt/requests/compute/vm_ticket.rb +0 -17
  195. data/lib/fog/ovirt.rb +0 -1
  196. data/lib/fog/zerigo/core.rb +0 -10
  197. data/lib/fog/zerigo/dns.rb +0 -114
  198. data/lib/fog/zerigo/models/dns/record.rb +0 -66
  199. data/lib/fog/zerigo/models/dns/records.rb +0 -45
  200. data/lib/fog/zerigo/models/dns/zone.rb +0 -84
  201. data/lib/fog/zerigo/models/dns/zones.rb +0 -26
  202. data/lib/fog/zerigo/parsers/dns/count_hosts.rb +0 -20
  203. data/lib/fog/zerigo/parsers/dns/count_zones.rb +0 -20
  204. data/lib/fog/zerigo/parsers/dns/create_host.rb +0 -24
  205. data/lib/fog/zerigo/parsers/dns/create_zone.rb +0 -22
  206. data/lib/fog/zerigo/parsers/dns/find_hosts.rb +0 -28
  207. data/lib/fog/zerigo/parsers/dns/get_host.rb +0 -24
  208. data/lib/fog/zerigo/parsers/dns/get_zone.rb +0 -53
  209. data/lib/fog/zerigo/parsers/dns/get_zone_stats.rb +0 -22
  210. data/lib/fog/zerigo/parsers/dns/list_hosts.rb +0 -28
  211. data/lib/fog/zerigo/parsers/dns/list_zones.rb +0 -26
  212. data/lib/fog/zerigo/requests/dns/count_hosts.rb +0 -45
  213. data/lib/fog/zerigo/requests/dns/count_zones.rb +0 -37
  214. data/lib/fog/zerigo/requests/dns/create_host.rb +0 -125
  215. data/lib/fog/zerigo/requests/dns/create_zone.rb +0 -128
  216. data/lib/fog/zerigo/requests/dns/delete_host.rb +0 -41
  217. data/lib/fog/zerigo/requests/dns/delete_zone.rb +0 -40
  218. data/lib/fog/zerigo/requests/dns/find_hosts.rb +0 -74
  219. data/lib/fog/zerigo/requests/dns/get_host.rb +0 -54
  220. data/lib/fog/zerigo/requests/dns/get_zone.rb +0 -64
  221. data/lib/fog/zerigo/requests/dns/get_zone_stats.rb +0 -57
  222. data/lib/fog/zerigo/requests/dns/list_hosts.rb +0 -73
  223. data/lib/fog/zerigo/requests/dns/list_zones.rb +0 -62
  224. data/lib/fog/zerigo/requests/dns/update_host.rb +0 -68
  225. data/lib/fog/zerigo/requests/dns/update_zone.rb +0 -86
  226. data/lib/fog/zerigo.rb +0 -1
  227. data/spec/fog/bin/bluebox_spec.rb +0 -55
  228. data/spec/fog/bin/ovirt_spec.rb +0 -10
  229. data/spec/fog/bin/zerigo_spec.rb +0 -10
  230. data/spec/fog/compute_spec.rb +0 -19
  231. data/spec/fog/dns_spec.rb +0 -19
  232. data/tests/bluebox/requests/blb/helper.rb +0 -64
  233. data/tests/bluebox/requests/blb/lb_tests.rb +0 -75
  234. data/tests/bluebox/requests/compute/block_tests.rb +0 -83
  235. data/tests/bluebox/requests/compute/helper.rb +0 -16
  236. data/tests/bluebox/requests/compute/location_tests.rb +0 -32
  237. data/tests/bluebox/requests/compute/product_tests.rb +0 -34
  238. data/tests/bluebox/requests/compute/template_tests.rb +0 -37
  239. data/tests/bluebox/requests/dns/dns_tests.rb +0 -258
  240. data/tests/ovirt/compute_tests.rb +0 -25
  241. data/tests/ovirt/models/compute/cluster_tests.rb +0 -31
  242. data/tests/ovirt/models/compute/clusters_tests.rb +0 -9
  243. data/tests/ovirt/models/compute/interface_tests.rb +0 -27
  244. data/tests/ovirt/models/compute/interfaces_tests.rb +0 -9
  245. data/tests/ovirt/models/compute/server_tests.rb +0 -51
  246. data/tests/ovirt/models/compute/servers_tests.rb +0 -14
  247. data/tests/ovirt/models/compute/template_tests.rb +0 -28
  248. data/tests/ovirt/models/compute/templates_tests.rb +0 -9
  249. data/tests/ovirt/requests/compute/create_vm_tests.rb +0 -26
  250. data/tests/ovirt/requests/compute/destroy_vm_tests.rb +0 -18
  251. data/tests/ovirt/requests/compute/list_datacenters_tests.rb +0 -13
  252. data/tests/ovirt/requests/compute/list_quotas_tests.rb +0 -12
  253. data/tests/ovirt/requests/compute/list_storage_domains_tests.rb +0 -13
  254. data/tests/ovirt/requests/compute/update_vm_tests.rb +0 -18
  255. data/tests/ovirt/requests/compute/update_volume_tests.rb +0 -20
  256. data/tests/zerigo/requests/dns/dns_tests.rb +0 -440
@@ -1,75 +0,0 @@
1
- require 'securerandom'
2
-
3
- Shindo.tests('Bluebox::BLB | lb_tests', ['bluebox']) do
4
- pending if Fog.mocking?
5
-
6
- tests('success') do
7
- @flavor_id = compute_providers[:bluebox][:server_attributes][:flavor_id]
8
- @image_id = compute_providers[:bluebox][:server_attributes][:image_id]
9
- @location_id = compute_providers[:bluebox][:server_attributes][:location_id]
10
- @password = SecureRandom.base64(18)
11
-
12
- tests("get_lb_applications").formats(Bluebox::BLB::Formats::LB_APPLICATIONS) do
13
- @lb_applications = Fog::Bluebox[:blb].get_lb_applications.body
14
- end
15
-
16
- tests("get_lb_application").formats(Bluebox::BLB::Formats::LB_APPLICATION) do
17
- Fog::Bluebox[:blb].get_lb_application(@lb_applications.first['id']).body
18
- end
19
-
20
- tests("get_lb_services").formats(Bluebox::BLB::Formats::LB_SERVICES) do
21
- @lb_services = Fog::Bluebox[:blb].get_lb_services(@lb_applications.first['id']).body
22
- end
23
-
24
- tests("get_lb_service").formats(Bluebox::BLB::Formats::LB_SERVICE) do
25
- Fog::Bluebox[:blb].get_lb_service(@lb_applications.first['id'], @lb_services.first['id']).body
26
- end
27
-
28
- tests("get_lb_backends").formats(Bluebox::BLB::Formats::LB_BACKENDS) do
29
- @lb_backends = Fog::Bluebox[:blb].get_lb_backends(@lb_services.first['id']).body
30
- end
31
-
32
- tests("get_lb_backend").formats(Bluebox::BLB::Formats::LB_BACKEND) do
33
- Fog::Bluebox[:blb].get_lb_backend(@lb_services.first['id'], @lb_backends.first['id']).body
34
- end
35
-
36
- # create block
37
- data = Fog::Compute[:bluebox].create_block(@flavor_id, @image_id, @location_id, {'password' => @password}).body
38
- @block_id = data['id']
39
- Fog::Compute[:bluebox].servers.get(@block_id).wait_for { ready? }
40
-
41
- tests("add_machine_to_lb_application").formats(Bluebox::BLB::Formats::ADD_MACHINE_TO_LB) do
42
- Fog::Bluebox[:blb].add_machine_to_lb_application(@lb_applications.first['id'], @block_id).body
43
- end
44
-
45
- @default_backend = @lb_backends.select { |x| x['backend_name'] == 'default' }.first
46
- @id_in_backend = @default_backend['lb_machines'].last['id']
47
- @machine_opts = { 'port' => 4361, 'backup' => true };
48
- tests("update_lb_backend_machine(#{@lb_backends.first['id']}, #{@id_in_backend}, #{@machine_opts})").formats(Bluebox::BLB::Formats::LB_MACHINE) do
49
- Fog::Bluebox[:blb].update_lb_backend_machine(@lb_backends.first['id'], @id_in_backend, @machine_opts).body
50
- end
51
-
52
- tests("remove_machine_from_lb_backend(#{@default_backend['id']}, #{@id_in_backend})").formats(Bluebox::BLB::Formats::REMOVE_MACHINE_FROM_BACKEND) do
53
- Fog::Bluebox[:blb].remove_machine_from_lb_backend(@default_backend['id'], @id_in_backend).body
54
- end
55
-
56
- tests("add_machine_to_lb_backend(#{@default_backend['id']}, #{@block_id})").formats(Bluebox::BLB::Formats::ADD_MACHINE_TO_LB) do
57
- Fog::Bluebox[:blb].add_machine_to_lb_backend(@default_backend['id'], @block_id).body
58
- end
59
-
60
- Fog::Compute[:bluebox].destroy_block(@block_id).body
61
-
62
- end
63
-
64
- tests('failure') do
65
- tests('get_lb_application').raises(Fog::Compute::Bluebox::NotFound) do
66
- Fog::Bluebox[:blb].get_lb_application('00000000-0000-0000-0000-000000000000')
67
- end
68
- tests('get_lb_service').raises(Fog::Compute::Bluebox::NotFound) do
69
- Fog::Bluebox[:blb].get_lb_service('00000000-0000-0000-0000-000000000000','00000000-0000-0000-0000-000000000000')
70
- end
71
- tests('get_lb_backend').raises(Fog::Compute::Bluebox::NotFound) do
72
- Fog::Bluebox[:blb].get_lb_backend('00000000-0000-0000-0000-000000000000','00000000-0000-0000-0000-000000000000')
73
- end
74
- end
75
- end
@@ -1,83 +0,0 @@
1
- Shindo.tests('Fog::Compute[:bluebox] | block requests', ['bluebox']) do
2
-
3
- @block_format = {
4
- 'cpu' => Float,
5
- 'description' => String,
6
- 'hostname' => String,
7
- 'id' => String,
8
- 'ips' => [{'address' => String}],
9
- 'lb_applications' => [],
10
- 'memory' => Integer,
11
- 'product' => {'cost' => String, 'description' => String, 'id' => String},
12
- 'status' => String,
13
- 'storage' => Integer,
14
- 'location_id' => String,
15
- 'vsh_id' => String
16
- }
17
-
18
- tests('success') do
19
-
20
- @flavor_id = compute_providers[:bluebox][:server_attributes][:flavor_id]
21
- @image_id = compute_providers[:bluebox][:server_attributes][:image_id]
22
- @location_id = compute_providers[:bluebox][:server_attributes][:location_id]
23
- @password = compute_providers[:bluebox][:server_attributes][:password]
24
-
25
- @block_id = nil
26
-
27
- tests("create_block('#{@flavor_id}', '#{@image_id}', '#{@location_id}', {'password' => '#{@password}'})").formats(@block_format.merge('add_to_lb_application_results' => {'text' => String})) do
28
- pending if Fog.mocking?
29
- data = Fog::Compute[:bluebox].create_block(@flavor_id, @image_id, @location_id, {'password' => @password}).body
30
- @block_id = data['id']
31
- data
32
- end
33
-
34
- unless Fog.mocking?
35
- Fog::Compute[:bluebox].servers.get(@block_id).wait_for { ready? }
36
- end
37
-
38
- tests("get_block('#{@block_id}')").formats(@block_format) do
39
- pending if Fog.mocking?
40
- Fog::Compute[:bluebox].get_block(@block_id).body
41
- end
42
-
43
- tests("get_blocks").formats([@block_format.reject {|key,value| ['product', 'template'].include?(key)}]) do
44
- pending if Fog.mocking?
45
- Fog::Compute[:bluebox].get_blocks.body
46
- end
47
-
48
- tests("reboot_block('#{@block_id}')").formats([{'status' => String}, {'text' => String}]) do
49
- pending if Fog.mocking?
50
- Fog::Compute[:bluebox].reboot_block(@block_id).body
51
- end
52
-
53
- unless Fog.mocking?
54
- Fog::Compute[:bluebox].servers.get(@block_id).wait_for { ready? }
55
- end
56
-
57
- tests("destroy_block('#{@block_id})'").formats({'text' => String}) do
58
- pending if Fog.mocking?
59
- Fog::Compute[:bluebox].destroy_block(@block_id).body
60
- end
61
-
62
- end
63
-
64
- tests('failure') do
65
-
66
- tests("get_block('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
67
- pending if Fog.mocking?
68
- Fog::Compute[:bluebox].get_block('00000000-0000-0000-0000-000000000000')
69
- end
70
-
71
- tests("reboot_block('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
72
- pending if Fog.mocking?
73
- Fog::Compute[:bluebox].reboot_block('00000000-0000-0000-0000-000000000000')
74
- end
75
-
76
- tests("destroy_block('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
77
- pending if Fog.mocking?
78
- Fog::Compute[:bluebox].destroy_block('00000000-0000-0000-0000-000000000000')
79
- end
80
-
81
- end
82
-
83
- end
@@ -1,16 +0,0 @@
1
- class Bluebox
2
- module Compute
3
- module Formats
4
- PRODUCT = {
5
- 'cost' => String,
6
- 'description' => String,
7
- 'id' => String
8
- },
9
-
10
- LOCATION = {
11
- 'id' => String,
12
- 'description' => String
13
- }
14
- end
15
- end
16
- end
@@ -1,32 +0,0 @@
1
- Shindo.tests('Fog::Compute[:bluebox] | location requests', ['bluebox']) do
2
-
3
- @location_format = {
4
- 'id' => String,
5
- 'description' => String
6
- }
7
-
8
- tests('success') do
9
-
10
- @location_id = compute_providers[:bluebox][:server_attributes][:location_id]
11
-
12
- tests("get_location('#{@location_id}')").formats(@location_format) do
13
- pending if Fog.mocking?
14
- Fog::Compute[:bluebox].get_location(@location_id).body
15
- end
16
-
17
- tests("get_locations").formats([@location_format]) do
18
- pending if Fog.mocking?
19
- Fog::Compute[:bluebox].get_locations.body
20
- end
21
-
22
- end
23
-
24
- tests('failure') do
25
-
26
- tests("get_location('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
27
- pending if Fog.mocking?
28
- Fog::Compute[:bluebox].get_location('00000000-0000-0000-0000-000000000000')
29
- end
30
-
31
- end
32
- end
@@ -1,34 +0,0 @@
1
- Shindo.tests('Fog::Compute[:bluebox] | product requests', ['bluebox']) do
2
-
3
- @product_format = {
4
- 'id' => String,
5
- 'description' => String,
6
- 'cost' => String
7
- }
8
-
9
- tests('success') do
10
-
11
- @flavor_id = compute_providers[:bluebox][:server_attributes][:flavor_id]
12
-
13
- tests("get_product('#{@flavor_id}')").formats(@product_format) do
14
- pending if Fog.mocking?
15
- Fog::Compute[:bluebox].get_product(@flavor_id).body
16
- end
17
-
18
- tests("get_products").formats([@product_format]) do
19
- pending if Fog.mocking?
20
- Fog::Compute[:bluebox].get_products.body
21
- end
22
-
23
- end
24
-
25
- tests('failure') do
26
-
27
- tests("get_product('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
28
- pending if Fog.mocking?
29
- Fog::Compute[:bluebox].get_product('00000000-0000-0000-0000-000000000000')
30
- end
31
-
32
- end
33
-
34
- end
@@ -1,37 +0,0 @@
1
- Shindo.tests('Fog::Compute[:bluebox] | template requests', ['bluebox']) do
2
-
3
- @template_format = {
4
- 'created' => String,
5
- 'description' => String,
6
- 'id' => String,
7
- 'public' => Fog::Boolean,
8
- 'locations' => [ String ],
9
- 'status' => String
10
- }
11
-
12
- tests('success') do
13
-
14
- @template_id = compute_providers[:bluebox][:server_attributes][:image_id]
15
-
16
- tests("get_template('#{@template_id}')").formats(@template_format) do
17
- pending if Fog.mocking?
18
- Fog::Compute[:bluebox].get_template(@template_id).body
19
- end
20
-
21
- tests("get_templates").formats([@template_format]) do
22
- pending if Fog.mocking?
23
- Fog::Compute[:bluebox].get_templates.body
24
- end
25
-
26
- end
27
-
28
- tests('failure') do
29
-
30
- tests("get_template('00000000-0000-0000-0000-000000000000')").raises(Fog::Compute::Bluebox::NotFound) do
31
- pending if Fog.mocking?
32
- Fog::Compute[:bluebox].get_template('00000000-0000-0000-0000-000000000000')
33
- end
34
-
35
- end
36
-
37
- end
@@ -1,258 +0,0 @@
1
- Shindo.tests('Fog::DNS[:bluebox] | DNS requests', ['bluebox', 'dns']) do
2
-
3
- @domain = ''
4
- @new_zones = []
5
- @new_records =[]
6
-
7
- tests( 'success') do
8
-
9
- test('get current zone count') do
10
- pending if Fog.mocking?
11
-
12
- @org_zone_count= 0
13
- response = Fog::DNS[:bluebox].get_zones()
14
- if response.status == 200
15
- zones = response.body['zones']
16
- @org_zone_count = zones.count
17
- end
18
-
19
- response.status == 200
20
- end
21
-
22
- test('create zone - simple') do
23
- pending if Fog.mocking?
24
-
25
- domain = generate_unique_domain
26
- response = Fog::DNS[:bluebox].create_zone(:name => domain, :ttl => 360)
27
- if response.status == 202
28
- zone_id = response.body['id']
29
- @new_zones << zone_id
30
- end
31
-
32
- response.status == 202
33
- end
34
-
35
- test('create zone - set all parameters') do
36
- pending if Fog.mocking?
37
-
38
- options = { :ttl => 60, :retry => 3600, :refresh => 1800, :minimum => 30 }
39
- @domain= generate_unique_domain
40
- response = Fog::DNS[:bluebox].create_zone(options.merge(:name => @domain))
41
- if response.status == 202
42
- @zone_id = response.body['id']
43
- @new_zones << @zone_id
44
- end
45
-
46
- response.status == 202
47
- end
48
-
49
- test("get zone #{@zone_id} - check all parameters for #{@domain}") do
50
- pending if Fog.mocking?
51
-
52
- result = false
53
-
54
- response = Fog::DNS[:bluebox].get_zone(@zone_id)
55
- if response.status == 200
56
- zone = response.body
57
- if (zone['name'] == @domain) and (zone['ttl'] == 60)
58
- result = true
59
- end
60
- end
61
-
62
- result
63
- end
64
-
65
- test('get zones - make sure total count is correct') do
66
- pending if Fog.mocking?
67
-
68
- result = false
69
-
70
- response = Fog::DNS[:bluebox].get_zones()
71
- if response.status == 200
72
- zones = response.body['zones']
73
- if (@org_zone_count+2) == zones.count
74
- result= true;
75
- end
76
- end
77
-
78
- result
79
- end
80
-
81
- test('get zones - check all parameters for a zone') do
82
- pending if Fog.mocking?
83
-
84
- result= false
85
-
86
- response = Fog::DNS[:bluebox].get_zones()
87
- if response.status == 200
88
- zones = response.body['zones']
89
- zones.each { |zone|
90
- if zone['id'] == @new_zones[1]
91
- options = { :ttl => 60, :retry => 3600, :refresh => 1800, :minimum => 30 }
92
- if (zone['name'] == @domain) and (zone['ttl'] == 60) and (zone['retry'] == 3600) and (zone['refresh'] == 1800) and (zone['minimum'] == 30)
93
- result = true;
94
- end
95
- end
96
- }
97
- if (@org_zone_count+2) == zones.count
98
- result = true;
99
- end
100
- end
101
-
102
- result
103
- end
104
-
105
- test('create record - simple A record') do
106
- pending if Fog.mocking?
107
-
108
- host= 'www.' + @domain
109
- zone_id= @new_zones[1]
110
- response = Fog::DNS[:bluebox].create_record(zone_id, 'A', host, '1.2.3.4')
111
- if response.status == 202
112
- record_id = response.body['id']
113
- @new_records << record_id
114
- end
115
-
116
- response.status == 202
117
- end
118
-
119
- test('create record - A record - all parameters set') do
120
- pending if Fog.mocking?
121
-
122
- host= 'ftp.' + @domain
123
- zone_id= @new_zones[1]
124
- response = Fog::DNS[:bluebox].create_record( zone_id, 'A', host, '1.2.3.4')
125
- if response.status == 202
126
- record_id = response.body['id']
127
- @new_records << record_id
128
- end
129
-
130
- response.status == 202
131
- end
132
-
133
- test('create record - CNAME record') do
134
- pending if Fog.mocking?
135
-
136
- zone_id= @new_zones[1]
137
- response = Fog::DNS[:bluebox].create_record( zone_id, 'CNAME', 'mail', @domain)
138
- if response.status == 202
139
- record_id = response.body['id']
140
- @new_records << record_id
141
- end
142
-
143
- response.status == 202
144
- end
145
-
146
- test('create record - NS record') do
147
- pending if Fog.mocking?
148
-
149
- ns_domain = 'ns.' + @domain
150
- zone_id= @new_zones[1]
151
- response = Fog::DNS[:bluebox].create_record( zone_id, 'NS', @domain, ns_domain)
152
- if response.status == 202
153
- record_id = response.body['id']
154
- @new_records << record_id
155
- end
156
-
157
- response.status == 202
158
- end
159
-
160
- test('create record - MX record') do
161
- pending if Fog.mocking?
162
-
163
- mail_domain = 'mail.' + @domain
164
- zone_id= @new_zones[1]
165
- response = Fog::DNS[:bluebox].create_record( zone_id, 'MX', @domain, mail_domain, :priority => 10)
166
- if response.status == 202
167
- @record_id = response.body['id']
168
- @new_records << @record_id
169
- end
170
-
171
- response.status == 202
172
- end
173
-
174
- test("get record #{@record_id} - verify all parameters") do
175
- pending if Fog.mocking?
176
-
177
- result= false
178
-
179
- response = Fog::DNS[:bluebox].get_record(@new_zones[1], @record_id)
180
- if response.status == 200
181
- mail_domain = 'mail.' + @domain + "."
182
- record = response.body
183
- if (record['type'] == 'MX') and (record['name'] == @domain) and (record['content'] == mail_domain) and (record['priority'] == '10')
184
- result= true
185
- end
186
- end
187
-
188
- result
189
- end
190
-
191
- test('get records - verify all parameters for one record') do
192
- pending if Fog.mocking?
193
-
194
- result= false
195
-
196
- response = Fog::DNS[:bluebox].get_records(@new_zones[1])
197
- if response.status == 200
198
- records = response.body['records']
199
-
200
- #find mx record
201
- records.each {|record|
202
- if record['type'] == 'MX'
203
-
204
- mail_domain = 'mail.' + @domain + "."
205
- if (record['type'] == 'MX') and (record['name'] == @domain) and (record['content'] == mail_domain) and (record['priority'] == '10')
206
- result= true
207
- break
208
- end
209
-
210
- end
211
- }
212
- end
213
-
214
- result
215
- end
216
-
217
- test("delete #{@new_records.count} records created") do
218
- pending if Fog.mocking?
219
-
220
- result= true
221
- @new_records.each { |record_id|
222
- response = Fog::DNS[:bluebox].delete_record(@new_zones[1], record_id)
223
- if response.status != 200
224
- result= false;
225
- end
226
- }
227
- result
228
- end
229
-
230
- test("delete #{@new_zones.count} zones created") do
231
- pending if Fog.mocking?
232
-
233
- result= true
234
-
235
- @new_zones.each { |zone_id|
236
- response = Fog::DNS[:bluebox].delete_zone( zone_id)
237
- if response.status != 200
238
- result= false;
239
- end
240
- }
241
-
242
- result
243
- end
244
-
245
- end
246
-
247
- tests( 'failure') do
248
-
249
- #create a zone with invalid parameters
250
- #get zonfo info with invalid zone id
251
- #delete a zone with an invalid zone id
252
-
253
- tests('#create_zone') do
254
- end
255
-
256
- end
257
-
258
- end
@@ -1,25 +0,0 @@
1
- Shindo.tests('Fog::Compute[:ovirt]', ['ovirt']) do
2
-
3
- compute = Fog::Compute[:ovirt]
4
-
5
- tests("Compute attributes") do
6
- %w{ ovirt_attrs }.each do |attr|
7
- test("it should respond to #{attr}") { compute.respond_to? attr }
8
- end
9
- end
10
-
11
- tests("Compute collections") do
12
- %w{ servers templates clusters interfaces }.each do |collection|
13
- test("it should respond to #{collection}") { compute.respond_to? collection }
14
- end
15
- end
16
-
17
- tests("Compute requests") do
18
- %w{ add_interface create_vm datacenters destroy_interface destroy_vm get_cluster get_template
19
- get_virtual_machine list_clusters list_networks list_template_interfaces list_templates
20
- list_virtual_machines list_vm_interfaces storage_domains update_interface update_vm vm_action
21
- api_version update_volume}.each do |collection|
22
- test("it should respond to #{collection}") { compute.respond_to? collection }
23
- end
24
- end
25
- end
@@ -1,31 +0,0 @@
1
- Shindo.tests('Fog::Compute[:ovirt] | cluster model', ['ovirt']) do
2
-
3
- clusters = Fog::Compute[:ovirt].clusters
4
- cluster = clusters.last
5
-
6
- tests('The cluster model should') do
7
- tests('have the action') do
8
- test('reload') { cluster.respond_to? 'reload' }
9
- %w{ networks }.each do |action|
10
- test(action) { cluster.respond_to? action }
11
- end
12
- end
13
- tests('have attributes') do
14
- model_attribute_hash = cluster.attributes
15
- attributes = [ :id,
16
- :name]
17
- tests("The cluster model should respond to") do
18
- attributes.each do |attribute|
19
- test("#{attribute}") { cluster.respond_to? attribute }
20
- end
21
- end
22
- tests("The attributes hash should have key") do
23
- attributes.each do |attribute|
24
- test("#{attribute}") { model_attribute_hash.key? attribute }
25
- end
26
- end
27
- end
28
- test('be a kind of Fog::Compute::Ovirt::Cluster') { cluster.kind_of? Fog::Compute::Ovirt::Cluster }
29
- end
30
-
31
- end
@@ -1,9 +0,0 @@
1
- Shindo.tests('Fog::Compute[:ovirt] | clusters collection', ['ovirt']) do
2
-
3
- clusters = Fog::Compute[:ovirt].clusters
4
-
5
- tests('The clusters collection') do
6
- test('should be a kind of Fog::Compute::Ovirt::Clusters') { clusters.kind_of? Fog::Compute::Ovirt::Clusters }
7
- end
8
-
9
- end
@@ -1,27 +0,0 @@
1
- Shindo.tests('Fog::Compute[:ovirt] | interface model', ['ovirt']) do
2
-
3
- interfaces = Fog::Compute[:ovirt].servers.last.interfaces
4
- interface = interfaces.last
5
-
6
- tests('The interface model should') do
7
- tests('have the action') do
8
- test('reload') { interface.respond_to? 'reload' }
9
- end
10
- tests('have attributes') do
11
- model_attribute_hash = interface.attributes
12
- attributes = [ :id, :name, :network]
13
- tests("The interface model should respond to") do
14
- attributes.each do |attribute|
15
- test("#{attribute}") { interface.respond_to? attribute }
16
- end
17
- end
18
- tests("The attributes hash should have key") do
19
- attributes.each do |attribute|
20
- test("#{attribute}") { model_attribute_hash.key? attribute }
21
- end
22
- end
23
- end
24
- test('be a kind of Fog::Compute::Ovirt::Interface') { interface.kind_of? Fog::Compute::Ovirt::Interface }
25
- end
26
-
27
- end
@@ -1,9 +0,0 @@
1
- Shindo.tests('Fog::Compute[:ovirt] | interfaces collection', ['ovirt']) do
2
-
3
- interfaces = Fog::Compute[:ovirt].interfaces
4
-
5
- tests('The interfaces collection') do
6
- test('should be a kind of Fog::Compute::Ovirt::Interfaces') { interfaces.kind_of? Fog::Compute::Ovirt::Interfaces }
7
- end
8
-
9
- end