vagrant-skytap 0.1.11 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (342) hide show
  1. checksums.yaml +4 -4
  2. data/.byebug_history +242 -19
  3. data/CHANGELOG.md +9 -0
  4. data/README.md +30 -8
  5. data/Vagrantfile.rej +83 -0
  6. data/_patches-20160112/0 +388 -0
  7. data/_patches-20160112/1 +82 -0
  8. data/_patches-20160112/2 +239 -0
  9. data/_patches-20160112/COMPLETED-ABOVE-THIS-LINE +4 -0
  10. data/_patches-20160112/COMPLETED-BELOW-THIS-LINE +4 -0
  11. data/_patches-20160112/CR-ABOVE-THIS-LINE +4 -0
  12. data/_patches-20160112/CR-BELOW-THIS-LINE +4 -0
  13. data/_patches-20160112/WIP-ABOVE-THIS-LINE +4 -0
  14. data/_patches-20160112/WIP-BELOW-THIS-LINE +4 -0
  15. data/_patches-20160112/acceptance-test-runner +29 -0
  16. data/_patches-20160112/ansible-1 +92 -0
  17. data/_patches-20160112/cache-api-client-in-up +40 -0
  18. data/_patches-20160112/dead-code-in-actions +44 -0
  19. data/_patches-20160112/debug-changes +42 -0
  20. data/_patches-20160112/demo-rails-app +1276 -0
  21. data/_patches-20160112/eng-10166-halt-spec +40 -0
  22. data/_patches-20160112/eng-10256 +527 -0
  23. data/_patches-20160112/eng-10256-2 +162 -0
  24. data/_patches-20160112/eng-10256-ubuntu-testing +88 -0
  25. data/_patches-20160112/eng-10269-test-stuff +87 -0
  26. data/_patches-20160112/eng-10269-wtf +119 -0
  27. data/_patches-20160112/eng-10369 +143 -0
  28. data/_patches-20160112/eng-10369-tmp +60 -0
  29. data/_patches-20160112/eng-10919 +56 -0
  30. data/_patches-20160112/eng-11177-fix-actions-requires +44 -0
  31. data/_patches-20160112/eng-11442 +4 -0
  32. data/_patches-20160112/eng-11616 +403 -0
  33. data/_patches-20160112/eng-11616-2 +67 -0
  34. data/_patches-20160112/eng-11616-actual +184 -0
  35. data/_patches-20160112/eng-11625a +4 -0
  36. data/_patches-20160112/eng-11711 +85 -0
  37. data/_patches-20160112/eng-12232-command-spec +236 -0
  38. data/_patches-20160112/eng-12235 +83 -0
  39. data/_patches-20160112/eng-12235-override-refactor +140 -0
  40. data/_patches-20160112/eng-12240 +103 -0
  41. data/_patches-20160112/eng-12249 +40 -0
  42. data/_patches-20160112/eng-12301 +50 -0
  43. data/_patches-20160112/eng-12843 +95 -0
  44. data/_patches-20160112/env-source +112 -0
  45. data/_patches-20160112/frickin-vagrant-spec +163 -0
  46. data/_patches-20160112/gem-pre-version +14 -0
  47. data/_patches-20160112/gems-old +9 -0
  48. data/_patches-20160112/googles-specs +713 -0
  49. data/_patches-20160112/local-configs-ignore +61 -0
  50. data/_patches-20160112/misc +79 -0
  51. data/_patches-20160112/network-unreachable +31 -0
  52. data/_patches-20160112/new-boxfile +288 -0
  53. data/_patches-20160112/parallelization-maybe +198 -0
  54. data/_patches-20160112/read-state +23 -0
  55. data/_patches-20160112/refactor-to-use-public_address-cap +25 -0
  56. data/_patches-20160112/series +60 -0
  57. data/_patches-20160112/status +12 -0
  58. data/_patches-20160112/test-move-env-data +231 -0
  59. data/_patches-20160112/test-vagrantfile-vm1 +167 -0
  60. data/_patches-20160112/the_version_in_0.1.13.pre1 +598 -0
  61. data/_patches-20160112/vagrant-spec-mock-api +137 -0
  62. data/_patches-20160112/vagrant-vmware-plugin +233 -0
  63. data/_patches-20160112/vagrantfile +403 -0
  64. data/_patches-20160112/vagrantfile-for-acceptance-tests +29 -0
  65. data/_patches-20160112/vagrantfile-for-nick +95 -0
  66. data/_patches-20160112/vagrantfiles-to-forget-what-they-are-for +134 -0
  67. data/_patches-20160112/vm-vanished +42 -0
  68. data/_patches-20160112a/01 +148 -0
  69. data/_patches-20160112a/2 +239 -0
  70. data/_patches-20160112a/COMPLETED-ABOVE-THIS-LINE +4 -0
  71. data/_patches-20160112a/COMPLETED-BELOW-THIS-LINE +4 -0
  72. data/_patches-20160112a/CR-ABOVE-THIS-LINE +4 -0
  73. data/_patches-20160112a/CR-BELOW-THIS-LINE +4 -0
  74. data/_patches-20160112a/WIP-ABOVE-THIS-LINE +4 -0
  75. data/_patches-20160112a/WIP-BELOW-THIS-LINE +4 -0
  76. data/_patches-20160112a/acceptance-test-runner +29 -0
  77. data/_patches-20160112a/ansible-1 +92 -0
  78. data/_patches-20160112a/cache-api-client-in-up +40 -0
  79. data/_patches-20160112a/dead-code-in-actions +44 -0
  80. data/_patches-20160112a/debug-changes +42 -0
  81. data/_patches-20160112a/demo-rails-app +1276 -0
  82. data/_patches-20160112a/eng-10166-halt-spec +40 -0
  83. data/_patches-20160112a/eng-10256-ubuntu-testing +88 -0
  84. data/_patches-20160112a/eng-10269-test-stuff +87 -0
  85. data/_patches-20160112a/eng-10269-wtf +119 -0
  86. data/_patches-20160112a/eng-10369 +143 -0
  87. data/_patches-20160112a/eng-10369-tmp +60 -0
  88. data/_patches-20160112a/eng-10919 +56 -0
  89. data/_patches-20160112a/eng-11177-fix-actions-requires +44 -0
  90. data/_patches-20160112a/eng-11442 +4 -0
  91. data/_patches-20160112a/eng-11616 +403 -0
  92. data/_patches-20160112a/eng-11616-2 +67 -0
  93. data/_patches-20160112a/eng-11616-actual +184 -0
  94. data/_patches-20160112a/eng-11625a +4 -0
  95. data/_patches-20160112a/eng-11711 +85 -0
  96. data/_patches-20160112a/eng-12232-command-spec +236 -0
  97. data/_patches-20160112a/eng-12235 +83 -0
  98. data/_patches-20160112a/eng-12235-override-refactor +140 -0
  99. data/_patches-20160112a/eng-12240 +103 -0
  100. data/_patches-20160112a/eng-12249 +40 -0
  101. data/_patches-20160112a/eng-12301 +50 -0
  102. data/_patches-20160112a/eng-12843 +95 -0
  103. data/_patches-20160112a/env-source +112 -0
  104. data/_patches-20160112a/frickin-vagrant-spec +163 -0
  105. data/_patches-20160112a/gem-pre-version +14 -0
  106. data/_patches-20160112a/gems-old +9 -0
  107. data/_patches-20160112a/googles-specs +713 -0
  108. data/_patches-20160112a/local-configs-ignore +61 -0
  109. data/_patches-20160112a/misc +79 -0
  110. data/_patches-20160112a/network-unreachable +31 -0
  111. data/_patches-20160112a/new-boxfile +288 -0
  112. data/_patches-20160112a/parallelization-maybe +198 -0
  113. data/_patches-20160112a/read-state +23 -0
  114. data/_patches-20160112a/refactor-to-use-public_address-cap +25 -0
  115. data/_patches-20160112a/series +58 -0
  116. data/_patches-20160112a/status +14 -0
  117. data/_patches-20160112a/test-move-env-data +231 -0
  118. data/_patches-20160112a/test-vagrantfile-vm1 +167 -0
  119. data/_patches-20160112a/the_version_in_0.1.13.pre1 +612 -0
  120. data/_patches-20160112a/then-copy-the-newer-files +632 -0
  121. data/_patches-20160112a/vagrant-spec-mock-api +137 -0
  122. data/_patches-20160112a/vagrant-vmware-plugin +233 -0
  123. data/_patches-20160112a/vagrantfile +403 -0
  124. data/_patches-20160112a/vagrantfile-for-acceptance-tests +29 -0
  125. data/_patches-20160112a/vagrantfile-for-nick +95 -0
  126. data/_patches-20160112a/vagrantfiles-to-forget-what-they-are-for +134 -0
  127. data/_patches-20160112a/vm-vanished +42 -0
  128. data/_patches-20160113/COMPLETED-ABOVE-THIS-LINE +4 -0
  129. data/_patches-20160113/COMPLETED-BELOW-THIS-LINE +4 -0
  130. data/_patches-20160113/CR-ABOVE-THIS-LINE +4 -0
  131. data/_patches-20160113/CR-BELOW-THIS-LINE +4 -0
  132. data/_patches-20160113/WIP-ABOVE-THIS-LINE +4 -0
  133. data/_patches-20160113/WIP-BELOW-THIS-LINE +4 -0
  134. data/_patches-20160113/acceptance-test-runner +29 -0
  135. data/_patches-20160113/ansible-1 +92 -0
  136. data/_patches-20160113/cache-api-client-in-up +40 -0
  137. data/_patches-20160113/dead-code-in-actions +44 -0
  138. data/_patches-20160113/debug-changes +55 -0
  139. data/_patches-20160113/demo-rails-app +1276 -0
  140. data/_patches-20160113/eng-10166-halt-spec +40 -0
  141. data/_patches-20160113/eng-10256 +543 -0
  142. data/_patches-20160113/eng-10256-ubuntu-testing +88 -0
  143. data/_patches-20160113/eng-10269-test-stuff +87 -0
  144. data/_patches-20160113/eng-10269-wtf +119 -0
  145. data/_patches-20160113/eng-10369 +143 -0
  146. data/_patches-20160113/eng-10369-tmp +60 -0
  147. data/_patches-20160113/eng-10919 +56 -0
  148. data/_patches-20160113/eng-11177-fix-actions-requires +44 -0
  149. data/_patches-20160113/eng-11442 +4 -0
  150. data/_patches-20160113/eng-11616 +403 -0
  151. data/_patches-20160113/eng-11616-2 +67 -0
  152. data/_patches-20160113/eng-11616-actual +184 -0
  153. data/_patches-20160113/eng-11625a +4 -0
  154. data/_patches-20160113/eng-11711 +85 -0
  155. data/_patches-20160113/eng-12232-command-spec +236 -0
  156. data/_patches-20160113/eng-12235 +83 -0
  157. data/_patches-20160113/eng-12235-override-refactor +140 -0
  158. data/_patches-20160113/eng-12240 +103 -0
  159. data/_patches-20160113/eng-12249 +40 -0
  160. data/_patches-20160113/eng-12301 +50 -0
  161. data/_patches-20160113/eng-12720 +47 -0
  162. data/_patches-20160113/eng-12843 +95 -0
  163. data/_patches-20160113/env-source +112 -0
  164. data/_patches-20160113/frickin-vagrant-spec +163 -0
  165. data/_patches-20160113/gem-pre-version +14 -0
  166. data/_patches-20160113/gems-old +9 -0
  167. data/_patches-20160113/googles-specs +713 -0
  168. data/_patches-20160113/local-configs-ignore +61 -0
  169. data/_patches-20160113/misc +79 -0
  170. data/_patches-20160113/network-unreachable +31 -0
  171. data/_patches-20160113/new-boxfile +288 -0
  172. data/_patches-20160113/parallelization-maybe +198 -0
  173. data/_patches-20160113/read-state +23 -0
  174. data/_patches-20160113/refactor-to-use-public_address-cap +25 -0
  175. data/_patches-20160113/series +56 -0
  176. data/_patches-20160113/status +14 -0
  177. data/_patches-20160113/test-move-env-data +231 -0
  178. data/_patches-20160113/test-vagrantfile-vm1 +167 -0
  179. data/_patches-20160113/vagrant-spec-mock-api +137 -0
  180. data/_patches-20160113/vagrant-vmware-plugin +233 -0
  181. data/_patches-20160113/vagrantfile +403 -0
  182. data/_patches-20160113/vagrantfile-for-acceptance-tests +29 -0
  183. data/_patches-20160113/vagrantfile-for-nick +95 -0
  184. data/_patches-20160113/vagrantfiles-to-forget-what-they-are-for +134 -0
  185. data/_patches-20160113/vm-vanished +42 -0
  186. data/_patches-20160118/COMPLETED-ABOVE-THIS-LINE +4 -0
  187. data/_patches-20160118/COMPLETED-BELOW-THIS-LINE +4 -0
  188. data/_patches-20160118/CR-ABOVE-THIS-LINE +4 -0
  189. data/_patches-20160118/CR-BELOW-THIS-LINE +4 -0
  190. data/_patches-20160118/WIP-ABOVE-THIS-LINE +4 -0
  191. data/_patches-20160118/WIP-BELOW-THIS-LINE +4 -0
  192. data/_patches-20160118/acceptance-test-runner +29 -0
  193. data/_patches-20160118/ansible-1 +92 -0
  194. data/_patches-20160118/cache-api-client-in-up +40 -0
  195. data/_patches-20160118/dead-code-in-actions +44 -0
  196. data/_patches-20160118/debug-changes +55 -0
  197. data/_patches-20160118/demo-rails-app +1276 -0
  198. data/_patches-20160118/eng-10166-halt-spec +40 -0
  199. data/_patches-20160118/eng-10256 +554 -0
  200. data/_patches-20160118/eng-10256-cr +314 -0
  201. data/_patches-20160118/eng-10256-ubuntu-testing +88 -0
  202. data/_patches-20160118/eng-10269-test-stuff +87 -0
  203. data/_patches-20160118/eng-10269-wtf +119 -0
  204. data/_patches-20160118/eng-10369 +143 -0
  205. data/_patches-20160118/eng-10369-tmp +60 -0
  206. data/_patches-20160118/eng-10919 +56 -0
  207. data/_patches-20160118/eng-11177-fix-actions-requires +44 -0
  208. data/_patches-20160118/eng-11442 +4 -0
  209. data/_patches-20160118/eng-11616 +403 -0
  210. data/_patches-20160118/eng-11616-2 +67 -0
  211. data/_patches-20160118/eng-11616-actual +184 -0
  212. data/_patches-20160118/eng-11625a +4 -0
  213. data/_patches-20160118/eng-11711 +85 -0
  214. data/_patches-20160118/eng-12232-command-spec +236 -0
  215. data/_patches-20160118/eng-12235 +83 -0
  216. data/_patches-20160118/eng-12235-override-refactor +140 -0
  217. data/_patches-20160118/eng-12240 +103 -0
  218. data/_patches-20160118/eng-12249 +40 -0
  219. data/_patches-20160118/eng-12301 +50 -0
  220. data/_patches-20160118/eng-12720 +74 -0
  221. data/_patches-20160118/eng-12843 +95 -0
  222. data/_patches-20160118/eng-13040 +291 -0
  223. data/_patches-20160118/env-source +112 -0
  224. data/_patches-20160118/frickin-vagrant-spec +163 -0
  225. data/_patches-20160118/gem-pre-version +14 -0
  226. data/_patches-20160118/gems-old +9 -0
  227. data/_patches-20160118/googles-specs +713 -0
  228. data/_patches-20160118/local-configs-ignore +61 -0
  229. data/_patches-20160118/misc +79 -0
  230. data/_patches-20160118/network-unreachable +31 -0
  231. data/_patches-20160118/new-boxfile +288 -0
  232. data/_patches-20160118/parallelization-maybe +198 -0
  233. data/_patches-20160118/port-forwarding-processes +87 -0
  234. data/_patches-20160118/read-state +23 -0
  235. data/_patches-20160118/refactor-to-use-public_address-cap +25 -0
  236. data/_patches-20160118/series +59 -0
  237. data/_patches-20160118/status +13 -0
  238. data/_patches-20160118/test-move-env-data +231 -0
  239. data/_patches-20160118/test-vagrantfile-vm1 +167 -0
  240. data/_patches-20160118/vagrant-spec-mock-api +137 -0
  241. data/_patches-20160118/vagrant-vmware-plugin +233 -0
  242. data/_patches-20160118/vagrantfile +403 -0
  243. data/_patches-20160118/vagrantfile-for-acceptance-tests +29 -0
  244. data/_patches-20160118/vagrantfile-for-nick +95 -0
  245. data/_patches-20160118/vagrantfiles-to-forget-what-they-are-for +134 -0
  246. data/_patches-20160118/vm-vanished +42 -0
  247. data/_patches-20160118a/COMPLETED-ABOVE-THIS-LINE +4 -0
  248. data/_patches-20160118a/COMPLETED-BELOW-THIS-LINE +4 -0
  249. data/_patches-20160118a/CR-ABOVE-THIS-LINE +4 -0
  250. data/_patches-20160118a/CR-BELOW-THIS-LINE +4 -0
  251. data/_patches-20160118a/WIP-ABOVE-THIS-LINE +4 -0
  252. data/_patches-20160118a/WIP-BELOW-THIS-LINE +4 -0
  253. data/_patches-20160118a/acceptance-test-runner +29 -0
  254. data/_patches-20160118a/ansible-1 +92 -0
  255. data/_patches-20160118a/bar +189 -0
  256. data/_patches-20160118a/cache-api-client-in-up +40 -0
  257. data/_patches-20160118a/dead-code-in-actions +44 -0
  258. data/_patches-20160118a/debug-changes +55 -0
  259. data/_patches-20160118a/demo-rails-app +1276 -0
  260. data/_patches-20160118a/eng-10166-halt-spec +40 -0
  261. data/_patches-20160118a/eng-10256 +554 -0
  262. data/_patches-20160118a/eng-10256-cr +314 -0
  263. data/_patches-20160118a/eng-10256-ubuntu-testing +88 -0
  264. data/_patches-20160118a/eng-10269-test-stuff +87 -0
  265. data/_patches-20160118a/eng-10269-wtf +119 -0
  266. data/_patches-20160118a/eng-10369 +143 -0
  267. data/_patches-20160118a/eng-10369-tmp +60 -0
  268. data/_patches-20160118a/eng-10919 +56 -0
  269. data/_patches-20160118a/eng-11177-fix-actions-requires +44 -0
  270. data/_patches-20160118a/eng-11442 +4 -0
  271. data/_patches-20160118a/eng-11616 +403 -0
  272. data/_patches-20160118a/eng-11616-2 +67 -0
  273. data/_patches-20160118a/eng-11616-actual +184 -0
  274. data/_patches-20160118a/eng-11625a +4 -0
  275. data/_patches-20160118a/eng-11711 +85 -0
  276. data/_patches-20160118a/eng-12232-command-spec +236 -0
  277. data/_patches-20160118a/eng-12235 +83 -0
  278. data/_patches-20160118a/eng-12235-override-refactor +140 -0
  279. data/_patches-20160118a/eng-12240 +103 -0
  280. data/_patches-20160118a/eng-12249 +40 -0
  281. data/_patches-20160118a/eng-12301 +50 -0
  282. data/_patches-20160118a/eng-12720 +74 -0
  283. data/_patches-20160118a/eng-12843 +95 -0
  284. data/_patches-20160118a/eng-13040 +291 -0
  285. data/_patches-20160118a/env-source +112 -0
  286. data/_patches-20160118a/foo +169 -0
  287. data/_patches-20160118a/frickin-vagrant-spec +163 -0
  288. data/_patches-20160118a/gem-pre-version +14 -0
  289. data/_patches-20160118a/gems-old +9 -0
  290. data/_patches-20160118a/googles-specs +713 -0
  291. data/_patches-20160118a/guestport-madness +59 -0
  292. data/_patches-20160118a/local-configs-ignore +61 -0
  293. data/_patches-20160118a/misc +79 -0
  294. data/_patches-20160118a/network-unreachable +31 -0
  295. data/_patches-20160118a/new-boxfile +288 -0
  296. data/_patches-20160118a/parallelization-maybe +198 -0
  297. data/_patches-20160118a/port-forwarding-processes +87 -0
  298. data/_patches-20160118a/read-state +23 -0
  299. data/_patches-20160118a/refactor-to-use-public_address-cap +25 -0
  300. data/_patches-20160118a/series +62 -0
  301. data/_patches-20160118a/status +14 -0
  302. data/_patches-20160118a/test-move-env-data +231 -0
  303. data/_patches-20160118a/test-vagrantfile-vm1 +167 -0
  304. data/_patches-20160118a/vagrant-spec-mock-api +137 -0
  305. data/_patches-20160118a/vagrant-vmware-plugin +233 -0
  306. data/_patches-20160118a/vagrantfile +403 -0
  307. data/_patches-20160118a/vagrantfile-for-acceptance-tests +29 -0
  308. data/_patches-20160118a/vagrantfile-for-nick +95 -0
  309. data/_patches-20160118a/vagrantfiles-to-forget-what-they-are-for +134 -0
  310. data/_patches-20160118a/vm-vanished +42 -0
  311. data/lib/vagrant-skytap/action/clear_forwarded_ports.rb +19 -0
  312. data/lib/vagrant-skytap/action/forward_ports.rb +42 -0
  313. data/lib/vagrant-skytap/action/prepare_forwarded_port_collision_params.rb +37 -0
  314. data/lib/vagrant-skytap/action.rb +18 -0
  315. data/lib/vagrant-skytap/api/environment.rb +19 -4
  316. data/lib/vagrant-skytap/api/vm.rb +10 -6
  317. data/lib/vagrant-skytap/command/up.rb +7 -1
  318. data/lib/vagrant-skytap/errors.rb +4 -0
  319. data/lib/vagrant-skytap/hosts/bsd/cap/ssh_tunnel.rb +15 -0
  320. data/lib/vagrant-skytap/hosts/common/cap/ssh_tunnel.rb +183 -0
  321. data/lib/vagrant-skytap/hosts/linux/cap/ssh_tunnel.rb +15 -0
  322. data/lib/vagrant-skytap/hosts/windows/cap/ssh_tunnel.rb +27 -0
  323. data/lib/vagrant-skytap/model/forwarded_port.rb +78 -0
  324. data/lib/vagrant-skytap/plugin.rb +15 -0
  325. data/lib/vagrant-skytap/util/compile_forwarded_ports.rb +35 -0
  326. data/lib/vagrant-skytap/version.rb +1 -1
  327. data/locales/en.yml +3 -0
  328. data/spec/unit/environment_spec.rb +14 -2
  329. data/spec/unit/forwarded_port_spec.rb +45 -0
  330. data/spec/unit/hosts/common/cap/ssh_tunnel_spec.rb +180 -0
  331. data/spec/unit/prepare_collision_params_spec.rb +57 -0
  332. data/spec/unit/support/forwarded_ports/machines/vm1/skytap/id +1 -0
  333. data/spec/unit/support/forwarded_ports/machines/vm1/skytap/private_key +4 -0
  334. data/spec/unit/support/forwarded_ports/machines/vm1/skytap/tcp9000_tcp_9000_80.pid +1 -0
  335. data/spec/unit/support/forwarded_ports/machines/vm1/skytap/tcp9001_tcp_9001_81.pid +1 -0
  336. data/spec/unit/support/forwarded_ports/machines/vm1/virtualbox/id +1 -0
  337. data/spec/unit/support/forwarded_ports/machines/vm2/skytap/id +1 -0
  338. data/spec/unit/support/forwarded_ports/machines/vm2/skytap/tcp8080_tcp_8080_80.pid +1 -0
  339. data/spec/unit/support/forwarded_ports/machines/vm3/virtualbox/id +1 -0
  340. data/spec/unit/support/forwarded_ports/machines/vm4/skytap/id +1 -0
  341. data/spec/unit/support/forwarded_ports/machines/vm4/skytap/tcp8888_tcp_8888_80.pid +1 -0
  342. metadata +330 -2
