vagrant-mcs 0.8.5 → 0.8.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfd19155ec841939dae2bfe5a0d0aa973933483a
4
- data.tar.gz: ef3d78b6e99317d4529691a03225db4abfa018b1
3
+ metadata.gz: 533746f3d51a5168bae1eb100bdf0305e04573da
4
+ data.tar.gz: 05f0080ffa86c506599c7ba6493f2f7786e9fdad
5
5
  SHA512:
6
- metadata.gz: f9c5dfc0657efaef5499a598c9231a359f319918b0982dbb3df2e68097e585949030860566c9a68a0dd7a31aaf118aa53ffc8ef15d38413aca91f6d25aae081e
7
- data.tar.gz: 12a3793b9a97dd3648cbebf9bce945d44b8629ddd9f51022d58ea0fcb4be643307d20b2637c4b61ce6ee980edd0cb765df031622b890f6cbe07cd7b2311b238a
6
+ metadata.gz: 22de8b5e183c9fcafe905fb40cf1f9a8e3840c1b4358b9815efc750bd8078c324932d5ed804cf0705f6442f27d4a80f4650a7e5ed329923d9ddd51f40bc44546
7
+ data.tar.gz: 9ea5fcbda80d4662514d15f2717ae95d70dd11095becffd25ef867b7ab21ce18fd9e1cb52861471b7d0184021a1860c3952d88ba099ad929fbfad1e657c6d6fe
@@ -21,8 +21,9 @@ module VagrantPlugins
21
21
  return nil if machine.id.nil?
22
22
 
23
23
  # Find the machine
24
- puts "machine id: #{machine.id}"
25
- server = mcs.describe_instances(machine.id)
24
+ puts "ssh machine id: #{machine.id}"
25
+ puts "ssh env machine id: #{env[:machine].id}"
26
+ server = mcs.describe_instances(env[:machine].id)
26
27
  #server = mcs.servers.get(machine.id)
27
28
  if server.nil?
28
29
  # The machine can't be found
@@ -126,6 +126,7 @@ module VagrantPlugins
126
126
 
127
127
  # Immediately save the ID since it is created at this point.
128
128
  env[:machine].id = server['instanceId']
129
+ #puts "created machine id: #{machine.id}"
129
130
 
130
131
  # Wait for the instance to be ready first
131
132
  env[:metrics]["instance_ready_time"] = Util::Timer.time do
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module MCS
3
- VERSION = '0.8.5'
3
+ VERSION = '0.8.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-mcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - yangchangsheng
@@ -145,7 +145,6 @@ files:
145
145
  - spec/vagrant-aws/config_spec.rb
146
146
  - templates/metadata.json.erb
147
147
  - templates/vagrant-aws_package_Vagrantfile.erb
148
- - vagrant-mcs-0.8.4.gem
149
148
  - vagrant-mcs.gemspec
150
149
  homepage: http://www.vagrantup.com
151
150
  licenses:
Binary file