vagrant-vcloud 0.3.0 → 0.3.1

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: ffdaef92decaf313b306add8bc6f4809fd96aa10
4
- data.tar.gz: 7a92c5b464e12b4c1a00b0d61288eb1967f23e61
3
+ metadata.gz: 377aff5a6fcd7aa53aeb8a1c07c6ea0814a768ee
4
+ data.tar.gz: 663ad5f16d5dc1bd1a66bc91b9779c406e604b07
5
5
  SHA512:
6
- metadata.gz: 8823a60a23a6426b230abc79d99e2765f29a1bb173a135aa7a85a684288c4b91c844d2db340cfedb0c9913723972c86719610098af67985b631e8cf0f3771b4b
7
- data.tar.gz: cf31bea829c6972bfcf5ef88b50333cec048bf9b50931f8576306b31fed4fd1ab320a2c482c54771332042e7856fdcca16c6d692fa90d5a3455b5316b97e7b4d
6
+ metadata.gz: 41d434f6cd5704e662edd1ac2f68d75d883fb7486559018e0a55b2a1e64ddd7dfc1fcbaf9fc921e78dfb7186eb082859eb17a1112b6170968c56b438733925fc
7
+ data.tar.gz: 142935eac15c311473c27eb829358afe4340551e2c4e8cd4a7ca4ea2d47bf82590716c0fa43dbb1e447fba6ef9058b3f969046a0ab0a6a905f4c348255743517
data/README.md CHANGED
@@ -1,16 +1,20 @@
1
1
  [Vagrant](http://www.vagrantup.com) provider for VMware vCloud Director®
2
2
  =============
3
3
 
4
- [Version 0.3.0](https://github.com/frapposelli/vagrant-vcloud/releases/tag/v0.3.0) has been released!
4
+ [Version 0.3.1](https://github.com/frapposelli/vagrant-vcloud/releases/tag/v0.3.1) 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
  Right now a [Precise32](http://vagrant.tsugliani.fr/precise32.box) is available for use, or you can roll your own as you please, make sure to install VMware tools in it.
10
10
 
11
+ Features of Version 0.3.1 are:
12
+
13
+ - Small hotfix to include "preRunning" condition when using vCloud Director 5.5 [Issue #44]
14
+
11
15
  Features of Version 0.3.0 are:
12
16
 
13
- A substantial release, major kudos to Stefan Scherer who submitted some substantious PRs!
17
+ A substantial release, major kudos to [Stefan Scherer](https://github.com/StefanScherer) who submitted some substantious PRs!
14
18
 
15
19
  - Added support for port mapping at the Organization Edge Gateway.
16
20
  - Added a new configuration options ```vapp_prefix``` to change vApp prefix (defaults to Vagrant).
@@ -42,7 +46,7 @@ Features of Version 0.2.0 are:
42
46
 
43
47
  Features of Version 0.1.2 are:
44
48
 
45
- - Fix ssh_key array for the sync_folder [ISSUE #30 thanks @JMG-OICR]
49
+ - Fix ssh_key array for the sync_folder [ISSUE #30 thanks [@JMG-OICR](https://github.com/JMG-OICR)]
46
50
 
47
51
  Features of Version 0.1.1 are:
48
52
 
@@ -1700,7 +1700,7 @@ module VagrantPlugins
1700
1700
  @logger.debug(
1701
1701
  "Evaluating taskid: #{task_id}, current status #{task[:status]}"
1702
1702
  )
1703
- break if task[:status] != 'running'
1703
+ break if !['queued','preRunning','running'].include?(task[:status])
1704
1704
  sleep 5
1705
1705
  end
1706
1706
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VCloud
3
- VERSION = '0.3.0'
3
+ VERSION = '0.3.1'
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.3.0
4
+ version: 0.3.1
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-04-30 00:00:00.000000000 Z
12
+ date: 2014-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n