@@ -0,0 +1,87 @@
1
+ # HG changeset patch
2
+ # Parent 6547dde950c57c1f4694245d8a41ab5a5a8b7d28
3
+ improvements to tests for ENG-10269. sighhhhhhh. This will not be ready when the main patch is ready, just live with it.
4
+
5
+ diff -r 6547dde950c5 lib/vagrant-skytap/action/read_state.rb
6
+ --- a/lib/vagrant-skytap/action/read_state.rb Wed Nov 25 18:56:41 2015 -0800
7
+ +++ b/lib/vagrant-skytap/action/read_state.rb Mon Nov 30 11:51:41 2015 -0800
8
+ @@ -17,6 +17,7 @@
9
+ end
10
+
11
+ def call(env)
12
+ + debugger
13
+ env[:machine_state_id] = read_state(env[:machine])
14
+
15
+ @app.call(env)
16
+ diff -r 6547dde950c5 spec/acceptance/provider/up_spec.rb
17
+ --- a/spec/acceptance/provider/up_spec.rb Wed Nov 25 18:56:41 2015 -0800
18
+ +++ b/spec/acceptance/provider/up_spec.rb Mon Nov 30 11:51:41 2015 -0800
19
+ @@ -19,6 +19,15 @@
20
+ it 'should bring up the machine and halt it' do
21
+ status("Test: machine can be brought up, parallel by default")
22
+ up_result = execute("vagrant", "up")
23
+ +
24
+ + # up_result.stderr =~ /REST API call: PUT .*multiselect.*\[(.*)\]/
25
+ + # (byebug) $1
26
+ + # "\"7677382\""
27
+ + # assert exactly one match with two separate ids
28
+ + # could we make rest calls from this test? or get by without?
29
+ + #multiselect should occur once
30
+ + # vagrant status output?
31
+ +
32
+ expect(up_result).to exit_with(0)
33
+
34
+ status("Test: machine is running after up")
35
+ @@ -30,6 +39,10 @@
36
+ it 'should bring up the machine and halt it' do
37
+ status("Test: machine can be brought up no parallel")
38
+ up_result = execute("vagrant", "up", "--no-parallel")
39
+ +
40
+ +# up_result.stderr =~ /REST API call: PUT .*multiselect.*\[(.*)\]/
41
+ + # assert no match
42
+ +
43
+ expect(up_result).to exit_with(0)
44
+
45
+ status("Test: machine is running after up")
46
+ @@ -37,4 +50,10 @@
47
+ expect(echo_result).to exit_with(0)
48
+ expect(echo_result.stdout).to match(/foo\n$/)
49
+ end
50
+ +
51
+ + # what else to test?
52
+ + # 2 new vms. Provisioners should run on both.
53
+ + # Only one runstate API call should be made by default.
54
+ + # 2 vms, one new, one already running.
55
+ + # Parallelness should be discernible in the output.
56
+ end
57
+ diff -r 6547dde950c5 spec/acceptance/skeletons/generic/Vagrantfile
58
+ --- a/spec/acceptance/skeletons/generic/Vagrantfile Wed Nov 25 18:56:41 2015 -0800
59
+ +++ b/spec/acceptance/skeletons/generic/Vagrantfile Mon Nov 30 11:51:41 2015 -0800
60
+ @@ -2,14 +2,20 @@
61
+ config.vm.box = "skytap/empty"
62
+
63
+ config.vm.provider :skytap do |skytap, override|
64
+ - skytap.username = "user"
65
+ - skytap.api_token = "9999999999999999999999"
66
+ - skytap.base_url = "https://example.com/"
67
+ + skytap.vm_url = "/vms/7285844"
68
+ + skytap.vpn_url = "/vpns/vpn-711360"
69
+ +# skytap.vpn_url = "/vpns/vpn-3195669"
70
+ end
71
+
72
+ - config.vm.define "vm1" do |ubuntu|
73
+ - ubuntu.vm.provider :skytap do |box|
74
+ - box.vm_url = "https://example.com/vms/1"
75
+ - end
76
+ + config.vm.define "vm1" do |vm1|
77
+ + vm1.ssh.username = "skytap"
78
+ + vm1.ssh.password = "ChangeMe!"
79
+ + vm1.vm.provision "shell", inline: "echo '****** HALLO EVERYONE this is vm1 ******'"
80
+ + end
81
+ +
82
+ + config.vm.define "vm2" do |vm2|
83
+ + vm2.ssh.username = "skytap"
84
+ + vm2.ssh.password = "ChangeMe!"
85
+ + vm2.vm.provision "shell", inline: "echo '****** HALLO EVERYONE this is vm2 ******'"
86
+ end
87
+ end
@@ -0,0 +1,119 @@
1
+ # HG changeset patch
2
+ # Parent b774dc85ccd962a862c877e9a4c3fe3684c344e5
3
+ ENG-10269 parallel halt operation
4
+
5
+ diff -r b774dc85ccd9 lib/vagrant-skytap/action/fetch_environment.rb
6
+ --- a/lib/vagrant-skytap/action/fetch_environment.rb Mon Nov 16 15:45:01 2015 -0800
7
+ +++ b/lib/vagrant-skytap/action/fetch_environment.rb Mon Nov 16 15:45:23 2015 -0800
8
+ @@ -21,6 +21,7 @@
9
+ rescue Errors::DoesNotExist => ex
10
+ @logger.info("Ignoring missing environment '#{props['url']}'.")
11
+ end
12
+ + # env[:environment_fetched] = true # this might be useful, come back to it
13
+ end
14
+ end
15
+
16
+ diff -r b774dc85ccd9 lib/vagrant-skytap/action/stop_vm.rb
17
+ --- a/lib/vagrant-skytap/action/stop_vm.rb Mon Nov 16 15:45:01 2015 -0800
18
+ +++ b/lib/vagrant-skytap/action/stop_vm.rb Mon Nov 16 15:45:23 2015 -0800
19
+ @@ -24,17 +24,36 @@
20
+ end
21
+
22
+ def call(env)
23
+ - vm = env[:environment].current_vm
24
+ - if env[:force_halt]
25
+ - vm.poweroff!
26
+ + # Is this stale, I wonder?
27
+ + case state = env[:machine_state_id]
28
+ + when :not_created
29
+ + env[:ui].info(I18n.t("vagrant_skytap.not_created"))
30
+ + when :stopped
31
+ + env[:ui].info(I18n.t("vagrant_skytap.already_status", :status => "stopped"))
32
+ + when :suspended
33
+ + if env[:force_halt]
34
+ + stop = true
35
+ + else
36
+ + env[:ui].info(I18n.t("vagrant_skytap.cannot_halt_if_suspended"))
37
+ + end
38
+ else
39
+ - begin
40
+ - vm.stop!
41
+ - rescue Errors::InstanceReadyTimeout
42
+ - @logger.info(I18n.t("vagrant_skytap.graceful_halt_vm_failed"))
43
+ + stop = true
44
+ + end
45
+ +
46
+ + if stop
47
+ + vm = env[:environment].current_vm
48
+ + if env[:force_halt]
49
+ vm.poweroff!
50
+ + else
51
+ + begin
52
+ + vm.stop!
53
+ + rescue Errors::InstanceReadyTimeout
54
+ + @logger.info(I18n.t("vagrant_skytap.graceful_halt_vm_failed"))
55
+ + vm.poweroff!
56
+ + end
57
+ end
58
+ end
59
+ +
60
+ @app.call(env)
61
+ end
62
+ end
63
+ diff -r b774dc85ccd9 lib/vagrant-skytap/command/halt.rb
64
+ --- /dev/null Thu Jan 01 00:00:00 1970 +0000
65
+ +++ b/lib/vagrant-skytap/command/halt.rb Mon Nov 16 15:45:23 2015 -0800
66
+ @@ -0,0 +1,41 @@
67
+ +require 'optparse'
68
+ +
69
+ +module VagrantPlugins
70
+ + module Skytap
71
+ + module Command
72
+ + class Halt < Vagrant.plugin("2", :command)
73
+ + def self.synopsis
74
+ + "stops the vagrant machine (hi mom)"
75
+ + end
76
+ +
77
+ + def execute
78
+ + options = {}
79
+ + options[:force] = false
80
+ +
81
+ + opts = OptionParser.new do |o|
82
+ + o.banner = "Usage: vagrant halt [options] [name]"
83
+ + o.separator ""
84
+ + o.separator "Options:"
85
+ + o.separator ""
86
+ +
87
+ + o.on("-f", "--force", "Force shut down (equivalent of pulling power)") do |f|
88
+ + options[:force] = f
89
+ + end
90
+ + end
91
+ +
92
+ + # Parse the options
93
+ + argv = parse_options(opts)
94
+ + return if !argv
95
+ +
96
+ + @logger.debug("Halt command: #{argv.inspect} #{options.inspect}")
97
+ + with_target_vms(argv, reverse: true) do |vm|
98
+ + vm.action(:halt, force_halt: options[:force])
99
+ + end
100
+ +
101
+ + # Success, exit status 0
102
+ + 0
103
+ + end
104
+ + end
105
+ + end
106
+ + end
107
+ +end
108
+ diff -r b774dc85ccd9 locales/en.yml
109
+ --- a/locales/en.yml Mon Nov 16 15:45:01 2015 -0800
110
+ +++ b/locales/en.yml Mon Nov 16 15:45:23 2015 -0800
111
+ @@ -42,6 +42,8 @@
112
+ The environment could not be halted gracefully. Forcing halt.
113
+ graceful_halt_vm_failed: |-
114
+ The VM could not be halted gracefully. Forcing halt.
115
+ + cannot_halt_if_suspended: |-
116
+ + A suspended VM cannot be halted without the --force flag.
117
+
118
+ config:
119
+ username_required:
@@ -0,0 +1,143 @@
1
+ # HG changeset patch
2
+ # Parent d55067c6de25d1b7ff712f9a8a934dc122e82e14
3
+ # Parent d55067c6de25d1b7ff712f9a8a934dc122e82e14
4
+ ENG-10369 Detect errors in 200 response.
5
+
6
+ diff -r d55067c6de25 Vagrantfile
7
+ --- a/Vagrantfile Mon Nov 09 18:52:55 2015 -0800
8
+ +++ b/Vagrantfile Tue Nov 10 15:32:33 2015 -0800
9
+ @@ -3,20 +3,20 @@
10
+ config.vm.synced_folder ".", "/vagrant", disabled: true
11
+
12
+ config.vm.provider :skytap do |skytap, override|
13
+ - skytap.username = "etrue"
14
+ - skytap.api_token = "fcb2620b72efddbc8239e25db9d812f510c7e166"
15
+ - skytap.base_url = "https://cloud.skytap.com/"
16
+ - #skytap.username = "vagrant_provider_admin"
17
+ - #skytap.api_token = "7c5718531a32eb90e92c804ce1f73da98be22cdf"
18
+ - #skytap.base_url = "https://test.skytap.com/"
19
+ +# skytap.username = "etrue"
20
+ +# skytap.api_token = "fcb2620b72efddbc8239e25db9d812f510c7e166"
21
+ +# skytap.base_url = "https://cloud.skytap.com/"
22
+ + skytap.username = "vagrant_provider_admin"
23
+ + skytap.api_token = "7c5718531a32eb90e92c804ce1f73da98be22cdf"
24
+ + skytap.base_url = "https://test.skytap.com/"
25
+ #skytap.username = "jsmith"
26
+ #skytap.api_token = "754be5220955f35840498340606b4dfa89f7eb61"
27
+ #skytap.base_url = "https://cloud.skytap.dev/"
28
+ end
29
+
30
+ - GENERIC_UBUNTU = 'https://cloud.skytap.com/vms/6869434'
31
+ +# GENERIC_UBUNTU = 'https://cloud.skytap.com/vms/6869434'
32
+ # for test user
33
+ - #GENERIC_UBUNTU = 'https://cloud.skytap.com/vms/4840008'
34
+ + GENERIC_UBUNTU = 'https://test.skytap.com/vms/4840008'
35
+ # local user
36
+ #GENERIC_UBUNTU = 'https://cloud.skytap.dev/vms/374'
37
+
38
+ @@ -33,6 +33,8 @@
39
+ UBUNTU_STOPPED_ENVIRONMENT_SOURCE_VM_A = "https://cloud.skytap.com/vms/7457184"
40
+ UBUNTU_STOPPED_ENVIRONMENT_SOURCE_VM_B = "https://cloud.skytap.com/vms/7468766"
41
+
42
+ + VAGRANT_CUSTOMER_VPN = "https://cloud.skytap.com/vpns/vpn-3195669"
43
+ +
44
+ # separate template
45
+ # another ubuntu = 'https://cloud.skytap.com/vms/7242466'
46
+ WINDOWS_WINRM_CONFIGURED = 'https://cloud.skytap.com/vms/7242468'
47
+ @@ -40,12 +42,13 @@
48
+ config.vm.define "vm1" do |ubuntu|
49
+ ubuntu.vm.hostname = "vm1"
50
+ ubuntu.vm.provider :skytap do |box|
51
+ - box.vm_url = UBUNTU1#GENERIC_UBUNTU
52
+ + box.vm_url = GENERIC_UBUNTU
53
+ #box.cpus = 1
54
+ #box.cpuspersocket = 1
55
+ #box.ram = 1024
56
+ #box.guestos = "ubuntu"
57
+ #box.vpn_url = "cloud.skytap.com/vpns/vpn-711360"
58
+ + box.vpn_url = VAGRANT_CUSTOMER_VPN
59
+ end
60
+ ubuntu.vm.synced_folder "vm1", "/synced", type: :nfs
61
+ ubuntu.vm.communicator = :ssh
62
+ diff -r d55067c6de25 lib/vagrant-skytap/api/busyable.rb
63
+ --- a/lib/vagrant-skytap/api/busyable.rb Mon Nov 09 18:52:55 2015 -0800
64
+ +++ b/lib/vagrant-skytap/api/busyable.rb Tue Nov 10 15:32:33 2015 -0800
65
+ @@ -10,6 +10,7 @@
66
+ def update_with_retry(attrs, path=nil)
67
+ retry_while_resource_busy do
68
+ resp = api_client.put(path || url, JSON.dump(attrs))
69
+ + raise Errors::OperationFailed, err: err if err = api_client.error_string_from_body(resp)
70
+ refresh(JSON.load(resp.body))
71
+ break
72
+ end
73
+ diff -r d55067c6de25 lib/vagrant-skytap/api/client.rb
74
+ --- a/lib/vagrant-skytap/api/client.rb Mon Nov 09 18:52:55 2015 -0800
75
+ +++ b/lib/vagrant-skytap/api/client.rb Tue Nov 10 15:32:33 2015 -0800
76
+ @@ -96,7 +96,7 @@
77
+ def error_string_from_body(resp)
78
+ resp = resp.body if resp.respond_to?(:body)
79
+ begin
80
+ - resp = JSON.load(resp)
81
+ + resp = JSON.load(resp) unless resp.is_a?(Hash)
82
+ errors = resp['error'] || resp['errors']
83
+ errors = errors.join('; ') if errors.respond_to? :join
84
+ rescue
85
+ diff -r d55067c6de25 lib/vagrant-skytap/api/runstate_operations.rb
86
+ --- a/lib/vagrant-skytap/api/runstate_operations.rb Mon Nov 09 18:52:55 2015 -0800
87
+ +++ b/lib/vagrant-skytap/api/runstate_operations.rb Tue Nov 10 15:32:33 2015 -0800
88
+ @@ -36,12 +36,18 @@
89
+ def wait_for_runstate(expected_runstate)
90
+ expected_runstate = expected_runstate.to_s
91
+ retry_while_resource_busy do
92
+ - unless reload.busy?
93
+ + unless reload_with_error_handling.busy?
94
+ break if runstate == expected_runstate || expected_runstate == 'ready'
95
+ end
96
+ end
97
+ end
98
+
99
+ + def reload_with_error_handling
100
+ + reload.tap do |ret|
101
+ + raise Errors::OperationFailed, err: err if err = api_client.error_string_from_body(attrs)
102
+ + end
103
+ + end
104
+ +
105
+ def runstate
106
+ get_api_attribute('runstate')
107
+ end
108
+ diff -r d55067c6de25 lib/vagrant-skytap/api/vm.rb
109
+ --- a/lib/vagrant-skytap/api/vm.rb Mon Nov 09 18:52:55 2015 -0800
110
+ +++ b/lib/vagrant-skytap/api/vm.rb Tue Nov 10 15:32:33 2015 -0800
111
+ @@ -20,12 +20,6 @@
112
+ resp = env[:api_client].get(url)
113
+ new(JSON.load(resp.body), env[:environment], env)
114
+ end
115
+ -
116
+ - def current_vm(env)
117
+ - if (environment = env[:environment]) && (machine = env[:machine]) && machine.id
118
+ - environment.get_vm_by_id(machine.id)
119
+ - end
120
+ - end
121
+ end
122
+
123
+ def initialize(attrs, environment, env)
124
+ @@ -40,6 +34,19 @@
125
+ super
126
+ end
127
+
128
+ + def refresh_from_environment
129
+ + refresh(environment.get_vm_by_id(id).attrs)
130
+ + end
131
+ +
132
+ + def reload_with_error_handling
133
+ + environment.reload_with_error_handling
134
+ + refresh_from_environment.tap do |ret|
135
+ + if err = api_client.error_string_from_body(attrs)
136
+ + raise Errors::OperationFailed, err: err
137
+ + end
138
+ + end
139
+ + end
140
+ +
141
+ def interfaces
142
+ @interfaces ||= (get_api_attribute('interfaces') || []).collect do |iface_attrs|
143
+ Interface.new(iface_attrs, self, env)
@@ -0,0 +1,60 @@
1
+ # HG changeset patch
2
+ # Parent d5f0a5fe77ec4a2935c018a0687deddad1a951c7
3
+ diff -r d5f0a5fe77ec -r c9b0b1d64a0a lib/vagrant-skytap/api/client.rb
4
+ --- a/lib/vagrant-skytap/api/client.rb Mon Nov 09 19:28:06 2015 -0800
5
+ +++ b/lib/vagrant-skytap/api/client.rb Mon Nov 09 19:46:14 2015 -0800
6
+ @@ -67,11 +67,7 @@
7
+ tries += 1
8
+ http.send_request(method, URI.encode(path), body, headers).tap do |ret|
9
+ @logger.debug("REST API response: #{ret.body}")
10
+ - if ret.code =~ /^2\d\d/
11
+ - if options[:raise_on_error_field] && err = error_string_from_body(ret)
12
+ - raise Errors::OperationSucceededWithErrors, err: err
13
+ - end
14
+ - else
15
+ + unless ret.code =~ /^2\d\d/
16
+ raise Errors::DoesNotExist, object_name: "Object '#{path}'" if ret.code == '404'
17
+ error_class = case ret.code
18
+ when '403'
19
+ diff -r d5f0a5fe77ec -r c9b0b1d64a0a lib/vagrant-skytap/api/resource.rb
20
+ --- a/lib/vagrant-skytap/api/resource.rb Mon Nov 09 19:28:06 2015 -0800
21
+ +++ b/lib/vagrant-skytap/api/resource.rb Mon Nov 09 19:46:14 2015 -0800
22
+ @@ -23,8 +23,8 @@
23
+ "/#{self.class.resource_name.downcase}s/#{id}"
24
+ end
25
+
26
+ - def reload(options={})
27
+ - resp = api_client.get(url, options)
28
+ + def reload
29
+ + resp = api_client.get(url)
30
+ refresh(JSON.load(resp.body))
31
+ end
32
+
33
+ @@ -33,6 +33,14 @@
34
+ self
35
+ end
36
+
37
+ + def error?
38
+ + error.present?
39
+ + end
40
+ +
41
+ + def error
42
+ + api_client.error_string_from_body(attrs)
43
+ + end
44
+ +
45
+ private
46
+
47
+ def api_client
48
+ diff -r d5f0a5fe77ec -r c9b0b1d64a0a lib/vagrant-skytap/api/runstate_operations.rb
49
+ --- a/lib/vagrant-skytap/api/runstate_operations.rb Mon Nov 09 19:28:06 2015 -0800
50
+ +++ b/lib/vagrant-skytap/api/runstate_operations.rb Mon Nov 09 19:46:14 2015 -0800
51
+ @@ -43,7 +43,8 @@
52
+ end
53
+
54
+ def reload_with_error_handling
55
+ - reload(raise_on_error_field: true)
56
+ + reload
57
+ + raise Errors::OperationSucceededWithErrors, err: error if error
58
+ end
59
+
60
+ def runstate
@@ -0,0 +1,56 @@
1
+ # HG changeset patch
2
+ # Parent 5e38cb4ec26e32e78ff52c68649daacdcafb0b3d
3
+ ENG-10919 handle SIGINT in api_client
4
+
5
+ diff -r 5e38cb4ec26e lib/vagrant-skytap/action/initialize_api_client.rb
6
+ --- a/lib/vagrant-skytap/action/initialize_api_client.rb Tue Oct 20 12:34:52 2015 -0700
7
+ +++ b/lib/vagrant-skytap/action/initialize_api_client.rb Tue Oct 20 12:35:29 2015 -0700
8
+ @@ -17,7 +17,7 @@
9
+ def call(env)
10
+ @logger.info("Connecting to Skytap...")
11
+
12
+ - client = API::Client.new(env[:machine].provider_config)
13
+ + client = API::Client.new(env[:machine].provider_config, env)
14
+ if client.get('/configurations').code == '200'
15
+ env[:api_client] = client
16
+ end
17
+ diff -r 5e38cb4ec26e lib/vagrant-skytap/api/busyable.rb
18
+ --- a/lib/vagrant-skytap/api/busyable.rb Tue Oct 20 12:34:52 2015 -0700
19
+ +++ b/lib/vagrant-skytap/api/busyable.rb Tue Oct 20 12:35:29 2015 -0700
20
+ @@ -19,7 +19,7 @@
21
+ begin
22
+ Timeout.timeout(timeout) do
23
+ loop do
24
+ - break if env[:interrupted] # is this right?
25
+ + break if env[:interrupted]
26
+ begin
27
+ yield
28
+ rescue Errors::ResourceBusy
29
+ diff -r 5e38cb4ec26e lib/vagrant-skytap/api/client.rb
30
+ --- a/lib/vagrant-skytap/api/client.rb Tue Oct 20 12:34:52 2015 -0700
31
+ +++ b/lib/vagrant-skytap/api/client.rb Tue Oct 20 12:35:29 2015 -0700
32
+ @@ -4,13 +4,14 @@
33
+ module Skytap
34
+ module API
35
+ class Client
36
+ - attr_reader :config, :http
37
+ + attr_reader :config, :http, :env
38
+
39
+ MAX_RATE_LIMIT_RETRIES = 3
40
+ DEFAULT_RETRY_AFTER_SECONDS = 10
41
+
42
+ - def initialize(config)
43
+ + def initialize(config, env)
44
+ @logger = Log4r::Logger.new("vagrant_skytap::api_client")
45
+ + @env = env
46
+
47
+ @config = config
48
+ uri = URI.parse(config.base_url)
49
+ @@ -65,6 +66,7 @@
50
+ retry_after = DEFAULT_RETRY_AFTER_SECONDS
51
+ begin
52
+ tries += 1
53
+ + break if env[:interrupted]
54
+ http.send_request(method, URI.encode(path), body, headers).tap do |ret|
55
+ unless ret.code =~ /^2\d\d/
56
+ raise Errors::DoesNotExist, object_name: "Object '#{path}'" if ret.code == '404'
@@ -0,0 +1,44 @@
1
+ # HG changeset patch
2
+ # Parent 31f40af2f5bd2a0dd1fbb21d3f00e34333866824
3
+ ENG-11177 fix 'require's
4
+
5
+ diff -r 31f40af2f5bd lib/vagrant-skytap/action/add_vm_to_environment.rb
6
+ --- a/lib/vagrant-skytap/action/add_vm_to_environment.rb Tue Oct 20 13:54:33 2015 -0700
7
+ +++ b/lib/vagrant-skytap/action/add_vm_to_environment.rb Tue Oct 20 13:56:31 2015 -0700
8
+ @@ -1,7 +1,4 @@
9
+ require 'log4r'
10
+ -require 'json'
11
+ -require 'vagrant-skytap/setup_helper'
12
+ -
13
+
14
+ module VagrantPlugins
15
+ module Skytap
16
+ diff -r 31f40af2f5bd lib/vagrant-skytap/action/create_environment.rb
17
+ --- a/lib/vagrant-skytap/action/create_environment.rb Tue Oct 20 13:54:33 2015 -0700
18
+ +++ b/lib/vagrant-skytap/action/create_environment.rb Tue Oct 20 13:56:31 2015 -0700
19
+ @@ -1,16 +1,7 @@
20
+ require 'log4r'
21
+ -require 'json'
22
+ -
23
+ -require 'vagrant-skytap/setup_helper'
24
+ require 'vagrant-skytap/util/timer'
25
+ require 'vagrant-skytap/api/environment'
26
+
27
+ -require 'net/https'
28
+ -require 'uri'
29
+ -require 'base64'
30
+ -require 'json'
31
+ -require 'timeout'
32
+ -
33
+ module VagrantPlugins
34
+ module Skytap
35
+ module Action
36
+ diff -r 31f40af2f5bd lib/vagrant-skytap/action/delete_environment.rb
37
+ --- a/lib/vagrant-skytap/action/delete_environment.rb Tue Oct 20 13:54:33 2015 -0700
38
+ +++ b/lib/vagrant-skytap/action/delete_environment.rb Tue Oct 20 13:56:31 2015 -0700
39
+ @@ -1,3 +1,5 @@
40
+ +require 'log4r'
41
+ +
42
+ module VagrantPlugins
43
+ module Skytap
44
+ module Action
@@ -0,0 +1,4 @@
1
+ # HG changeset patch
2
+ # Parent ba71fe2c4ceae94483de98f66c12c847759ec956
3
+ ENG-11442 Vagrant provider: speed up the environment creation by adding multiple VMs before starting them
4
+