Today: November 16, 2025 5:29 pm
A collection of Software and Cloud patterns with a focus on the Enterprise

Tag: bosh-lite


It seems like most of the development around CloudFoundry and bosh happen on Linux or Mac. Getting things up and running in Windows was a real challenge. Below is how I worked things out. **Make sure you have a modern processor that supports all virtualization technologies, such as VTx and extended paging. Aside from the deviations mentioned below, I’m following the steps documented at https://github.com/cloudfoundry/bosh-lite Changes to Vagrantfile I’m using VirtualBox on Windows 7. To begin with, I modified the Vagrantfile to create two VMs rather than a single VM. The first is......

Continue Reading