vagrant-skytap 0.1.10 → 0.1.11

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: 4a0d73269cdf26214ab9f769b44e19bbf1fa5f87
4
- data.tar.gz: f09ff2293fd4528d789cbf6ee1a2ac460ada1702
3
+ metadata.gz: 6898194d6dcdf6ccc89dcba1e02a441e4262ba1a
4
+ data.tar.gz: b7f877591cc2d209443f9e0ef4c06fff265515bd
5
5
  SHA512:
6
- metadata.gz: 6d18a4c951872daabea1b23b51fdff6a716d5b6c60a5ac1bf9bbd44a6a95b60e1ff55e3ba1b65740e5b4ca169b734d8320c09ac5352c4b668d7aa1c956cec4ee
7
- data.tar.gz: 015ccc8280a7eff8154a8ec98c64038411205e3d1dc8c16da9b7d2b1e02a19855ef5dd63d01f3860b354cad7f03116a9299adc5e7fb8d82ea25300f36f1d044d
6
+ metadata.gz: 2ef67a6a2c5bbdfcf088a0b9d2ff80966df2018b08c7e90bde42139a902a3de7ccc1fd5b22c8eaae76abe5b6a1b3a4e1f867ebda6961f2ac245a41c7da3e5376
7
+ data.tar.gz: beb9539902e8e1651f90a61e10659710ef40154e066a8b7acb712d1ed3dd1eed778c448b6bfd50009f17b39d5199e7fa5c8ff70237165dd89743e11104603b46
data/.byebug_history CHANGED
@@ -1,256 +1,33 @@
1
1
  c
2
- $!
3
- up
4
- finish
5
- @adapter
6
- n
7
- s
8
- n
9
- c
10
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", 'zzz', "-o", "comm")
11
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", '0', "-o", "comm")
12
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", 'zzz', "-o", "comm")
13
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", 'zzz', "-o", "comm").stderr
14
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", '2222', "-o", "comm").stderr
15
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", '2222', "-o", "comm")
16
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", '22222', "-o", "comm")
17
- foo.split("\n").last
18
- foo.split("\n")
19
- foo.split('\n')
20
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", pid.to_s, "-o", "comm").stdout
21
- foo.stdout.split("\n").last =~ /^autossh\b/
22
- foo.stdout.split("\n").last =~ /^ftail\b/
23
- foo.stdout.split("\n").last =~ /^tail\b/
24
- foo.stdout.split("\n").last
25
- foo.stderr
26
- foo.stdout.split("\n").last
27
- foo.stdout.split("\n")
28
- foo.stdout.split('\n')
29
- foo.stdout
30
- puts foo.stdout
31
- foo.stdout
32
- foo.to_s
33
- foo.read
34
- foo
35
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", pid.to_s, "-o", "args")
36
- foo = Vagrant::Util::Subprocess.execute("ps", "-p", pid, "-o", "args")
37
- foo.read
38
- foo.read.to_s
39
- puts foo.read
40
- puts foo
41
- foo.read
42
- foo = IO.popen('ps -a')
43
- IO.popen('ps -a')
44
- s
45
- n
46
- c
47
- Sys::ProcTable
48
- Process.kill 0, 999
49
- Process.kill 0, pid
50
- pid
51
- s
52
- n
53
- c
54
- $!
55
- s
56
- pid
57
- n
58
- pidfile.class
59
- pidfile.inspect
60
- n
61
- pidfile.class
62
- c
63
- finish
64
- s
65
- pidfile
66
- c
67
- $!
68
- n
69
- pidfiles
70
- s
71
- n
72
- read_pidfiles
73
- c
74
- read_pidfiles
75
- q
76
- c
77
- n
78
- Dir.glob('*')
79
- Dir[File.join('~etrue')]
80
- Dir[File.join('~etrue', '.rbenv')]
81
- Dir[File.join('~etrue', '.rbenv')].glob("r*")
82
- Dir['~etrue'].glob("r*")
83
- Dir['~etrue'].glob("*.*")
84
- Dir.glob("*.pid")
85
- Dir.glob("*")
86
- Dir.chdir(@env[:machine].data_dir)
87
- Dir.glob("*")
88
- d.glob("*")
89
- puts d
90
- d = Dir.new(@env[:machine].data_dir)
91
- Dir.new(@env[:machine].data_dir).glob
92
- Dir(@env[:machine].data_dir).glob
93
- Dir
94
- @env[:machine].data_dir
95
- c
96
- @env[:forwarded_ports]
97
- message_attributes
98
- port_info[:fp].guest_port
99
- port_info.guest_port
100
- port_info[:fp]
101
- port_info.keys
102
- c
103
- n
104
- c
105
- n
106
- finish
107
- c
108
- autossh_args << "#{ssh_info[:username]}@#{ssh_info[:host]}"
109
- autossh_args.pop
110
- autossh_args
111
- n
112
- ssh_info
113
- c
114
- n
115
- c
116
- port_info[:guestip] = env_hash[:nfs_machine_ip]
117
- port_info
118
- port
119
- env_hash[:nfs_host_ip]
120
- env_hash[:nfs_machine_ip]
121
- env_hash.keys
122
- c
123
- env_hash[:nfs_machine_ip]
124
- env_hash[:nfs_host_ip]
125
- env_hash.keys
126
- ssh_info
127
- port_info
128
- c
129
- port_info
2
+ args
3
+ args.last[:env].merge!("AUTOSSH_LOGFILE" => "/Users/bubbbbbba/autossh.log")
4
+ args.last[:env]
5
+ args
6
+ args[:env]
130
7
  c
