Skip to content

vagrant (veewee) + virtualbox versions test matrix

hedgehog edited this page Jul 3, 2011 · 19 revisions

Overview page to have a table of the virualbox (+gem) versions the boxes were developed against to inspect the root cause of SSH connection issue with vagrant boxes created by veewee. Veewee commit reference allows you to retrieve the VM definition files. Open a new issue if you feel justified or point to an existing issue. Pass/fail refers to whether the final ssh succeeds in the following (conservative/paranoid) workflow (bash script):

vm='vm-name'
vagrant halt $vm
vagrant destroy $vm
vagrant box remove $vm
vagrant basebox destroy $vm
vagrant basebox build $vm
vagrant basebox validate $vm
vagrant basebox export $vm
vagrant box add $vm ${vm}.box
vagrant init $vm
vagrant up 
vagrant ssh 

See these threads for details:

veewee commit virualbox virualbox gem veewee gem vagrant gem Host OS template name Pass Fail(#Issue)
nnnnn 0.0.0 0.0.0 0.0.0 0.0.0 0.0.0 text P/F(#NNN)
Clone this wiki locally