occi 3.1.3 → 4.0.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. metadata +16 -448
  2. data/.gitignore +0 -15
  3. data/.rspec +0 -1
  4. data/.travis.yml +0 -35
  5. data/.yardopts +0 -1
  6. data/AUTHORS +0 -9
  7. data/Gemfile +0 -13
  8. data/LICENSE +0 -13
  9. data/README.md +0 -471
  10. data/Rakefile +0 -37
  11. data/bin/occi +0 -356
  12. data/config/warble.rb +0 -151
  13. data/doc/macosx.md +0 -27
  14. data/examples/dsl_example.rb +0 -167
  15. data/examples/x509auth_example.rb +0 -161
  16. data/ext/mkrf_conf.rb +0 -30
  17. data/features/cassettes/Create_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  18. data/features/cassettes/Delete_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  19. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__application_json_200_.yml +0 -333
  20. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_.yml +0 -529
  21. data/features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_action_.yml +0 -288
  22. data/features/cassettes/Miscellaneous_operation_on_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  23. data/features/cassettes/Read_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  24. data/features/cassettes/Update_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml +0 -288
  25. data/features/common/step_definitions/common_steps.rb +0 -32
  26. data/features/occi/core/create/create.feature +0 -18
  27. data/features/occi/core/create/step_definitions/create_steps.rb +0 -0
  28. data/features/occi/core/delete/delete.feature +0 -18
  29. data/features/occi/core/delete/step_definitions/delete_steps.rb +0 -0
  30. data/features/occi/core/discovery_interface/discovery_interface.feature +0 -37
  31. data/features/occi/core/discovery_interface/step_definitions/discovery_interface_steps.rb +0 -19
  32. data/features/occi/core/miscellaneous/miscellaneous.feature +0 -18
  33. data/features/occi/core/miscellaneous/step_definitions/miscellaneous_steps.rb +0 -0
  34. data/features/occi/core/read/read.feature +0 -18
  35. data/features/occi/core/read/step_definitions/read_steps.rb +0 -0
  36. data/features/occi/core/update/step_definitions/update_steps.rb +0 -0
  37. data/features/occi/core/update/update.feature +0 -18
  38. data/features/occi/infrastructure/create/create.feature +0 -18
  39. data/features/occi/infrastructure/create/step_definitions/create_steps.rb +0 -0
  40. data/features/support/env.rb +0 -16
  41. data/lib/occi.rb +0 -57
  42. data/lib/occi/api/client/client_amqp.rb +0 -767
  43. data/lib/occi/api/client/client_http.rb +0 -1100
  44. data/lib/occi/api/client/http/authn_utils.rb +0 -82
  45. data/lib/occi/api/client/http/httparty_fix.rb +0 -53
  46. data/lib/occi/api/client/http/net_http_fix.rb +0 -21
  47. data/lib/occi/api/dsl.rb +0 -146
  48. data/lib/occi/bin/helpers.rb +0 -149
  49. data/lib/occi/bin/occi_opts.rb +0 -384
  50. data/lib/occi/bin/resource_output_factory.rb +0 -97
  51. data/lib/occi/bin/templates/compute.erb +0 -18
  52. data/lib/occi/bin/templates/network.erb +0 -9
  53. data/lib/occi/bin/templates/os_tpl.erb +0 -7
  54. data/lib/occi/bin/templates/resource_tpl.erb +0 -7
  55. data/lib/occi/bin/templates/storage.erb +0 -8
  56. data/lib/occi/collection.rb +0 -186
  57. data/lib/occi/core.rb +0 -30
  58. data/lib/occi/core/action.rb +0 -32
  59. data/lib/occi/core/action_instance.rb +0 -24
  60. data/lib/occi/core/actions.rb +0 -22
  61. data/lib/occi/core/attribute_properties.rb +0 -52
  62. data/lib/occi/core/attributes.rb +0 -61
  63. data/lib/occi/core/categories.rb +0 -54
  64. data/lib/occi/core/category.rb +0 -149
  65. data/lib/occi/core/entities.rb +0 -50
  66. data/lib/occi/core/entity.rb +0 -246
  67. data/lib/occi/core/kind.rb +0 -58
  68. data/lib/occi/core/kinds.rb +0 -22
  69. data/lib/occi/core/link.rb +0 -100
  70. data/lib/occi/core/links.rb +0 -34
  71. data/lib/occi/core/mixin.rb +0 -55
  72. data/lib/occi/core/mixins.rb +0 -22
  73. data/lib/occi/core/related.rb +0 -20
  74. data/lib/occi/core/resource.rb +0 -76
  75. data/lib/occi/core/resources.rb +0 -14
  76. data/lib/occi/infrastructure.rb +0 -27
  77. data/lib/occi/infrastructure/compute.rb +0 -159
  78. data/lib/occi/infrastructure/network.rb +0 -131
  79. data/lib/occi/infrastructure/network/ipnetwork.rb +0 -34
  80. data/lib/occi/infrastructure/networkinterface.rb +0 -124
  81. data/lib/occi/infrastructure/networkinterface/ipnetworkinterface.rb +0 -34
  82. data/lib/occi/infrastructure/os_tpl.rb +0 -19
  83. data/lib/occi/infrastructure/resource_tpl.rb +0 -19
  84. data/lib/occi/infrastructure/storage.rb +0 -96
  85. data/lib/occi/infrastructure/storagelink.rb +0 -73
  86. data/lib/occi/log.rb +0 -66
  87. data/lib/occi/model.rb +0 -86
  88. data/lib/occi/parser.rb +0 -413
  89. data/lib/occi/version.rb +0 -3
  90. data/lib/occiantlr/.gitignore +0 -18
  91. data/lib/occiantlr/OCCIANTLR.g +0 -191
  92. data/lib/occiantlr/OCCIANTLR.tokens +0 -57
  93. data/lib/occiantlr/OCCIANTLRLexer.rb +0 -1868
  94. data/lib/occiantlr/OCCIANTLRParser.rb +0 -2906
  95. data/lib/occiantlr/README.md +0 -2
  96. data/occi.gemspec +0 -45
  97. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_compute_resource.yml +0 -266
  98. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_network_resource.yml +0 -266
  99. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_storage_resource.yml +0 -266
  100. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_compute_resource.yml +0 -266
  101. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_network_resource.yml +0 -266
  102. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_storage_resource.yml +0 -266
  103. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deploys_an_instance_based_on_OVF_OVA_file.yml +0 -266
  104. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_all_available_mixins.yml +0 -266
  105. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_compute_resources.yml +0 -368
  106. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_network_resources.yml +0 -370
  107. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_os_tpl_mixins.yml +0 -266
  108. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_resource_tpl_mixins.yml +0 -266
  109. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_storage_resources.yml +0 -430
  110. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/establishes_connection.yml +0 -266
  111. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_identifier.yml +0 -266
  112. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_name.yml +0 -266
  113. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_identifier.yml +0 -266
  114. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_name.yml +0 -266
  115. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_identifier.yml +0 -266
  116. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_name.yml +0 -266
  117. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_type_identifiers.yml +0 -266
  118. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_types.yml +0 -266
  119. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_type_identifiers.yml +0 -266
  120. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_types.yml +0 -266
  121. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_type_identifiers.yml +0 -266
  122. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_types.yml +0 -266
  123. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixins.yml +0 -266
  124. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_type_identifiers.yml +0 -266
  125. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_types.yml +0 -266
  126. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_compute_resources.yml +0 -308
  127. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_network_resources.yml +0 -308
  128. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_os_tpl_mixins.yml +0 -266
  129. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_resource_tpl_mixins.yml +0 -266
  130. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_storage_resources.yml +0 -310
  131. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/refreshes_its_model.yml +0 -485
  132. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_compute_resource.yml +0 -266
  133. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_network_resource.yml +0 -266
  134. data/spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_storage_resource.yml +0 -266
  135. data/spec/occi/api/client/client_amqp_spec.rb +0 -159
  136. data/spec/occi/api/client/client_http_spec.rb +0 -253
  137. data/spec/occi/api/client/http/authn_utils_spec.rb +0 -55
  138. data/spec/occi/api/client/http/httparty_fix_spec.rb +0 -0
  139. data/spec/occi/api/client/http/net_http_fix_spec.rb +0 -0
  140. data/spec/occi/api/client/http/rocci-cred-cert.pem +0 -3
  141. data/spec/occi/api/client/http/rocci-cred-key-jruby.pem +0 -3
  142. data/spec/occi/api/client/http/rocci-cred-key.pem +0 -3
  143. data/spec/occi/api/client/http/rocci-cred.p12 +0 -0
  144. data/spec/occi/api/dsl_spec.rb +0 -22
  145. data/spec/occi/bin/helpers_spec.rb +0 -12
  146. data/spec/occi/bin/occi_opts_spec.rb +0 -60
  147. data/spec/occi/bin/resource_output_factory_spec.rb +0 -12
  148. data/spec/occi/collection_spec.rb +0 -41
  149. data/spec/occi/core/categories_spec.rb +0 -30
  150. data/spec/occi/core/category_spec.rb +0 -41
  151. data/spec/occi/core/entity_spec.rb +0 -52
  152. data/spec/occi/core/resource_spec.rb +0 -21
  153. data/spec/occi/infrastructure/compute_spec.rb +0 -32
  154. data/spec/occi/log_spec.rb +0 -17
  155. data/spec/occi/model_spec.rb +0 -51
  156. data/spec/occi/parser_spec.rb +0 -114
  157. data/spec/occi/test.json +0 -33
  158. data/spec/occi/test.ova +0 -0
  159. data/spec/occi/test.ovf +0 -198
  160. data/spec/occiantlr/parser_spec.rb +0 -82
  161. data/spec/spec_helper.rb +0 -43
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: occi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.3
5
- prerelease:
4
+ version: 4.0.0.beta.1
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Florian Feldhaus
@@ -11,10 +11,10 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-08-08 00:00:00.000000000 Z
14
+ date: 2013-07-28 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
- name: json
17
+ name: occi-cli
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
@@ -30,151 +30,7 @@ dependencies:
30
30
  - !ruby/object:Gem::Version
