vagrant-vcloud 0.4.1 → 0.4.2

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: e1c0bf0f48d1c3e7bd352126b15f4a938ca0fc08
4
- data.tar.gz: af36799b2352b3eeb67a302ef468c5868be973ef
3
+ metadata.gz: d409f772009c8b3517d9154f8605701a941fbe77
4
+ data.tar.gz: ece215777352bc57e41fcda9b86a6edf17cfea44
5
5
  SHA512:
6
- metadata.gz: 728cc1f80d48c88fd71be8a1d0ff933c91e48d056409a7fcc70355f59b313af7667c298397d7d7accfc90a74a78bc522c9cfc08ead7c7877de90696deb831349
7
- data.tar.gz: 3600a3156cccad0832c40da6c59e8c0a271887aa2070051e6110c3afab8f1af9ee97c98863a32d4ceb75f08d61f8dd51515ff66fc003c5d498135a24772074e5
6
+ metadata.gz: cb00ef18f488618b4f5fe971c5c4730f332c435f700731498d3ac0060986112d63524da9fa606e433c29ae3f548d24b0da7a3df408ca866381b3d47512d8d949
7
+ data.tar.gz: 10426258bd629cc72b55c79b198c29bf4570b580f96335f4d3d403bc49544a7d25710819c77cc25049b655ceeb7f288275c1b19473340f31f252b39e7ccac8fd
data/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
2
2
  =============
3
3
 
4
- [Version 0.4.1](../../releases/tag/v0.4.1) has been released!
4
+ [Version 0.4.2](../../releases/tag/v0.4.2) has been released!
5
5
  -------------
6
6
 
7
7
  Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
8
8
 
9
9
  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.
10
10
 
11
+ Starting from [version 0.4.2](../../releases/tag/v0.4.2), 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!.
12
+
11
13
  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/frapposelli/vagrant-vcloud/wiki/Network-Deployment-Options) wiki page.
12
14
 
13
15
  Check the full releases changelog [here](../../releases)
@@ -20,8 +20,9 @@ module VagrantPlugins
20
20
  Config
21
21
  end
22
22
 
23
- provider(:vcloud) do
24
- # TODO: add logging
23
+ # We provide support for multiple box formats, including the new standard
24
+ # 'vmware_ovf' and the legacy 'vcloud' and 'vcenter'.
25
+ provider(:vcloud, box_format: %w[vmware_ovf vcloud vcenter]) do
25
26
  setup_logging
26
27
  setup_i18n
27
28
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VCloud
3
- VERSION = '0.4.1'
3
+ VERSION = '0.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Rapposelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-08 00:00:00.000000000 Z
12
+ date: 2014-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n