knife-ovh-cloud 1.0.0.pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ module KnifeOvhCloud
2
+ VERSION = "1.0.0.pre.1"
3
+ end
4
+
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: knife-ovh-cloud
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0.pre.1
5
+ platform: ruby
6
+ authors:
7
+ - Ezra Pagel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-09-12 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: netaddr
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: 1.5.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: 1.5.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: chef
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: 0.10.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: 0.10.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: rbvmomi
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: 1.5.1
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: 1.5.1
55
+ description: OVH Cloud vSphere Support for Chef's Knife Command
56
+ email: alexis@kroknet.com
57
+ executables: []
58
+ extensions: []
59
+ extra_rdoc_files: []
60
+ files:
61
+ - lib/chef/knife/base_ovh_cloud_command.rb
62
+ - lib/chef/knife/ovh_cloud_customization_list.rb
63
+ - lib/chef/knife/ovh_cloud_datastore_list.rb
64
+ - lib/chef/knife/ovh_cloud_datastore_maxfree.rb
65
+ - lib/chef/knife/ovh_cloud_datastorecluster_list.rb
66
+ - lib/chef/knife/ovh_cloud_datastorecluster_maxfree.rb
67
+ - lib/chef/knife/ovh_cloud_hosts_list.rb
68
+ - lib/chef/knife/ovh_cloud_pool_list.rb
69
+ - lib/chef/knife/ovh_cloud_pool_query.rb
70
+ - lib/chef/knife/ovh_cloud_template_list.rb
71
+ - lib/chef/knife/ovh_cloud_vlan_list.rb
72
+ - lib/chef/knife/ovh_cloud_vm_clone.rb
73
+ - lib/chef/knife/ovh_cloud_vm_config.rb
74
+ - lib/chef/knife/ovh_cloud_vm_delete.rb
75
+ - lib/chef/knife/ovh_cloud_vm_execute.rb
76
+ - lib/chef/knife/ovh_cloud_vm_list.rb
77
+ - lib/chef/knife/ovh_cloud_vm_markastemplate.rb
78
+ - lib/chef/knife/ovh_cloud_vm_migrate.rb
79
+ - lib/chef/knife/ovh_cloud_vm_move.rb
80
+ - lib/chef/knife/ovh_cloud_vm_net.rb
81
+ - lib/chef/knife/ovh_cloud_vm_property_get.rb
82
+ - lib/chef/knife/ovh_cloud_vm_property_set.rb
83
+ - lib/chef/knife/ovh_cloud_vm_query.rb
84
+ - lib/chef/knife/ovh_cloud_vm_snapshot.rb
85
+ - lib/chef/knife/ovh_cloud_vm_state.rb
86
+ - lib/chef/knife/ovh_cloud_vm_vmdk_add.rb
87
+ - lib/knife-ovh-cloud/version.rb
88
+ homepage: http://github.com/Estebita/knife-ovh-cloud
89
+ licenses:
90
+ - Apache
91
+ metadata: {}
92
+ post_install_message:
93
+ rdoc_options: []
94
+ require_paths:
95
+ - lib
96
+ required_ruby_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - '>='
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - '>='
104
+ - !ruby/object:Gem::Version
105
+ version: '0'
106
+ requirements: []
107
+ rubyforge_project:
108
+ rubygems_version: 2.0.14
109
+ signing_key:
110
+ specification_version: 4
111
+ summary: OVH Cloud infrastructure Support for Knife
112
+ test_files: []