31
31
  version: '0'
32
32
  - !ruby/object:Gem::Dependency
33
- name: antlr3
34
- requirement: !ruby/object:Gem::Requirement
35
- none: false
36
- requirements:
37
- - - ! '>='
38
- - !ruby/object:Gem::Version
39
- version: '0'
40
- type: :runtime
41
- prerelease: false
42
- version_requirements: !ruby/object:Gem::Requirement
43
- none: false
44
- requirements:
45
- - - ! '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- - !ruby/object:Gem::Dependency
49
- name: hashie
50
- requirement: !ruby/object:Gem::Requirement
51
- none: false
52
- requirements:
53
- - - ! '>='
54
- - !ruby/object:Gem::Version
55
- version: '0'
56
- type: :runtime
57
- prerelease: false
58
- version_requirements: !ruby/object:Gem::Requirement
59
- none: false
60
- requirements:
61
- - - ! '>='
62
- - !ruby/object:Gem::Version
63
- version: '0'
64
- - !ruby/object:Gem::Dependency
65
- name: uuidtools
66
- requirement: !ruby/object:Gem::Requirement
67
- none: false
68
- requirements:
69
- - - ! '>='
70
- - !ruby/object:Gem::Version
71
- version: 2.1.3
72
- type: :runtime
73
- prerelease: false
74
- version_requirements: !ruby/object:Gem::Requirement
75
- none: false
76
- requirements:
77
- - - ! '>='
78
- - !ruby/object:Gem::Version
79
- version: 2.1.3
80
- - !ruby/object:Gem::Dependency
81
- name: nokogiri
82
- requirement: !ruby/object:Gem::Requirement
83
- none: false
84
- requirements:
85
- - - ~>
86
- - !ruby/object:Gem::Version
87
- version: 1.5.0
88
- type: :runtime
89
- prerelease: false
90
- version_requirements: !ruby/object:Gem::Requirement
91
- none: false
92
- requirements:
93
- - - ~>
94
- - !ruby/object:Gem::Version
95
- version: 1.5.0
96
- - !ruby/object:Gem::Dependency
97
- name: activesupport
98
- requirement: !ruby/object:Gem::Requirement
99
- none: false
100
- requirements:
101
- - - ~>
102
- - !ruby/object:Gem::Version
103
- version: '3.2'
104
- type: :runtime
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- none: false
108
- requirements:
109
- - - ~>
110
- - !ruby/object:Gem::Version
111
- version: '3.2'
112
- - !ruby/object:Gem::Dependency
113
- name: httparty
114
- requirement: !ruby/object:Gem::Requirement
115
- none: false
116
- requirements:
117
- - - ! '>='
118
- - !ruby/object:Gem::Version
119
- version: '0'
120
- type: :runtime
121
- prerelease: false
122
- version_requirements: !ruby/object:Gem::Requirement
123
- none: false
124
- requirements:
125
- - - ! '>='
126
- - !ruby/object:Gem::Version
127
- version: '0'
128
- - !ruby/object:Gem::Dependency
129
- name: highline
130
- requirement: !ruby/object:Gem::Requirement
131
- none: false
132
- requirements:
133
- - - ! '>='
134
- - !ruby/object:Gem::Version
135
- version: '0'
136
- type: :runtime
137
- prerelease: false
138
- version_requirements: !ruby/object:Gem::Requirement
139
- none: false
140
- requirements:
141
- - - ! '>='
142
- - !ruby/object:Gem::Version
143
- version: '0'
144
- - !ruby/object:Gem::Dependency
145
- name: i18n
146
- requirement: !ruby/object:Gem::Requirement
147
- none: false
148
- requirements:
149
- - - '='
150
- - !ruby/object:Gem::Version
151
- version: 0.6.1
152
- type: :runtime
153
- prerelease: false
154
- version_requirements: !ruby/object:Gem::Requirement
155
- none: false
156
- requirements:
157
- - - '='
158
- - !ruby/object:Gem::Version
159
- version: 0.6.1
160
- - !ruby/object:Gem::Dependency
161
- name: amqp
162
- requirement: !ruby/object:Gem::Requirement
163
- none: false
164
- requirements:
165
- - - ! '>='
166
- - !ruby/object:Gem::Version
167
- version: '0'
168
- type: :runtime
169
- prerelease: false
170
- version_requirements: !ruby/object:Gem::Requirement
171
- none: false
172
- requirements:
173
- - - ! '>='
174
- - !ruby/object:Gem::Version
175
- version: '0'
176
- - !ruby/object:Gem::Dependency
177
- name: rspec
33
+ name: rubygems-tasks
178
34
  requirement: !ruby/object:Gem::Requirement
179
35
  none: false
180
36
  requirements:
@@ -205,308 +61,19 @@ dependencies:
205
61
  - - ! '>='
206
62
  - !ruby/object:Gem::Version
207
63
  version: '0'
208
- - !ruby/object:Gem::Dependency
209
- name: builder
210
- requirement: !ruby/object:Gem::Requirement
211
- none: false
212
- requirements:
213
- - - ! '>='
214
- - !ruby/object:Gem::Version
215
- version: '0'
216
- type: :development
217
- prerelease: false
218
- version_requirements: !ruby/object:Gem::Requirement
219
- none: false
220
- requirements:
221
- - - ! '>='
222
- - !ruby/object:Gem::Version
223
- version: '0'
224
- - !ruby/object:Gem::Dependency
225
- name: simplecov
226
- requirement: !ruby/object:Gem::Requirement
227
- none: false
228
- requirements:
229
- - - ! '>='
230
- - !ruby/object:Gem::Version
231
- version: '0'
232
- type: :development
233
- prerelease: false
234
- version_requirements: !ruby/object:Gem::Requirement
235
- none: false
236
- requirements:
237
- - - ! '>='
238
- - !ruby/object:Gem::Version
239
- version: '0'
240
- - !ruby/object:Gem::Dependency
241
- name: yard
242
- requirement: !ruby/object:Gem::Requirement
243
- none: false
244
- requirements:
245
- - - ! '>='
246
- - !ruby/object:Gem::Version
247
- version: '0'
248
- type: :development
249
- prerelease: false
250
- version_requirements: !ruby/object:Gem::Requirement
251
- none: false
252
- requirements:
253
- - - ! '>='
254
- - !ruby/object:Gem::Version
255
- version: '0'
256
- - !ruby/object:Gem::Dependency
257
- name: yard-sinatra
258
- requirement: !ruby/object:Gem::Requirement
259
- none: false
260
- requirements:
261
- - - ! '>='
262
- - !ruby/object:Gem::Version
263
- version: '0'
264
- type: :development
265
- prerelease: false
266
- version_requirements: !ruby/object:Gem::Requirement
267
- none: false
268
- requirements:
269
- - - ! '>='
270
- - !ruby/object:Gem::Version
271
- version: '0'
272
- - !ruby/object:Gem::Dependency
273
- name: yard-rspec
274
- requirement: !ruby/object:Gem::Requirement
275
- none: false
276
- requirements:
277
- - - ! '>='
278
- - !ruby/object:Gem::Version
279
- version: '0'
280
- type: :development
281
- prerelease: false
282
- version_requirements: !ruby/object:Gem::Requirement
283
- none: false
284
- requirements:
285
- - - ! '>='
286
- - !ruby/object:Gem::Version
287
- version: '0'
288
- - !ruby/object:Gem::Dependency
289
- name: yard-cucumber
290
- requirement: !ruby/object:Gem::Requirement
291
- none: false
292
- requirements:
293
- - - ! '>='
294
- - !ruby/object:Gem::Version
295
- version: '0'
296
- type: :development
297
- prerelease: false
298
- version_requirements: !ruby/object:Gem::Requirement
299
- none: false
300
- requirements:
301
- - - ! '>='
302
- - !ruby/object:Gem::Version
303
- version: '0'
304
- - !ruby/object:Gem::Dependency
305
- name: rspec-http
306
- requirement: !ruby/object:Gem::Requirement
307
- none: false
308
- requirements:
309
- - - ! '>='
310
- - !ruby/object:Gem::Version
311
- version: '0'
312
- type: :development
313
- prerelease: false
314
- version_requirements: !ruby/object:Gem::Requirement
315
- none: false
316
- requirements:
317
- - - ! '>='
318
- - !ruby/object:Gem::Version
319
- version: '0'
320
- - !ruby/object:Gem::Dependency
321
- name: webmock
322
- requirement: !ruby/object:Gem::Requirement
323
- none: false
324
- requirements:
325
- - - ~>
326
- - !ruby/object:Gem::Version
327
- version: 1.9.3
328
- type: :development
329
- prerelease: false
330
- version_requirements: !ruby/object:Gem::Requirement
331
- none: false
332
- requirements:
333
- - - ~>
334
- - !ruby/object:Gem::Version
335
- version: 1.9.3
336
- description: OCCI is a collection of classes to simplify the implementation of the
337
- Open Cloud Computing API in Ruby
64
+ description: This gem is a client implementation of the Open Cloud Computing Interface
65
+ in Ruby
338
66
  email:
