There is a new bosh-solo-0.6.4r1.box available, and is required for
the latest bosh-solo. That is, if you get any brand new errors with
bosh-solo, then I'm sorry - you need to upgrade to the new box. [1]
Update your Vagrantfiles to:
Vagrant::Config.run do |config|
config.vm.box = "bosh-solo-0.6.4rc1"
downloads = "
https://github.com/downloads/drnic/bosh-solo/"
config.vm.box_url = "#{downloads}bosh-solo-0.6.4rc1.box"
...
end
And then recreate each vagrant VM:
vagrant destroy
vagrant up
[1] bosh-solo auto-updates itself via scripts/vagrant-setup.sh;
bosh-solo is distributed via the SM framework; which sadly does not
have versioning. I may need to resolve that one day or move off SM
framework. Perhaps try
https://github.com/37signals/sub.
--
Dr Nic Williams
Engine Yard, VP Technology
http://engineyard.com
http://drnicwilliams.com
cell
+1 (415) 322-9556