131
- ssh_info
132
8
  n
133
- s
134
- c 111
9
+ fp
135
10
  n
136
- s
137
- c 87
138
- c
139
- port[:guestport] == 22 && port[:hostport] == 2222
140
- port.inspect
141
- port
142
- c
143
- port.inspect
144
- port[:guestport] == 22 && port[:hostport] == 2222
145
- c
11
+ process.pid
12
+ io_data
146
13
  n
147
- machine.data_dir.join("private_key")
14
+ process.stdout.read
148
15
  n
149
- ssh_info
150
- c
151
- @env.keys
152
- up
153
- ssh_info
154
- c
155
- @env[:machine_ssh_info]
156
- @env.keys
157
- @env
158
- up
159
- env
160
- @env
161
- @en
162
- c
163
- ssh_info
164
- c
165
- env.keys
166
- env.machine
167
- env
168
- env[:machine]
169
- s
170
- pidfile_name(port_info, env)
171
- c
172
- $!
16
+ process.exit_code
173
17
  n
174
- port_info.reject{|k,v|k==:interface}
175
- port_info.keys
176
- port_info
177
- c
178
- HostDarwin::Cap::SSHTunnel
18
+ @options
19
+ @options.delete(nil)
20
+ @options[nil]
21
+ @options
22
+ @options[:env].merge!("AUTOSSH_LOGFILE" => "/blah")
23
+ @options
24
+ @options[:env["AUTOSSH_LOGFILE"]] = "/blah"
25
+ @options
179
26
  n
180
- Dir.pwd
181
- c
182
- require_relative "command/publish_url/root"
183
- Dir.pwd
184
- c
185
- require_relative "command/publish_url/root"
186
- Dir.pwd
187
- c
188
- ::Skytap::Cap
189
- ::Cap
190
- Skytap::Cap
191
- Cap::SSHTunnel
192
- Dir.pwd
193
- pwd
194
- require_relative "hosts/darwin/cap/ssh_tunnel"
195
27
  finish
196
- cap_name
197
- cap_nae
198
- caps.keys
199
- caps
200
- c 170
201
- n
202
28
  s
203
29
  c
204
- $!
205
- n
206
- cap_name
207
- s
208
- @env[:host].capability(:start_ssh_tunnel, port)
30
+ config.vm.networks.count
209
31
  c
210
- @env[:host].capability(:start_ssh_tunnel, port)
211
- c
212
- @env[:host]
213
- @env[:host].capabilities
214
- @env[:host].capability
215
- port
216
- @env[:host].capability(:start_ssh_tunnel, port)
217
- c
218
- @env[:host].capability(:start_ssh_tunnel)
219
- @env[:host].capability(:foo)
220
- @env[:host].capability
221
- @env[:host]
222
- @env.keys
223
- c
224
- puts $!.backtrace
225
- $!
226
- c
227
- s
228
- port
229
- c 87
230
- c 85
231
- n
232
- interface.vpn_nat_addresses
233
- n
234
- fp
235
- s
236
- ap interfaces.collect(&:attrs)
237
- ap interfaces
238
- require 'ap'
239
- ap interfaces
240
- n
241
- s
242
- n
243
- c
244
- ChildProcess
245
- q
246
- c
247
- finish
248
- @env.active_machines.collect(&:last).uniq.count > 1
249
- @env.active_machines.collect(&:last).uniq
250
- @env.active_machines.collect(&:last)
251
- @env.active_machines
252
- name
253
- n
254
- entry
255
- @env.machine_names
256
- finish
32
+ @env[:machine].name
33
+ @env[:forwarded_ports]
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.1.11 (December 22, 2015)
2
+
3
+ * Fix breakage caused by fix to --provision-with argument in Vagrant 1.8.0
4
+ (Vagrant GH-5139).
5
+
1
6
  # 0.1.10 (December 21, 2015)
2
7
 
3
8
  * Update README/CHANGELOG.
@@ -54,7 +54,7 @@ module VagrantPlugins
54
54
  return if !argv
55
55
 
56
56
  # Validate the provisioners
57
- validate_provisioner_flags!(options)
57
+ validate_provisioner_flags!(options, argv)
58
58
 
59
59
  # Go over each VM and bring it up
60
60
  @logger.debug("'Up' each target VM...")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Skytap
3
- VERSION = "0.1.10"
3
+ VERSION = "0.1.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-skytap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Astete
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-21 00:00:00.000000000 Z
11
+ date: 2015-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json_pure
@@ -114,12 +114,10 @@ executables: []
114
114
  extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
- - autossh.log
118
117
  - boxes/empty.box
119
118
  - boxes/metadata.json
120
119
  - boxes/README.md
121
120
  - CHANGELOG.md
122
- - eng-10369.diff
123
121
  - Gemfile
124
122
  - lib/vagrant-skytap/action/add_vm_to_environment.rb
125
123
  - lib/vagrant-skytap/action/create_environment.rb
@@ -255,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
255
253
  version: 1.3.6
256
254
  requirements: []
257
255
  rubyforge_project: vagrant-skytap
258
- rubygems_version: 2.0.14.1
256
+ rubygems_version: 2.0.14
259
257
  signing_key:
260
258
  specification_version: 4
261
259
  summary: Enables Vagrant to manage Skytap machines.