339
67
  - florian.feldhaus@gwdg.de
340
68
  - piotr.kasprzak@gwdg.de
341
69
  - xparak@mail.muni.cz
342
- executables:
343
- - occi
344
- extensions:
345
- - ext/mkrf_conf.rb
70
+ executables: []
71
+ extensions: []
346
72
  extra_rdoc_files: []
347
- files:
348
- - .gitignore
349
- - .rspec
350
- - .travis.yml
351
- - .yardopts
352
- - AUTHORS
353
- - Gemfile
354
- - LICENSE
355
- - README.md
356
- - Rakefile
357
- - bin/occi
358
- - config/warble.rb
359
- - doc/macosx.md
360
- - examples/dsl_example.rb
361
- - examples/x509auth_example.rb
362
- - ext/mkrf_conf.rb
363
- - features/cassettes/Create_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml
364
- - features/cassettes/Delete_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml
365
- - features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__application_json_200_.yml
366
- - features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_.yml
367
- - features/cassettes/Discovery_Interface/Retrieving_all_OCCI_Categories_supported_by_the_OCCI_Server/_http_http___141_5_99_69__text_plain_200_action_.yml
368
- - features/cassettes/Miscellaneous_operation_on_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml
369
- - features/cassettes/Read_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml
370
- - features/cassettes/Update_an_OCCI_Resource/_http_http___141_5_99_69__text_plain_201_.yml
371
- - features/common/step_definitions/common_steps.rb
372
- - features/occi/core/create/create.feature
373
- - features/occi/core/create/step_definitions/create_steps.rb
374
- - features/occi/core/delete/delete.feature
375
- - features/occi/core/delete/step_definitions/delete_steps.rb
376
- - features/occi/core/discovery_interface/discovery_interface.feature
377
- - features/occi/core/discovery_interface/step_definitions/discovery_interface_steps.rb
378
- - features/occi/core/miscellaneous/miscellaneous.feature
379
- - features/occi/core/miscellaneous/step_definitions/miscellaneous_steps.rb
380
- - features/occi/core/read/read.feature
381
- - features/occi/core/read/step_definitions/read_steps.rb
382
- - features/occi/core/update/step_definitions/update_steps.rb
383
- - features/occi/core/update/update.feature
384
- - features/occi/infrastructure/create/create.feature
385
- - features/occi/infrastructure/create/step_definitions/create_steps.rb
386
- - features/support/env.rb
387
- - lib/occi.rb
388
- - lib/occi/api/client/client_amqp.rb
389
- - lib/occi/api/client/client_http.rb
390
- - lib/occi/api/client/http/authn_utils.rb
391
- - lib/occi/api/client/http/httparty_fix.rb
392
- - lib/occi/api/client/http/net_http_fix.rb
393
- - lib/occi/api/dsl.rb
394
- - lib/occi/bin/helpers.rb
395
- - lib/occi/bin/occi_opts.rb
396
- - lib/occi/bin/resource_output_factory.rb
397
- - lib/occi/bin/templates/compute.erb
398
- - lib/occi/bin/templates/network.erb
399
- - lib/occi/bin/templates/os_tpl.erb
400
- - lib/occi/bin/templates/resource_tpl.erb
401
- - lib/occi/bin/templates/storage.erb
402
- - lib/occi/collection.rb
403
- - lib/occi/core.rb
404
- - lib/occi/core/action.rb
405
- - lib/occi/core/action_instance.rb
406
- - lib/occi/core/actions.rb
407
- - lib/occi/core/attribute_properties.rb
408
- - lib/occi/core/attributes.rb
409
- - lib/occi/core/categories.rb
410
- - lib/occi/core/category.rb
411
- - lib/occi/core/entities.rb
412
- - lib/occi/core/entity.rb
413
- - lib/occi/core/kind.rb
414
- - lib/occi/core/kinds.rb
415
- - lib/occi/core/link.rb
416
- - lib/occi/core/links.rb
417
- - lib/occi/core/mixin.rb
418
- - lib/occi/core/mixins.rb
419
- - lib/occi/core/related.rb
420
- - lib/occi/core/resource.rb
421
- - lib/occi/core/resources.rb
422
- - lib/occi/infrastructure.rb
423
- - lib/occi/infrastructure/compute.rb
424
- - lib/occi/infrastructure/network.rb
425
- - lib/occi/infrastructure/network/ipnetwork.rb
426
- - lib/occi/infrastructure/networkinterface.rb
427
- - lib/occi/infrastructure/networkinterface/ipnetworkinterface.rb
428
- - lib/occi/infrastructure/os_tpl.rb
429
- - lib/occi/infrastructure/resource_tpl.rb
430
- - lib/occi/infrastructure/storage.rb
431
- - lib/occi/infrastructure/storagelink.rb
432
- - lib/occi/log.rb
433
- - lib/occi/model.rb
434
- - lib/occi/parser.rb
435
- - lib/occi/version.rb
436
- - lib/occiantlr/.gitignore
437
- - lib/occiantlr/OCCIANTLR.g
438
- - lib/occiantlr/OCCIANTLR.tokens
439
- - lib/occiantlr/OCCIANTLRLexer.rb
440
- - lib/occiantlr/OCCIANTLRParser.rb
441
- - lib/occiantlr/README.md
442
- - occi.gemspec
443
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_compute_resource.yml
444
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_network_resource.yml
445
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/creates_a_new_storage_resource.yml
446
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_compute_resource.yml
447
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_network_resource.yml
448
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deletes_a_storage_resource.yml
449
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/deploys_an_instance_based_on_OVF_OVA_file.yml
450
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_all_available_mixins.yml
451
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_compute_resources.yml
452
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_network_resources.yml
453
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_os_tpl_mixins.yml
454
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_resource_tpl_mixins.yml
455
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/describes_storage_resources.yml
456
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/establishes_connection.yml
457
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_identifier.yml
458
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_compute_resource_using_type_name.yml
459
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_identifier.yml
460
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_network_resource_using_type_name.yml
461
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_identifier.yml
462
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/instantiates_a_storage_resource_using_type_name.yml
463
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_type_identifiers.yml
464
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_entity_types.yml
465
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_type_identifiers.yml
466
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_link_types.yml
467
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_type_identifiers.yml
468
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixin_types.yml
469
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_mixins.yml
470
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_type_identifiers.yml
471
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_all_available_resource_types.yml
472
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_compute_resources.yml
473
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_network_resources.yml
474
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_os_tpl_mixins.yml
475
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_resource_tpl_mixins.yml
476
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/lists_storage_resources.yml
477
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/refreshes_its_model.yml
478
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_compute_resource.yml
479
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_network_resource.yml
480
- - spec/cassettes/Occi_Api_Client_ClientHttp/using_media_type_text_plain/triggers_an_action_on_a_storage_resource.yml
481
- - spec/occi/api/client/client_amqp_spec.rb
482
- - spec/occi/api/client/client_http_spec.rb
483
- - spec/occi/api/client/http/authn_utils_spec.rb
484
- - spec/occi/api/client/http/httparty_fix_spec.rb
485
- - spec/occi/api/client/http/net_http_fix_spec.rb
486
- - spec/occi/api/client/http/rocci-cred-cert.pem
487
- - spec/occi/api/client/http/rocci-cred-key-jruby.pem
488
- - spec/occi/api/client/http/rocci-cred-key.pem
489
- - spec/occi/api/client/http/rocci-cred.p12
490
- - spec/occi/api/dsl_spec.rb
491
- - spec/occi/bin/helpers_spec.rb
492
- - spec/occi/bin/occi_opts_spec.rb
493
- - spec/occi/bin/resource_output_factory_spec.rb
494
- - spec/occi/collection_spec.rb
495
- - spec/occi/core/categories_spec.rb
496
- - spec/occi/core/category_spec.rb
497
- - spec/occi/core/entity_spec.rb
498
- - spec/occi/core/resource_spec.rb
499
- - spec/occi/infrastructure/compute_spec.rb
500
- - spec/occi/log_spec.rb
501
- - spec/occi/model_spec.rb
502
- - spec/occi/parser_spec.rb
503
- - spec/occi/test.json
504
- - spec/occi/test.ova
505
- - spec/occi/test.ovf
506
- - spec/occiantlr/parser_spec.rb
507
- - spec/spec_helper.rb
73
+ files: []
508
74
  homepage: https://github.com/gwdg/rOCCI
509
- licenses: []
75
+ licenses:
76
+ - Apache License, Version 2.0
510
77
  post_install_message:
511
78
  rdoc_options: []
512
79
  require_paths:
@@ -520,13 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
520
87
  required_rubygems_version: !ruby/object:Gem::Requirement
521
88
  none: false
522
89
  requirements:
523
- - - ! '>='
90
+ - - ! '>'
524
91
  - !ruby/object:Gem::Version
525
- version: '0'
92
+ version: 1.3.1
526
93
  requirements: []
527
94
  rubyforge_project:
528
95
  rubygems_version: 1.8.25
529
96
  signing_key:
530
97
  specification_version: 3
531
- summary: OCCI toolkit
98
+ summary: Executable OCCI client
532
99
  test_files: []
100
+ has_rdoc: