vagrant-vcloudair 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8424b6d96cf9ba21ba6d27c46ba41f1fff6eb33
4
- data.tar.gz: 0d7ab8be9ef112a585e859bbfdacd381bcdb84d7
3
+ metadata.gz: 58c1951e6e1f144b531c9e2378e923158fb51606
4
+ data.tar.gz: 6f90ae971a72ea7dfd7097c18d01707c92dab2dd
5
5
  SHA512:
6
- metadata.gz: fb73d4ebbe998356e851167bd31b16066938eef83bf66c127f15d5e5a97cc2691a2090bfd1f84142adf8c0c1793fede18f185c265f4f37f6e6e1bfebde32a267
7
- data.tar.gz: 34cb31d8f930c6645462a027b80b265713a8d840b4d6e76a0fa46e290603f659e577ee44ac3a6fbcdedfc5e059219fbbf81ada4dbe396ac92e66229cb5ef0ba8
6
+ metadata.gz: 307d0cf9966eb8ab53e93f28c0c6ea82448dd6cbcc54e3952c962e33601274ef4f424a2c67b22b36c3b0979044e0de4dd55f764351bac01fbfc01d40e11bb1f1
7
+ data.tar.gz: 77ad473dd2ba6b17a69560e818173ed5a9fa10b4d93e54f554a31448ae72a7bada6fc61a30b571eb205d98cd799ef70d0c9e19b71ad2404885a17c6c01ae6532
@@ -0,0 +1,128 @@
1
+ GIT
2
+ remote: git://github.com/mitchellh/vagrant.git
3
+ revision: 217b0c9eaa378e2beba09ab9e9f3322ff0799dcc
4
+ specs:
5
+ vagrant (1.8.2.dev)
6
+ bundler (>= 1.5.2, <= 1.10.6)
7
+ childprocess (~> 0.5.0)
8
+ erubis (~> 2.7.0)
9
+ hashicorp-checkpoint (~> 0.1.1)
10
+ i18n (>= 0.6.0, <= 0.8.0)
11
+ listen (~> 3.0.2)
12
+ log4r (~> 1.1.9, < 1.1.11)
13
+ net-scp (~> 1.1.0)
14
+ net-sftp (~> 2.1)
15
+ net-ssh (~> 3.0.1)
16
+ nokogiri (= 1.6.3.1)
17
+ rb-kqueue (~> 0.2.0)
18
+ rest-client (>= 1.6.0, < 2.0)
19
+ wdm (~> 0.1.0)
20
+ winrm (~> 1.3)
21
+ winrm-fs (~> 0.2.2)
22
+
23
+ PATH
24
+ remote: .
25
+ specs:
26
+ vagrant-vcloudair (0.5.3)
27
+ awesome_print (~> 1.2.0)
28
+ httpclient (~> 2.3.4.1)
29
+ i18n (~> 0.6.4)
30
+ log4r (~> 1.1.10)
31
+ netaddr (~> 1.5.0)
32
+ nokogiri (~> 1.6)
33
+ ruby-progressbar (~> 1.1.1)
34
+ terminal-table (~> 1.4.5)
35
+
36
+ GEM
37
+ remote: http://rubygems.org/
38
+ specs:
39
+ awesome_print (1.2.0)
40
+ builder (3.2.2)
41
+ childprocess (0.5.9)
42
+ ffi (~> 1.0, >= 1.0.11)
43
+ diff-lcs (1.1.3)
44
+ domain_name (0.5.20160128)
45
+ unf (>= 0.0.5, < 1.0.0)
46
+ erubis (2.7.0)
47
+ ffi (1.9.10)
48
+ gssapi (1.2.0)
49
+ ffi (>= 1.0.1)
50
+ gyoku (1.3.1)
51
+ builder (>= 2.1.2)
52
+ hashicorp-checkpoint (0.1.4)
53
+ http-cookie (1.0.2)
54
+ domain_name (~> 0.5)
55
+ httpclient (2.3.4.1)
56
+ i18n (0.6.11)
57
+ listen (3.0.5)
58
+ rb-fsevent (>= 0.9.3)
59
+ rb-inotify (>= 0.9)
60
+ little-plugger (1.1.4)
61
+ log4r (1.1.10)
62
+ logging (1.8.2)
63
+ little-plugger (>= 1.1.3)
64
+ multi_json (>= 1.8.4)
65
+ mime-types (2.99)
66
+ mini_portile (0.6.0)
67
+ multi_json (1.11.2)
68
+ net-scp (1.1.2)
69
+ net-ssh (>= 2.6.5)
70
+ net-sftp (2.1.2)
71
+ net-ssh (>= 2.6.5)
72
+ net-ssh (3.0.2)
73
+ netaddr (1.5.1)
74
+ netrc (0.11.0)
75
+ nokogiri (1.6.3.1)
76
+ mini_portile (= 0.6.0)
77
+ nori (2.6.0)
78
+ rake (10.5.0)
79
+ rb-fsevent (0.9.7)
80
+ rb-inotify (0.9.5)
81
+ ffi (>= 0.5.0)
82
+ rb-kqueue (0.2.4)
83
+ ffi (>= 0.5.0)
84
+ rest-client (1.8.0)
85
+ http-cookie (>= 1.0.2, < 2.0)
86
+ mime-types (>= 1.16, < 3.0)
87
+ netrc (~> 0.7)
88
+ rspec-core (2.12.2)
89
+ rspec-expectations (2.12.1)
90
+ diff-lcs (~> 1.1.3)
91
+ rspec-mocks (2.12.2)
92
+ ruby-progressbar (1.1.1)
93
+ rubyntlm (0.4.0)
94
+ rubyzip (1.1.7)
95
+ terminal-table (1.4.5)
96
+ unf (0.1.4)
97
+ unf_ext
98
+ unf_ext (0.0.7.2)
99
+ uuidtools (2.1.5)
100
+ wdm (0.1.1)
101
+ winrm (1.3.6)
102
+ builder (>= 2.1.2)
103
+ gssapi (~> 1.2)
104
+ gyoku (~> 1.0)
105
+ httpclient (~> 2.2, >= 2.2.0.2)
106
+ logging (>= 1.6.1, < 3.0)
107
+ nori (~> 2.0)
108
+ rubyntlm (~> 0.4.0)
109
+ uuidtools (~> 2.1.2)
110
+ winrm-fs (0.2.3)
111
+ erubis (~> 2.7)
112
+ logging (~> 1.6, >= 1.6.1)
113
+ rubyzip (~> 1.1)
114
+ winrm (~> 1.3.0)
115
+
116
+ PLATFORMS
117
+ ruby
118
+
119
+ DEPENDENCIES
120
+ rake
121
+ rspec-core (~> 2.12.2)
122
+ rspec-expectations (~> 2.12.1)
123
+ rspec-mocks (~> 2.12.1)
124
+ vagrant!
125
+ vagrant-vcloudair!
126
+
127
+ BUNDLED WITH
128
+ 1.10.6
data/README.md CHANGED
@@ -1,39 +1,30 @@
1
- [Vagrant](http://www.vagrantup.com) provider for [VMware vCloud Air®](http://vcloud.vmware.com) [![Gem Version](https://badge.fury.io/rb/vagrant-vcloudair.svg)](http://badge.fury.io/rb/vagrant-vcloudair) [![Code Climate](https://codeclimate.com/github/gosddc/vagrant-vcloudair/badges/gpa.svg)](https://codeclimate.com/github/gosddc/vagrant-vcloudair)
2
- =============
3
-
4
- ### Version 0.5.0 doesn't work with Vagrant 1.6.5+, please upgrade to v0.5.1 (see upgrade instructions below)
5
-
1
+ # [Vagrant](http://www.vagrantup.com) provider for [VMware vCloud Air®](http://vcloud.vmware.com) [![Gem Version](https://badge.fury.io/rb/vagrant-vcloudair.svg)](http://badge.fury.io/rb/vagrant-vcloudair) [![Code Climate](https://codeclimate.com/github/gosddc/vagrant-vcloudair/badges/gpa.svg)](https://codeclimate.com/github/gosddc/vagrant-vcloudair) [![Join the chat at https://gitter.im/frapposelli/vagrant-vcloudair](https://badges.gitter.im/frapposelli/vagrant-vcloudair.svg)](https://gitter.im/frapposelli/vagrant-vcloudair?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
+ ## Version 0.5.0 doesn't work with Vagrant 1.6.5+, please upgrade to v0.5.1 (see upgrade instructions below)
6
3
  We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.com/gosddc) you can use them directly or you can roll your own as you please, make sure to install VMware tools in it.
