-
Notifications
You must be signed in to change notification settings - Fork 778
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):
VBoxManage --version
gem list|grep -e 'vagrant\|veewee\|virtualbox'
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:
- http://groups.google.com/group/vagrant-up/browse_thread/thread/583c8e6df78855ea
- http://groups.google.com/group/vagrant-up/browse_thread/thread/7d0b241ceef79751
- http://groups.google.com/group/vagrant-up/browse_thread/thread/e951417f59e74b9c
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) |