vagrant-vcloud 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/vagrant-vcloud/plugin.rb +3 -2
- data/lib/vagrant-vcloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d409f772009c8b3517d9154f8605701a941fbe77
|
|
4
|
+
data.tar.gz: ece215777352bc57e41fcda9b86a6edf17cfea44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
24
|
-
|
|
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
|
|
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.
|
|
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-
|
|
12
|
+
date: 2014-09-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|