vagrant-multiprovider-snap 0.0.10 → 0.0.11

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: 4d5a319df594314a1caed509fb42dbf244bf88b1
4
- data.tar.gz: 930c0e291f896503bf3c8bb1dadfdb05f5332b1d
3
+ metadata.gz: cc2a043450ab4350c0d45503dfc522de033e2141
4
+ data.tar.gz: 61872d1d00b817b1625abe20d37f5174f2c9dfba
5
5
  SHA512:
6
- metadata.gz: a3355d1f4e185d0181c3090594fa92e66d7e8d37b1174da0e223376b4919370f2cacf5c7356bbdf8954528fc0e9e53aedb6bead8ccc7c290b1f35a357fa2fbc0
7
- data.tar.gz: 4634830d07fde3105cf4db55387836a95ef3bba9526478feb85ddc3406f897f1e260d36115bde62601fcd772ac11645a437383e1fb56975fad9b166821b135f7
6
+ metadata.gz: 361ed7cc56cf1f7b4332c6d21308204387c48af1052f8b1af95673eac991e6a996ccb83a492eed9a2c727cdf650c1456eb5b21ee418a141b8809328b01b11a93
7
+ data.tar.gz: 88020e159880b6f1207ea52ae609ce3639cb39d5022bd86adebf6aa34e73fcf465511618dcaac153364950120b56a7986f74f52afb820922046a8a2bb93d9a1d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.11 (April 28, 2014)
2
+
3
+ - Wait for SSH readiness on rolled-back VMWare VMs
4
+
1
5
  ## 0.0.10 (April 6, 2014)
2
6
 
3
7
  - Force autoloading of VMWare module before overriding its methods
data/README.md CHANGED
@@ -60,9 +60,7 @@ Vagrant install in order to get access to the rgloader libraries.
60
60
  ```
61
61
  git clone git@github.com:scalefactory/vagrant-multiprovider-snap.git
62
62
  cd vagrant-multiprovider-snap
63
- cp ~/.vagrant.d/license-vagrant-vmware-fusion.lic .
64
63
  bundle install
65
- bundle install --deployment
66
64
  ```
67
65
 
68
66
  You should now find that ```bundle exec vagrant status``` returns correctly,
@@ -32,6 +32,7 @@ module HashiCorp
32
32
  b2.use Call, HasSnapshot do |env2, b3|
33
33
  if env2[:result]
34
34
  b3.use SnapshotRollback
35
+ b3.use WaitForCommunicator, [:restoring, :running]
35
36
  else
36
37
  b3.use MessageSnapshotNotCreated
37
38
  end
@@ -32,6 +32,7 @@ module HashiCorp
32
32
  b2.use Call, HasSnapshot do |env2, b3|
33
33
  if env2[:result]
34
34
  b3.use SnapshotRollback
35
+ b3.use WaitForCommunicator, [:restoring, :running]
35
36
  else
36
37
  b3.use MessageSnapshotNotCreated
37
38
  end
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Snap
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-multiprovider-snap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Topper
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-06 00:00:00.000000000 Z
11
+ date: 2014-04-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Multi-provider snapshots for Vagrant
14
14
  email: