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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 533746f3d51a5168bae1eb100bdf0305e04573da
|
4
|
+
data.tar.gz: 05f0080ffa86c506599c7ba6493f2f7786e9fdad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
data/lib/vagrant-mcs/version.rb
CHANGED
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.
|
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:
|
data/vagrant-mcs-0.8.4.gem
DELETED
Binary file
|