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. Pass/fail refers to whether the final ssh succeeds in the following (conservative/paranoid) workflow:

vagrant halt 'test-vm-name'
vagrant destroy 'test-vm-name'
vagrant box remove 'vm-name'
vagrant basebox destroy 'vm-name'
vagrant basebox build 'vm-name'
vagrant basebox validate 'vm-name'
vagrant basebox export 'vm-name'
vagrant box add 'test-vm-name' 'vm-name.box'
vagrant init 'test-vm-name'
vagrant up 'test-vm-name'
vagrant ssh 'test-vm-name'

See these threads for details:

veewee commit virualbox virualbox gem veewee gem vagrant gem Host OS template name
nnnnn 0.0.0 0.0.0 0.0.0 0.0.0 0.0.0 text
Clone this wiki locally