I'm working on packaging up some software for bosh that requires a kernel module and running into an issue.
The bosh stemcell for the warden cpi is very old relative to the kernel that's actually using the container (and all other stemcells, really). When I try to modprobe the module into the kernel from within a container, it fails because the version of the kernel module in the stemcell is way older than the kernel.
I'm currently adding a provisioning script to the Vagrant host to load the module but it really shouldn't be necessary.
Can someone point to some instructions on how to construct the stemcell for the warden CPI? Alternatively, is there a story to refresh it?