topological_inventory-api-client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (262) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.txt +201 -0
  4. data/README.md +89 -0
  5. data/Rakefile +10 -0
  6. data/client-meta.json +8 -0
  7. data/docs/AppliedInventoriesParametersServicePlan.md +17 -0
  8. data/docs/AvailabilitiesCollection.md +21 -0
  9. data/docs/Availability.md +35 -0
  10. data/docs/Cluster.md +39 -0
  11. data/docs/ClustersCollection.md +21 -0
  12. data/docs/CollectionLinks.md +23 -0
  13. data/docs/CollectionMetadata.md +21 -0
  14. data/docs/Container.md +39 -0
  15. data/docs/ContainerGroup.md +43 -0
  16. data/docs/ContainerGroupsCollection.md +21 -0
  17. data/docs/ContainerImage.md +39 -0
  18. data/docs/ContainerImagesCollection.md +21 -0
  19. data/docs/ContainerNode.md +59 -0
  20. data/docs/ContainerNodesCollection.md +21 -0
  21. data/docs/ContainerProject.md +41 -0
  22. data/docs/ContainerProjectsCollection.md +21 -0
  23. data/docs/ContainerResourceQuota.md +43 -0
  24. data/docs/ContainerResourceQuotaCollection.md +21 -0
  25. data/docs/ContainerTemplate.md +39 -0
  26. data/docs/ContainerTemplatesCollection.md +21 -0
  27. data/docs/ContainersCollection.md +21 -0
  28. data/docs/Datastore.md +47 -0
  29. data/docs/DatastoresCollection.md +21 -0
  30. data/docs/DefaultApi.md +10871 -0
  31. data/docs/ErrorNotFound.md +17 -0
  32. data/docs/ErrorNotFoundErrors.md +19 -0
  33. data/docs/Flavor.md +41 -0
  34. data/docs/FlavorsCollection.md +21 -0
  35. data/docs/GraphQLRequest.md +21 -0
  36. data/docs/GraphQLResponse.md +19 -0
  37. data/docs/Host.md +51 -0
  38. data/docs/HostsCollection.md +21 -0
  39. data/docs/InlineResponse200.md +17 -0
  40. data/docs/Ipaddress.md +49 -0
  41. data/docs/IpaddressesCollection.md +21 -0
  42. data/docs/Network.md +47 -0
  43. data/docs/NetworkAdapter.md +47 -0
  44. data/docs/NetworkAdaptersCollection.md +21 -0
  45. data/docs/NetworksCollection.md +21 -0
  46. data/docs/OrchestrationStack.md +43 -0
  47. data/docs/OrchestrationStacksCollection.md +21 -0
  48. data/docs/OrderParametersServiceOffering.md +21 -0
  49. data/docs/OrderParametersServicePlan.md +19 -0
  50. data/docs/SecurityGroup.md +47 -0
  51. data/docs/SecurityGroupsCollection.md +21 -0
  52. data/docs/ServiceInstance.md +51 -0
  53. data/docs/ServiceInstanceNode.md +43 -0
  54. data/docs/ServiceInstanceNodesCollection.md +21 -0
  55. data/docs/ServiceInstancesCollection.md +21 -0
  56. data/docs/ServiceInventoriesCollection.md +21 -0
  57. data/docs/ServiceInventory.md +39 -0
  58. data/docs/ServiceOffering.md +57 -0
  59. data/docs/ServiceOfferingIcon.md +29 -0
  60. data/docs/ServiceOfferingIconsCollection.md +21 -0
  61. data/docs/ServiceOfferingNode.md +43 -0
  62. data/docs/ServiceOfferingNodesCollection.md +21 -0
  63. data/docs/ServiceOfferingsCollection.md +21 -0
  64. data/docs/ServicePlan.md +51 -0
  65. data/docs/ServicePlansCollection.md +21 -0
  66. data/docs/Source.md +25 -0
  67. data/docs/SourceRegion.md +33 -0
  68. data/docs/SourceRegionsCollection.md +21 -0
  69. data/docs/SourcesCollection.md +21 -0
  70. data/docs/Subnet.md +49 -0
  71. data/docs/SubnetsCollection.md +21 -0
  72. data/docs/Subscription.md +31 -0
  73. data/docs/SubscriptionsCollection.md +21 -0
  74. data/docs/Tag.md +29 -0
  75. data/docs/Tagging.md +21 -0
  76. data/docs/TagsCollection.md +21 -0
  77. data/docs/Task.md +31 -0
  78. data/docs/TasksCollection.md +21 -0
  79. data/docs/Tenant.md +23 -0
  80. data/docs/Vm.md +61 -0
  81. data/docs/VmsCollection.md +21 -0
  82. data/docs/Volume.md +49 -0
  83. data/docs/VolumeAttachment.md +27 -0
  84. data/docs/VolumeAttachmentsCollection.md +21 -0
  85. data/docs/VolumeType.md +35 -0
  86. data/docs/VolumeTypesCollection.md +21 -0
  87. data/docs/VolumesCollection.md +21 -0
  88. data/git_push.sh +58 -0
  89. data/lib/topological_inventory-api-client/api/default_api.rb +14822 -0
  90. data/lib/topological_inventory-api-client/api_client.rb +386 -0
  91. data/lib/topological_inventory-api-client/api_error.rb +57 -0
  92. data/lib/topological_inventory-api-client/configuration.rb +268 -0
  93. data/lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb +207 -0
  94. data/lib/topological_inventory-api-client/models/availabilities_collection.rb +226 -0
  95. data/lib/topological_inventory-api-client/models/availability.rb +323 -0
  96. data/lib/topological_inventory-api-client/models/cluster.rb +341 -0
  97. data/lib/topological_inventory-api-client/models/clusters_collection.rb +226 -0
  98. data/lib/topological_inventory-api-client/models/collection_links.rb +233 -0
  99. data/lib/topological_inventory-api-client/models/collection_metadata.rb +224 -0
  100. data/lib/topological_inventory-api-client/models/container.rb +359 -0
  101. data/lib/topological_inventory-api-client/models/container_group.rb +395 -0
  102. data/lib/topological_inventory-api-client/models/container_groups_collection.rb +226 -0
  103. data/lib/topological_inventory-api-client/models/container_image.rb +341 -0
  104. data/lib/topological_inventory-api-client/models/container_images_collection.rb +226 -0
  105. data/lib/topological_inventory-api-client/models/container_node.rb +449 -0
  106. data/lib/topological_inventory-api-client/models/container_nodes_collection.rb +226 -0
  107. data/lib/topological_inventory-api-client/models/container_project.rb +350 -0
  108. data/lib/topological_inventory-api-client/models/container_projects_collection.rb +226 -0
  109. data/lib/topological_inventory-api-client/models/container_resource_quota.rb +377 -0
  110. data/lib/topological_inventory-api-client/models/container_resource_quota_collection.rb +226 -0
  111. data/lib/topological_inventory-api-client/models/container_template.rb +359 -0
  112. data/lib/topological_inventory-api-client/models/container_templates_collection.rb +226 -0
  113. data/lib/topological_inventory-api-client/models/containers_collection.rb +226 -0
  114. data/lib/topological_inventory-api-client/models/datastore.rb +377 -0
  115. data/lib/topological_inventory-api-client/models/datastores_collection.rb +226 -0
  116. data/lib/topological_inventory-api-client/models/error_not_found.rb +208 -0
  117. data/lib/topological_inventory-api-client/models/error_not_found_errors.rb +215 -0
  118. data/lib/topological_inventory-api-client/models/flavor.rb +354 -0
  119. data/lib/topological_inventory-api-client/models/flavors_collection.rb +226 -0
  120. data/lib/topological_inventory-api-client/models/graph_ql_request.rb +237 -0
  121. data/lib/topological_inventory-api-client/models/graph_ql_response.rb +219 -0
  122. data/lib/topological_inventory-api-client/models/host.rb +413 -0
  123. data/lib/topological_inventory-api-client/models/hosts_collection.rb +226 -0
  124. data/lib/topological_inventory-api-client/models/inline_response200.rb +206 -0
  125. data/lib/topological_inventory-api-client/models/ipaddress.rb +476 -0
  126. data/lib/topological_inventory-api-client/models/ipaddresses_collection.rb +226 -0
  127. data/lib/topological_inventory-api-client/models/network.rb +431 -0
  128. data/lib/topological_inventory-api-client/models/network_adapter.rb +449 -0
  129. data/lib/topological_inventory-api-client/models/network_adapters_collection.rb +226 -0
  130. data/lib/topological_inventory-api-client/models/networks_collection.rb +226 -0
  131. data/lib/topological_inventory-api-client/models/orchestration_stack.rb +414 -0
  132. data/lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb +226 -0
  133. data/lib/topological_inventory-api-client/models/order_parameters_service_offering.rb +244 -0
  134. data/lib/topological_inventory-api-client/models/order_parameters_service_plan.rb +217 -0
  135. data/lib/topological_inventory-api-client/models/security_group.rb +449 -0
  136. data/lib/topological_inventory-api-client/models/security_groups_collection.rb +226 -0
  137. data/lib/topological_inventory-api-client/models/service_instance.rb +504 -0
  138. data/lib/topological_inventory-api-client/models/service_instance_node.rb +413 -0
  139. data/lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb +226 -0
  140. data/lib/topological_inventory-api-client/models/service_instances_collection.rb +226 -0
  141. data/lib/topological_inventory-api-client/models/service_inventories_collection.rb +226 -0
  142. data/lib/topological_inventory-api-client/models/service_inventory.rb +341 -0
  143. data/lib/topological_inventory-api-client/models/service_offering.rb +496 -0
  144. data/lib/topological_inventory-api-client/models/service_offering_icon.rb +297 -0
  145. data/lib/topological_inventory-api-client/models/service_offering_icons_collection.rb +226 -0
  146. data/lib/topological_inventory-api-client/models/service_offering_node.rb +413 -0
  147. data/lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb +226 -0
  148. data/lib/topological_inventory-api-client/models/service_offerings_collection.rb +226 -0
  149. data/lib/topological_inventory-api-client/models/service_plan.rb +450 -0
  150. data/lib/topological_inventory-api-client/models/service_plans_collection.rb +226 -0
  151. data/lib/topological_inventory-api-client/models/source.rb +260 -0
  152. data/lib/topological_inventory-api-client/models/source_region.rb +314 -0
  153. data/lib/topological_inventory-api-client/models/source_regions_collection.rb +226 -0
  154. data/lib/topological_inventory-api-client/models/sources_collection.rb +226 -0
  155. data/lib/topological_inventory-api-client/models/subnet.rb +458 -0
  156. data/lib/topological_inventory-api-client/models/subnets_collection.rb +226 -0
  157. data/lib/topological_inventory-api-client/models/subscription.rb +305 -0
  158. data/lib/topological_inventory-api-client/models/subscriptions_collection.rb +226 -0
  159. data/lib/topological_inventory-api-client/models/tag.rb +278 -0
  160. data/lib/topological_inventory-api-client/models/tagging.rb +242 -0
  161. data/lib/topological_inventory-api-client/models/tags_collection.rb +226 -0
  162. data/lib/topological_inventory-api-client/models/task.rb +287 -0
  163. data/lib/topological_inventory-api-client/models/tasks_collection.rb +226 -0
  164. data/lib/topological_inventory-api-client/models/tenant.rb +251 -0
  165. data/lib/topological_inventory-api-client/models/vm.rb +518 -0
  166. data/lib/topological_inventory-api-client/models/vms_collection.rb +226 -0
  167. data/lib/topological_inventory-api-client/models/volume.rb +459 -0
  168. data/lib/topological_inventory-api-client/models/volume_attachment.rb +305 -0
  169. data/lib/topological_inventory-api-client/models/volume_attachments_collection.rb +226 -0
  170. data/lib/topological_inventory-api-client/models/volume_type.rb +323 -0
  171. data/lib/topological_inventory-api-client/models/volume_types_collection.rb +226 -0
  172. data/lib/topological_inventory-api-client/models/volumes_collection.rb +226 -0
  173. data/lib/topological_inventory-api-client/version.rb +15 -0
  174. data/lib/topological_inventory-api-client.rb +120 -0
  175. data/pkg/topological_inventory-api-client-1.0.0.gem +0 -0
  176. data/spec/api/default_api_spec.rb +2676 -0
  177. data/spec/api_client_spec.rb +226 -0
  178. data/spec/configuration_spec.rb +42 -0
  179. data/spec/models/applied_inventories_parameters_service_plan_spec.rb +41 -0
  180. data/spec/models/availabilities_collection_spec.rb +53 -0
  181. data/spec/models/availability_spec.rb +95 -0
  182. data/spec/models/cluster_spec.rb +107 -0
  183. data/spec/models/clusters_collection_spec.rb +53 -0
  184. data/spec/models/collection_links_spec.rb +59 -0
  185. data/spec/models/collection_metadata_spec.rb +53 -0
  186. data/spec/models/container_group_spec.rb +119 -0
  187. data/spec/models/container_groups_collection_spec.rb +53 -0
  188. data/spec/models/container_image_spec.rb +107 -0
  189. data/spec/models/container_images_collection_spec.rb +53 -0
  190. data/spec/models/container_node_spec.rb +167 -0
  191. data/spec/models/container_nodes_collection_spec.rb +53 -0
  192. data/spec/models/container_project_spec.rb +113 -0
  193. data/spec/models/container_projects_collection_spec.rb +53 -0
  194. data/spec/models/container_resource_quota_collection_spec.rb +53 -0
  195. data/spec/models/container_resource_quota_spec.rb +119 -0
  196. data/spec/models/container_spec.rb +107 -0
  197. data/spec/models/container_template_spec.rb +107 -0
  198. data/spec/models/container_templates_collection_spec.rb +53 -0
  199. data/spec/models/containers_collection_spec.rb +53 -0
  200. data/spec/models/datastore_spec.rb +131 -0
  201. data/spec/models/datastores_collection_spec.rb +53 -0
  202. data/spec/models/error_not_found_errors_spec.rb +47 -0
  203. data/spec/models/error_not_found_spec.rb +41 -0
  204. data/spec/models/flavor_spec.rb +113 -0
  205. data/spec/models/flavors_collection_spec.rb +53 -0
  206. data/spec/models/graph_ql_request_spec.rb +53 -0
  207. data/spec/models/graph_ql_response_spec.rb +47 -0
  208. data/spec/models/host_spec.rb +143 -0
  209. data/spec/models/hosts_collection_spec.rb +53 -0
  210. data/spec/models/inline_response200_spec.rb +41 -0
  211. data/spec/models/ipaddress_spec.rb +137 -0
  212. data/spec/models/ipaddresses_collection_spec.rb +53 -0
  213. data/spec/models/network_adapter_spec.rb +131 -0
  214. data/spec/models/network_adapters_collection_spec.rb +53 -0
  215. data/spec/models/network_spec.rb +131 -0
  216. data/spec/models/networks_collection_spec.rb +53 -0
  217. data/spec/models/orchestration_stack_spec.rb +119 -0
  218. data/spec/models/orchestration_stacks_collection_spec.rb +53 -0
  219. data/spec/models/order_parameters_service_offering_spec.rb +53 -0
  220. data/spec/models/order_parameters_service_plan_spec.rb +47 -0
  221. data/spec/models/security_group_spec.rb +131 -0
  222. data/spec/models/security_groups_collection_spec.rb +53 -0
  223. data/spec/models/service_instance_node_spec.rb +119 -0
  224. data/spec/models/service_instance_nodes_collection_spec.rb +53 -0
  225. data/spec/models/service_instance_spec.rb +143 -0
  226. data/spec/models/service_instances_collection_spec.rb +53 -0
  227. data/spec/models/service_inventories_collection_spec.rb +53 -0
  228. data/spec/models/service_inventory_spec.rb +107 -0
  229. data/spec/models/service_offering_icon_spec.rb +77 -0
  230. data/spec/models/service_offering_icons_collection_spec.rb +53 -0
  231. data/spec/models/service_offering_node_spec.rb +119 -0
  232. data/spec/models/service_offering_nodes_collection_spec.rb +53 -0
  233. data/spec/models/service_offering_spec.rb +161 -0
  234. data/spec/models/service_offerings_collection_spec.rb +53 -0
  235. data/spec/models/service_plan_spec.rb +143 -0
  236. data/spec/models/service_plans_collection_spec.rb +53 -0
  237. data/spec/models/source_region_spec.rb +89 -0
  238. data/spec/models/source_regions_collection_spec.rb +53 -0
  239. data/spec/models/source_spec.rb +65 -0
  240. data/spec/models/sources_collection_spec.rb +53 -0
  241. data/spec/models/subnet_spec.rb +137 -0
  242. data/spec/models/subnets_collection_spec.rb +53 -0
  243. data/spec/models/subscription_spec.rb +83 -0
  244. data/spec/models/subscriptions_collection_spec.rb +53 -0
  245. data/spec/models/tag_spec.rb +77 -0
  246. data/spec/models/tagging_spec.rb +53 -0
  247. data/spec/models/tags_collection_spec.rb +53 -0
  248. data/spec/models/task_spec.rb +83 -0
  249. data/spec/models/tasks_collection_spec.rb +53 -0
  250. data/spec/models/tenant_spec.rb +59 -0
  251. data/spec/models/vm_spec.rb +173 -0
  252. data/spec/models/vms_collection_spec.rb +53 -0
  253. data/spec/models/volume_attachment_spec.rb +71 -0
  254. data/spec/models/volume_attachments_collection_spec.rb +53 -0
  255. data/spec/models/volume_spec.rb +137 -0
  256. data/spec/models/volume_type_spec.rb +95 -0
  257. data/spec/models/volume_types_collection_spec.rb +53 -0
  258. data/spec/models/volumes_collection_spec.rb +53 -0
  259. data/spec/spec_helper.rb +111 -0
  260. data/topological_inventory-api-client-2.0.0.gem +0 -0
  261. data/topological_inventory-api-client.gemspec +39 -0
  262. metadata +447 -0
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Topological Inventory
3
+
4
+ #Topological Inventory
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: support@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.1
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for TopologicalInventoryApiClient::VolumesCollection
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe 'VolumesCollection' do
21
+ before do
22
+ # run before each test
23
+ @instance = TopologicalInventoryApiClient::VolumesCollection.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of VolumesCollection' do
31
+ it 'should create an instance of VolumesCollection' do
32
+ expect(@instance).to be_instance_of(TopologicalInventoryApiClient::VolumesCollection)
33
+ end
34
+ end
35
+ describe 'test attribute "meta"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "links"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "data"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -0,0 +1,111 @@
1
+ =begin
2
+ #Topological Inventory
3
+
4
+ #Topological Inventory
5
+
6
+ The version of the OpenAPI document: 1.0.0
7
+ Contact: support@redhat.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.1
10
+
11
+ =end
12
+
13
+ # load the gem
14
+ require 'topological_inventory-api-client'
15
+
16
+ # The following was generated by the `rspec --init` command. Conventionally, all
17
+ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
18
+ # The generated `.rspec` file contains `--require spec_helper` which will cause
19
+ # this file to always be loaded, without a need to explicitly require it in any
20
+ # files.
21
+ #
22
+ # Given that it is always loaded, you are encouraged to keep this file as
23
+ # light-weight as possible. Requiring heavyweight dependencies from this file
24
+ # will add to the boot time of your test suite on EVERY test run, even for an
25
+ # individual file that may not need all of that loaded. Instead, consider making
26
+ # a separate helper file that requires the additional dependencies and performs
27
+ # the additional setup, and require it from the spec files that actually need
28
+ # it.
29
+ #
30
+ # The `.rspec` file also contains a few flags that are not defaults but that
31
+ # users commonly want.
32
+ #
33
+ # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
34
+ RSpec.configure do |config|
35
+ # rspec-expectations config goes here. You can use an alternate
36
+ # assertion/expectation library such as wrong or the stdlib/minitest
37
+ # assertions if you prefer.
38
+ config.expect_with :rspec do |expectations|
39
+ # This option will default to `true` in RSpec 4. It makes the `description`
40
+ # and `failure_message` of custom matchers include text for helper methods
41
+ # defined using `chain`, e.g.:
42
+ # be_bigger_than(2).and_smaller_than(4).description
43
+ # # => "be bigger than 2 and smaller than 4"
44
+ # ...rather than:
45
+ # # => "be bigger than 2"
46
+ expectations.include_chain_clauses_in_custom_matcher_descriptions = true
47
+ end
48
+
49
+ # rspec-mocks config goes here. You can use an alternate test double
50
+ # library (such as bogus or mocha) by changing the `mock_with` option here.
51
+ config.mock_with :rspec do |mocks|
52
+ # Prevents you from mocking or stubbing a method that does not exist on
53
+ # a real object. This is generally recommended, and will default to
54
+ # `true` in RSpec 4.
55
+ mocks.verify_partial_doubles = true
56
+ end
57
+
58
+ # The settings below are suggested to provide a good initial experience
59
+ # with RSpec, but feel free to customize to your heart's content.
60
+ =begin
61
+ # These two settings work together to allow you to limit a spec run
62
+ # to individual examples or groups you care about by tagging them with
63
+ # `:focus` metadata. When nothing is tagged with `:focus`, all examples
64
+ # get run.
65
+ config.filter_run :focus
66
+ config.run_all_when_everything_filtered = true
67
+
68
+ # Allows RSpec to persist some state between runs in order to support
69
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
70
+ # you configure your source control system to ignore this file.
71
+ config.example_status_persistence_file_path = "spec/examples.txt"
72
+
73
+ # Limits the available syntax to the non-monkey patched syntax that is
74
+ # recommended. For more details, see:
75
+ # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
76
+ # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
77
+ # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
78
+ config.disable_monkey_patching!
79
+
80
+ # This setting enables warnings. It's recommended, but in some cases may
81
+ # be too noisy due to issues in dependencies.
82
+ config.warnings = true
83
+
84
+ # Many RSpec users commonly either run the entire suite or an individual
85
+ # file, and it's useful to allow more verbose output when running an
86
+ # individual spec file.
87
+ if config.files_to_run.one?
88
+ # Use the documentation formatter for detailed output,
89
+ # unless a formatter has already been configured
90
+ # (e.g. via a command-line flag).
91
+ config.default_formatter = 'doc'
92
+ end
93
+
94
+ # Print the 10 slowest examples and example groups at the
95
+ # end of the spec run, to help surface which specs are running
96
+ # particularly slow.
97
+ config.profile_examples = 10
98
+
99
+ # Run specs in random order to surface order dependencies. If you find an
100
+ # order dependency and want to debug it, you can fix the order by providing
101
+ # the seed, which is printed after each run.
102
+ # --seed 1234
103
+ config.order = :random
104
+
105
+ # Seed global randomization in this process using the `--seed` CLI option.
106
+ # Setting this allows you to use `--seed` to deterministically reproduce
107
+ # test failures related to randomization by passing the same `--seed` value
108
+ # as the one that triggered the failure.
109
+ Kernel.srand config.seed
110
+ =end
111
+ end
@@ -0,0 +1,39 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ =begin
4
+ #Topological Inventory
5
+
6
+ #Topological Inventory
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: support@redhat.com
10
+ Generated by: https://openapi-generator.tech
11
+ OpenAPI Generator version: 4.2.1
12
+
13
+ =end
14
+
15
+ $:.push File.expand_path("../lib", __FILE__)
16
+ require "topological_inventory-api-client/version"
17
+
18
+ Gem::Specification.new do |s|
19
+ s.name = "topological_inventory-api-client"
20
+ s.version = TopologicalInventoryApiClient::VERSION
21
+ s.platform = Gem::Platform::RUBY
22
+ s.authors = ["OpenAPI-Generator"]
23
+ s.email = ["support@redhat.com"]
24
+ s.homepage = "https://openapi-generator.tech"
25
+ s.summary = "Topological Inventory Ruby Gem"
26
+ s.description = "Topological Inventory"
27
+ s.license = "Unlicense"
28
+ s.required_ruby_version = ">= 1.9"
29
+
30
+ s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
31
+ s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
32
+
33
+ s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
+
35
+ s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
36
+ s.test_files = `find spec/*`.split("\n")
37
+ s.executables = []
38
+ s.require_paths = ["lib"]
39
+ end
metadata ADDED
@@ -0,0 +1,447 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: topological_inventory-api-client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - OpenAPI-Generator
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-01-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: json
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.0
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.0
53
+ - !ruby/object:Gem::Dependency
54
+ name: rspec
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '3.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 3.6.0
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '3.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.6.0
73
+ description: Topological Inventory
74
+ email:
75
+ - support@redhat.com
76
+ executables: []
77
+ extensions: []
78
+ extra_rdoc_files: []
79
+ files:
80
+ - Gemfile
81
+ - LICENSE.txt
82
+ - README.md
83
+ - Rakefile
84
+ - client-meta.json
85
+ - docs/AppliedInventoriesParametersServicePlan.md
86
+ - docs/AvailabilitiesCollection.md
87
+ - docs/Availability.md
88
+ - docs/Cluster.md
89
+ - docs/ClustersCollection.md
90
+ - docs/CollectionLinks.md
91
+ - docs/CollectionMetadata.md
92
+ - docs/Container.md
93
+ - docs/ContainerGroup.md
94
+ - docs/ContainerGroupsCollection.md
95
+ - docs/ContainerImage.md
96
+ - docs/ContainerImagesCollection.md
97
+ - docs/ContainerNode.md
98
+ - docs/ContainerNodesCollection.md
99
+ - docs/ContainerProject.md
100
+ - docs/ContainerProjectsCollection.md
101
+ - docs/ContainerResourceQuota.md
102
+ - docs/ContainerResourceQuotaCollection.md
103
+ - docs/ContainerTemplate.md
104
+ - docs/ContainerTemplatesCollection.md
105
+ - docs/ContainersCollection.md
106
+ - docs/Datastore.md
107
+ - docs/DatastoresCollection.md
108
+ - docs/DefaultApi.md
109
+ - docs/ErrorNotFound.md
110
+ - docs/ErrorNotFoundErrors.md
111
+ - docs/Flavor.md
112
+ - docs/FlavorsCollection.md
113
+ - docs/GraphQLRequest.md
114
+ - docs/GraphQLResponse.md
115
+ - docs/Host.md
116
+ - docs/HostsCollection.md
117
+ - docs/InlineResponse200.md
118
+ - docs/Ipaddress.md
119
+ - docs/IpaddressesCollection.md
120
+ - docs/Network.md
121
+ - docs/NetworkAdapter.md
122
+ - docs/NetworkAdaptersCollection.md
123
+ - docs/NetworksCollection.md
124
+ - docs/OrchestrationStack.md
125
+ - docs/OrchestrationStacksCollection.md
126
+ - docs/OrderParametersServiceOffering.md
127
+ - docs/OrderParametersServicePlan.md
128
+ - docs/SecurityGroup.md
129
+ - docs/SecurityGroupsCollection.md
130
+ - docs/ServiceInstance.md
131
+ - docs/ServiceInstanceNode.md
132
+ - docs/ServiceInstanceNodesCollection.md
133
+ - docs/ServiceInstancesCollection.md
134
+ - docs/ServiceInventoriesCollection.md
135
+ - docs/ServiceInventory.md
136
+ - docs/ServiceOffering.md
137
+ - docs/ServiceOfferingIcon.md
138
+ - docs/ServiceOfferingIconsCollection.md
139
+ - docs/ServiceOfferingNode.md
140
+ - docs/ServiceOfferingNodesCollection.md
141
+ - docs/ServiceOfferingsCollection.md
142
+ - docs/ServicePlan.md
143
+ - docs/ServicePlansCollection.md
144
+ - docs/Source.md
145
+ - docs/SourceRegion.md
146
+ - docs/SourceRegionsCollection.md
147
+ - docs/SourcesCollection.md
148
+ - docs/Subnet.md
149
+ - docs/SubnetsCollection.md
150
+ - docs/Subscription.md
151
+ - docs/SubscriptionsCollection.md
152
+ - docs/Tag.md
153
+ - docs/Tagging.md
154
+ - docs/TagsCollection.md
155
+ - docs/Task.md
156
+ - docs/TasksCollection.md
157
+ - docs/Tenant.md
158
+ - docs/Vm.md
159
+ - docs/VmsCollection.md
160
+ - docs/Volume.md
161
+ - docs/VolumeAttachment.md
162
+ - docs/VolumeAttachmentsCollection.md
163
+ - docs/VolumeType.md
164
+ - docs/VolumeTypesCollection.md
165
+ - docs/VolumesCollection.md
166
+ - git_push.sh
167
+ - lib/topological_inventory-api-client.rb
168
+ - lib/topological_inventory-api-client/api/default_api.rb
169
+ - lib/topological_inventory-api-client/api_client.rb
170
+ - lib/topological_inventory-api-client/api_error.rb
171
+ - lib/topological_inventory-api-client/configuration.rb
172
+ - lib/topological_inventory-api-client/models/applied_inventories_parameters_service_plan.rb
173
+ - lib/topological_inventory-api-client/models/availabilities_collection.rb
174
+ - lib/topological_inventory-api-client/models/availability.rb
175
+ - lib/topological_inventory-api-client/models/cluster.rb
176
+ - lib/topological_inventory-api-client/models/clusters_collection.rb
177
+ - lib/topological_inventory-api-client/models/collection_links.rb
178
+ - lib/topological_inventory-api-client/models/collection_metadata.rb
179
+ - lib/topological_inventory-api-client/models/container.rb
180
+ - lib/topological_inventory-api-client/models/container_group.rb
181
+ - lib/topological_inventory-api-client/models/container_groups_collection.rb
182
+ - lib/topological_inventory-api-client/models/container_image.rb
183
+ - lib/topological_inventory-api-client/models/container_images_collection.rb
184
+ - lib/topological_inventory-api-client/models/container_node.rb
185
+ - lib/topological_inventory-api-client/models/container_nodes_collection.rb
186
+ - lib/topological_inventory-api-client/models/container_project.rb
187
+ - lib/topological_inventory-api-client/models/container_projects_collection.rb
188
+ - lib/topological_inventory-api-client/models/container_resource_quota.rb
189
+ - lib/topological_inventory-api-client/models/container_resource_quota_collection.rb
190
+ - lib/topological_inventory-api-client/models/container_template.rb
191
+ - lib/topological_inventory-api-client/models/container_templates_collection.rb
192
+ - lib/topological_inventory-api-client/models/containers_collection.rb
193
+ - lib/topological_inventory-api-client/models/datastore.rb
194
+ - lib/topological_inventory-api-client/models/datastores_collection.rb
195
+ - lib/topological_inventory-api-client/models/error_not_found.rb
196
+ - lib/topological_inventory-api-client/models/error_not_found_errors.rb
197
+ - lib/topological_inventory-api-client/models/flavor.rb
198
+ - lib/topological_inventory-api-client/models/flavors_collection.rb
199
+ - lib/topological_inventory-api-client/models/graph_ql_request.rb
200
+ - lib/topological_inventory-api-client/models/graph_ql_response.rb
201
+ - lib/topological_inventory-api-client/models/host.rb
202
+ - lib/topological_inventory-api-client/models/hosts_collection.rb
203
+ - lib/topological_inventory-api-client/models/inline_response200.rb
204
+ - lib/topological_inventory-api-client/models/ipaddress.rb
205
+ - lib/topological_inventory-api-client/models/ipaddresses_collection.rb
206
+ - lib/topological_inventory-api-client/models/network.rb
207
+ - lib/topological_inventory-api-client/models/network_adapter.rb
208
+ - lib/topological_inventory-api-client/models/network_adapters_collection.rb
209
+ - lib/topological_inventory-api-client/models/networks_collection.rb
210
+ - lib/topological_inventory-api-client/models/orchestration_stack.rb
211
+ - lib/topological_inventory-api-client/models/orchestration_stacks_collection.rb
212
+ - lib/topological_inventory-api-client/models/order_parameters_service_offering.rb
213
+ - lib/topological_inventory-api-client/models/order_parameters_service_plan.rb
214
+ - lib/topological_inventory-api-client/models/security_group.rb
215
+ - lib/topological_inventory-api-client/models/security_groups_collection.rb
216
+ - lib/topological_inventory-api-client/models/service_instance.rb
217
+ - lib/topological_inventory-api-client/models/service_instance_node.rb
218
+ - lib/topological_inventory-api-client/models/service_instance_nodes_collection.rb
219
+ - lib/topological_inventory-api-client/models/service_instances_collection.rb
220
+ - lib/topological_inventory-api-client/models/service_inventories_collection.rb
221
+ - lib/topological_inventory-api-client/models/service_inventory.rb
222
+ - lib/topological_inventory-api-client/models/service_offering.rb
223
+ - lib/topological_inventory-api-client/models/service_offering_icon.rb
224
+ - lib/topological_inventory-api-client/models/service_offering_icons_collection.rb
225
+ - lib/topological_inventory-api-client/models/service_offering_node.rb
226
+ - lib/topological_inventory-api-client/models/service_offering_nodes_collection.rb
227
+ - lib/topological_inventory-api-client/models/service_offerings_collection.rb
228
+ - lib/topological_inventory-api-client/models/service_plan.rb
229
+ - lib/topological_inventory-api-client/models/service_plans_collection.rb
230
+ - lib/topological_inventory-api-client/models/source.rb
231
+ - lib/topological_inventory-api-client/models/source_region.rb
232
+ - lib/topological_inventory-api-client/models/source_regions_collection.rb
233
+ - lib/topological_inventory-api-client/models/sources_collection.rb
234
+ - lib/topological_inventory-api-client/models/subnet.rb
235
+ - lib/topological_inventory-api-client/models/subnets_collection.rb
236
+ - lib/topological_inventory-api-client/models/subscription.rb
237
+ - lib/topological_inventory-api-client/models/subscriptions_collection.rb
238
+ - lib/topological_inventory-api-client/models/tag.rb
239
+ - lib/topological_inventory-api-client/models/tagging.rb
240
+ - lib/topological_inventory-api-client/models/tags_collection.rb
241
+ - lib/topological_inventory-api-client/models/task.rb
242
+ - lib/topological_inventory-api-client/models/tasks_collection.rb
243
+ - lib/topological_inventory-api-client/models/tenant.rb
244
+ - lib/topological_inventory-api-client/models/vm.rb
245
+ - lib/topological_inventory-api-client/models/vms_collection.rb
246
+ - lib/topological_inventory-api-client/models/volume.rb
247
+ - lib/topological_inventory-api-client/models/volume_attachment.rb
248
+ - lib/topological_inventory-api-client/models/volume_attachments_collection.rb
249
+ - lib/topological_inventory-api-client/models/volume_type.rb
250
+ - lib/topological_inventory-api-client/models/volume_types_collection.rb
251
+ - lib/topological_inventory-api-client/models/volumes_collection.rb
252
+ - lib/topological_inventory-api-client/version.rb
253
+ - pkg/topological_inventory-api-client-1.0.0.gem
254
+ - spec/api/default_api_spec.rb
255
+ - spec/api_client_spec.rb
256
+ - spec/configuration_spec.rb
257
+ - spec/models/applied_inventories_parameters_service_plan_spec.rb
258
+ - spec/models/availabilities_collection_spec.rb
259
+ - spec/models/availability_spec.rb
260
+ - spec/models/cluster_spec.rb
261
+ - spec/models/clusters_collection_spec.rb
262
+ - spec/models/collection_links_spec.rb
263
+ - spec/models/collection_metadata_spec.rb
264
+ - spec/models/container_group_spec.rb
265
+ - spec/models/container_groups_collection_spec.rb
266
+ - spec/models/container_image_spec.rb
267
+ - spec/models/container_images_collection_spec.rb
268
+ - spec/models/container_node_spec.rb
269
+ - spec/models/container_nodes_collection_spec.rb
270
+ - spec/models/container_project_spec.rb
271
+ - spec/models/container_projects_collection_spec.rb
272
+ - spec/models/container_resource_quota_collection_spec.rb
273
+ - spec/models/container_resource_quota_spec.rb
274
+ - spec/models/container_spec.rb
275
+ - spec/models/container_template_spec.rb
276
+ - spec/models/container_templates_collection_spec.rb
277
+ - spec/models/containers_collection_spec.rb
278
+ - spec/models/datastore_spec.rb
279
+ - spec/models/datastores_collection_spec.rb
280
+ - spec/models/error_not_found_errors_spec.rb
281
+ - spec/models/error_not_found_spec.rb
282
+ - spec/models/flavor_spec.rb
283
+ - spec/models/flavors_collection_spec.rb
284
+ - spec/models/graph_ql_request_spec.rb
285
+ - spec/models/graph_ql_response_spec.rb
286
+ - spec/models/host_spec.rb
287
+ - spec/models/hosts_collection_spec.rb
288
+ - spec/models/inline_response200_spec.rb
289
+ - spec/models/ipaddress_spec.rb
290
+ - spec/models/ipaddresses_collection_spec.rb
291
+ - spec/models/network_adapter_spec.rb
292
+ - spec/models/network_adapters_collection_spec.rb
293
+ - spec/models/network_spec.rb
294
+ - spec/models/networks_collection_spec.rb
295
+ - spec/models/orchestration_stack_spec.rb
296
+ - spec/models/orchestration_stacks_collection_spec.rb
297
+ - spec/models/order_parameters_service_offering_spec.rb
298
+ - spec/models/order_parameters_service_plan_spec.rb
299
+ - spec/models/security_group_spec.rb
300
+ - spec/models/security_groups_collection_spec.rb
301
+ - spec/models/service_instance_node_spec.rb
302
+ - spec/models/service_instance_nodes_collection_spec.rb
303
+ - spec/models/service_instance_spec.rb
304
+ - spec/models/service_instances_collection_spec.rb
305
+ - spec/models/service_inventories_collection_spec.rb
306
+ - spec/models/service_inventory_spec.rb
307
+ - spec/models/service_offering_icon_spec.rb
308
+ - spec/models/service_offering_icons_collection_spec.rb
309
+ - spec/models/service_offering_node_spec.rb
310
+ - spec/models/service_offering_nodes_collection_spec.rb
311
+ - spec/models/service_offering_spec.rb
312
+ - spec/models/service_offerings_collection_spec.rb
313
+ - spec/models/service_plan_spec.rb
314
+ - spec/models/service_plans_collection_spec.rb
315
+ - spec/models/source_region_spec.rb
316
+ - spec/models/source_regions_collection_spec.rb
317
+ - spec/models/source_spec.rb
318
+ - spec/models/sources_collection_spec.rb
319
+ - spec/models/subnet_spec.rb
320
+ - spec/models/subnets_collection_spec.rb
321
+ - spec/models/subscription_spec.rb
322
+ - spec/models/subscriptions_collection_spec.rb
323
+ - spec/models/tag_spec.rb
324
+ - spec/models/tagging_spec.rb
325
+ - spec/models/tags_collection_spec.rb
326
+ - spec/models/task_spec.rb
327
+ - spec/models/tasks_collection_spec.rb
328
+ - spec/models/tenant_spec.rb
329
+ - spec/models/vm_spec.rb
330
+ - spec/models/vms_collection_spec.rb
331
+ - spec/models/volume_attachment_spec.rb
332
+ - spec/models/volume_attachments_collection_spec.rb
333
+ - spec/models/volume_spec.rb
334
+ - spec/models/volume_type_spec.rb
335
+ - spec/models/volume_types_collection_spec.rb
336
+ - spec/models/volumes_collection_spec.rb
337
+ - spec/spec_helper.rb
338
+ - topological_inventory-api-client-2.0.0.gem
339
+ - topological_inventory-api-client.gemspec
340
+ homepage: https://openapi-generator.tech
341
+ licenses:
342
+ - Unlicense
343
+ metadata: {}
344
+ post_install_message:
345
+ rdoc_options: []
346
+ require_paths:
347
+ - lib
348
+ required_ruby_version: !ruby/object:Gem::Requirement
349
+ requirements:
350
+ - - ">="
351
+ - !ruby/object:Gem::Version
352
+ version: '1.9'
353
+ required_rubygems_version: !ruby/object:Gem::Requirement
354
+ requirements:
355
+ - - ">="
356
+ - !ruby/object:Gem::Version
357
+ version: '0'
358
+ requirements: []
359
+ rubygems_version: 3.1.2
360
+ signing_key:
361
+ specification_version: 4
362
+ summary: Topological Inventory Ruby Gem
363
+ test_files:
364
+ - spec/api/default_api_spec.rb
365
+ - spec/api_client_spec.rb
366
+ - spec/configuration_spec.rb
367
+ - spec/models/container_images_collection_spec.rb
368
+ - spec/models/ipaddress_spec.rb
369
+ - spec/models/volume_types_collection_spec.rb
370
+ - spec/models/volume_attachment_spec.rb
371
+ - spec/models/service_instance_spec.rb
372
+ - spec/models/subscriptions_collection_spec.rb
373
+ - spec/models/ipaddresses_collection_spec.rb
374
+ - spec/models/availabilities_collection_spec.rb
375
+ - spec/models/collection_links_spec.rb
376
+ - spec/models/vm_spec.rb
377
+ - spec/models/container_template_spec.rb
378
+ - spec/models/security_group_spec.rb
379
+ - spec/models/service_plan_spec.rb
380
+ - spec/models/service_offering_icons_collection_spec.rb
381
+ - spec/models/tags_collection_spec.rb
382
+ - spec/models/service_offering_node_spec.rb
383
+ - spec/models/subnets_collection_spec.rb
384
+ - spec/models/service_instance_node_spec.rb
385
+ - spec/models/host_spec.rb
386
+ - spec/models/container_resource_quota_spec.rb
387
+ - spec/models/sources_collection_spec.rb
388
+ - spec/models/service_offering_nodes_collection_spec.rb
389
+ - spec/models/tag_spec.rb
390
+ - spec/models/tasks_collection_spec.rb
391
+ - spec/models/network_adapter_spec.rb
392
+ - spec/models/container_groups_collection_spec.rb
393
+ - spec/models/security_groups_collection_spec.rb
394
+ - spec/models/datastore_spec.rb
395
+ - spec/models/container_image_spec.rb
396
+ - spec/models/applied_inventories_parameters_service_plan_spec.rb
397
+ - spec/models/flavors_collection_spec.rb
398
+ - spec/models/graph_ql_response_spec.rb
399
+ - spec/models/volume_spec.rb
400
+ - spec/models/datastores_collection_spec.rb
401
+ - spec/models/container_group_spec.rb
402
+ - spec/models/service_offering_spec.rb
403
+ - spec/models/volume_type_spec.rb
404
+ - spec/models/graph_ql_request_spec.rb
405
+ - spec/models/container_nodes_collection_spec.rb
406
+ - spec/models/flavor_spec.rb
407
+ - spec/models/clusters_collection_spec.rb
408
+ - spec/models/cluster_spec.rb
409
+ - spec/models/error_not_found_spec.rb
410
+ - spec/models/error_not_found_errors_spec.rb
411
+ - spec/models/network_adapters_collection_spec.rb
412
+ - spec/models/volume_attachments_collection_spec.rb
413
+ - spec/models/container_resource_quota_collection_spec.rb
414
+ - spec/models/order_parameters_service_plan_spec.rb
415
+ - spec/models/service_plans_collection_spec.rb
416
+ - spec/models/orchestration_stacks_collection_spec.rb
417
+ - spec/models/source_spec.rb
418
+ - spec/models/networks_collection_spec.rb
419
+ - spec/models/service_inventories_collection_spec.rb
420
+ - spec/models/container_node_spec.rb
421
+ - spec/models/source_region_spec.rb
422
+ - spec/models/network_spec.rb
423
+ - spec/models/hosts_collection_spec.rb
424
+ - spec/models/service_instances_collection_spec.rb
425
+ - spec/models/vms_collection_spec.rb
426
+ - spec/models/volumes_collection_spec.rb
427
+ - spec/models/subscription_spec.rb
428
+ - spec/models/container_spec.rb
429
+ - spec/models/containers_collection_spec.rb
430
+ - spec/models/inline_response200_spec.rb
431
+ - spec/models/tenant_spec.rb
432
+ - spec/models/container_templates_collection_spec.rb
433
+ - spec/models/container_project_spec.rb
434
+ - spec/models/service_instance_nodes_collection_spec.rb
435
+ - spec/models/collection_metadata_spec.rb
436
+ - spec/models/task_spec.rb
437
+ - spec/models/container_projects_collection_spec.rb
438
+ - spec/models/source_regions_collection_spec.rb
439
+ - spec/models/tagging_spec.rb
440
+ - spec/models/service_offerings_collection_spec.rb
441
+ - spec/models/availability_spec.rb
442
+ - spec/models/orchestration_stack_spec.rb
443
+ - spec/models/service_offering_icon_spec.rb
444
+ - spec/models/subnet_spec.rb
445
+ - spec/models/order_parameters_service_offering_spec.rb
446
+ - spec/models/service_inventory_spec.rb
447
+ - spec/spec_helper.rb