7
4
 
8
- This plugin supports the universal [```vmware_ovf``` box format](https://github.com/gosddc/packer-post-processor-vagrant-vmware-ovf/wiki/vmware_ovf-Box-Format), that is 100% portable between [vagrant-vcloud](https://github.com/frapposelli/vagrant-vcloud), [vagrant-vcenter](https://github.com/gosddc/vagrant-vcenter) and [vagrant-vcloudair](https://github.com/gosddc/vagrant-vcloudair), no more double boxes!.
5
+ This plugin supports the universal [`vmware_ovf` box format](https://github.com/gosddc/packer-post-processor-vagrant-vmware-ovf/wiki/vmware_ovf-Box-Format), that is 100% portable between [vagrant-vcloud](https://github.com/frapposelli/vagrant-vcloud), [vagrant-vcenter](https://github.com/gosddc/vagrant-vcenter) and [vagrant-vcloudair](https://github.com/gosddc/vagrant-vcloudair), no more double boxes!.
9
6
 
10
7
  If you're unsure about what are the correct network settings for your Vagrantfile make sure to check out the [Network Deployment Options](https://github.com/gosddc/vagrant-vcloudair/wiki/Network-Deployment-Options) wiki page.
11
8
 
12
9
  Check the full releases changelog [here](../../releases)
13
10
 
14
- Install
15
- -------------
16
-
11
+ ## Install
17
12
  Latest version can be easily installed by running the following command:
18
13
 
19
- ```vagrant plugin install vagrant-vcloudair```
14
+ `vagrant plugin install vagrant-vcloudair`
20
15
 
21
16
  Vagrant will download all the required gems during the installation process.
22
17
 
23
- After the install has completed a ```vagrant up --provider=vcloudair``` will trigger the newly installed provider.
24
-
25
- Upgrade
26
- -------------
18
+ After the install has completed a `vagrant up --provider=vcloudair` will trigger the newly installed provider.
27
19
 
20
+ ## Upgrade
28
21
  If you already have vagrant-vcloudair installed you can update to the latest version available by issuing:
29
22
 
30
- ```vagrant plugin update vagrant-vcloudair```
23
+ `vagrant plugin update vagrant-vcloudair`
31
24
 
32
25
  Vagrant will take care of the upgrade process.
33
26
 
34
- Configuration
35
- -------------
36
-
27
+ ## Configuration
37
28
  Here's a sample Vagrantfile that builds a docker host on vCloud Air and starts a Wordpress container on port 80, make sure you replace the placeholders with your own values.
38
29
 
39
30
  ```ruby
@@ -75,7 +66,7 @@ Vagrant.configure('2') do |config|
75
66
  # Go through nodes and configure each of them.
76
67
  nodes.each do |node|
77
68
  config.vm.define node[:hostname] do |node_config|
78
- # Set the box we're using
69
+ # Set the box we're using
79
70
  node_config.vm.box = node[:box]
80
71
  # Set the hostname for the box
81
72
  node_config.vm.hostname = node[:hostname]
@@ -95,14 +86,8 @@ end
95
86
 
96
87
  For additional documentation on different network setups with vCloud Director, check the [Network Deployment Options](../../wiki/Network-Deployment-Options) Wiki page
97
88
 
98
- Contribute
99
- -------------
100
-
89
+ ## Contribute
101
90
  What is still missing:
102
-
103
91
  - TEST SUITES! (working on that).
104
92
  - Permission checks, make sure you have at least Catalog Admin privileges if you want to upload boxes to vCloud.
105
93
  - Some spaghetti code here and there.
106
-
107
- If you're a developer and want to lend us a hand, head over to our ```develop``` branch and send us PRs!
108
-
@@ -0,0 +1,17 @@
1
+ require 'rubygems'
2
+ require 'bundler/setup'
3
+ require 'rspec/core/rake_task'
4
+
5
+ # Immediately sync all stdout so that tools like buildbot can
6
+ # immediately load in the output.
7
+ $stdout.sync = true
8
+ $stderr.sync = true
9
+
10
+ # Change to the y of this file.
11
+ Dir.chdir(File.expand_path('../', __FILE__))
12
+
13
+ Bundler::GemHelper.install_tasks
14
+
15
+ RSpec::Core::RakeTask.new
16
+
17
+ task :default => 'spec'
@@ -124,10 +124,11 @@ module VagrantPlugins
124
124
  # Instantiate the proper version driver for vCloud Air
125
125
  @logger.debug("Finding driver for vCloud Air version: #{@version}")
126
126
  driver_map = {
127
- '5.1' => Version_5_1,
128
- '5.5' => Version_5_1,
129
- '5.6' => Version_5_1,
130
- '5.7' => Version_5_1
127
+ '5.1' => Version_5_1,
128
+ '5.5' => Version_5_1,
129
+ '5.6' => Version_5_1,
130
+ '5.7' => Version_5_1,
131
+ '11.0' => Version_5_1
131
132
  }
132
133
 
133
134
  if @version.start_with?('0.9') ||
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VCloudAir
3
- VERSION = '0.5.2'
3
+ VERSION = '0.5.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vcloudair
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rapposelli
@@ -9,174 +9,174 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-10 00:00:00.000000000 Z
12
+ date: 2016-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ~>
19
19
  - !ruby/object:Gem::Version
20
20
  version: 0.6.4
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
27
  version: 0.6.4
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: log4r
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: 1.1.10
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: 1.1.10
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: nokogiri
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ~>
47
47
  - !ruby/object:Gem::Version
48
48
  version: '1.6'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: '1.6'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: httpclient
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - ~>
61
61
  - !ruby/object:Gem::Version
62
62
  version: 2.3.4.1
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ~>
68
68
  - !ruby/object:Gem::Version
69
69
  version: 2.3.4.1
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: ruby-progressbar
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - "~>"
74
+ - - ~>
75
75
  - !ruby/object:Gem::Version
76
76
  version: 1.1.1
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - "~>"
81
+ - - ~>
82
82
  - !ruby/object:Gem::Version
83
83
  version: 1.1.1
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: netaddr
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - "~>"
88
+ - - ~>
89
89
  - !ruby/object:Gem::Version
90
90
  version: 1.5.0
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - "~>"
95
+ - - ~>
96
96
  - !ruby/object:Gem::Version
97
97
  version: 1.5.0
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: awesome_print
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - ~>
103
103
  - !ruby/object:Gem::Version
104
104
  version: 1.2.0
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - ~>
110
110
  - !ruby/object:Gem::Version
111
111
  version: 1.2.0
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: terminal-table
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - "~>"
116
+ - - ~>
117
117
  - !ruby/object:Gem::Version
118
118
  version: 1.4.5
119
119
  type: :runtime
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - "~>"
123
+ - - ~>
124
124
  - !ruby/object:Gem::Version
125
125
  version: 1.4.5
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: rake
128
128
  requirement: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - ">="
130
+ - - '>='
131
131
  - !ruby/object:Gem::Version
132
132
  version: '0'
133
133
  type: :development
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ">="
137
+ - - '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: rspec-core
142
142
  requirement: !ruby/object:Gem::Requirement
143
143
  requirements:
144
- - - "~>"
144
+ - - ~>
145
145
  - !ruby/object:Gem::Version
146
146
  version: 2.12.2
147
147
  type: :development
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
- - - "~>"
151
+ - - ~>
152
152
  - !ruby/object:Gem::Version
153
153
  version: 2.12.2
154
154
  - !ruby/object:Gem::Dependency
155
155
  name: rspec-expectations
156
156
  requirement: !ruby/object:Gem::Requirement
157
157
  requirements:
158
- - - "~>"
158
+ - - ~>
159
159
  - !ruby/object:Gem::Version
160
160
  version: 2.12.1
161
161
  type: :development
162
162
  prerelease: false
163
163
  version_requirements: !ruby/object:Gem::Requirement
164
164
  requirements:
165
- - - "~>"
165
+ - - ~>
166
166
  - !ruby/object:Gem::Version
167
167
  version: 2.12.1
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: rspec-mocks
170
170
  requirement: !ruby/object:Gem::Requirement
171
171
  requirements:
172
- - - "~>"
172
+ - - ~>
173
173
  - !ruby/object:Gem::Version
174
174
  version: 2.12.1
175
175
  type: :development
176
176
  prerelease: false
177
177
  version_requirements: !ruby/object:Gem::Requirement
178
178
  requirements:
179
- - - "~>"
179
+ - - ~>
180
180
  - !ruby/object:Gem::Version
181
181
  version: 2.12.1
182
182
  description: Enables Vagrant to manage machines with VMware vCloud® Air™.
@@ -187,11 +187,13 @@ executables: []
187
187
  extensions: []
188
188
  extra_rdoc_files: []
189
189
  files:
190
- - ".gitignore"
191
- - ".rubocop.yml"
190
+ - .gitignore
191
+ - .rubocop.yml
192
192
  - Gemfile
193
+ - Gemfile.lock
193
194
  - LICENSE
194
195
  - README.md
196
+ - Rakefile
195
197
  - lib/vagrant-vcloudair.rb
196
198
  - lib/vagrant-vcloudair/action.rb
197
199
  - lib/vagrant-vcloudair/action/announce_ssh_exec.rb
@@ -248,17 +250,17 @@ require_paths:
248
250
  - lib
249
251
  required_ruby_version: !ruby/object:Gem::Requirement
250
252
  requirements:
251
- - - ">="
253
+ - - '>='
252
254
  - !ruby/object:Gem::Version
253
255
  version: '0'
254
256
  required_rubygems_version: !ruby/object:Gem::Requirement
255
257
  requirements:
256
- - - ">="
258
+ - - '>='
257
259
  - !ruby/object:Gem::Version
258
260
  version: '0'
259
261
  requirements: []
260
262
  rubyforge_project:
261
- rubygems_version: 2.0.14
263
+ rubygems_version: 2.4.8
262
264
  signing_key:
263
265
  specification_version: 4
264
266
  summary: VMware vCloud® Air™ provider