This scripts provide the way to convert your instance (or image) to BOSH stemcell (containing MicroBOSH release).
- A running instance that you want to convert to stemcell (it should run Ubuntu or CentOS with default package repositories).
- VMware OVF tool with version 3.0.
- Some Ubuntu host to run script that will generate stemcell.
- Create "base os image" using create-base-os-image.sh script.
- Access to system that will be used generate BOSH stemcell (it can be instance in vsphere, your own machine, virtualbox machine).
- Install ovf tool v3.0.1. There are two ways to do it:
- get file
VMware-ovftool-3.0.1-XXXXX-lin.x86_64.bundle
from VMware site or trusted source and runsudo /bin/sh VMware-ovftool-3.0.1-XXXXX-lin.x86_64.bundle
- unpack archive with ovftool to
/usr/lib/vmware-ovftool
and make a linkln -s /usr/lib/vmware-ovftool/ovftool /usr/bin
- get file
- Run create-custom-stemcell.sh script to get stemcell.