You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bosh-...@cloudfoundry.org
Hi all,
I'm a new guy to bosh. I'm a little confused about the relationship of bosh-lite, bosh-init and microbosh (is microbosh renamed to bosh-init), could someone explain a little bit to me?
For example, I want to deploy a Diego CF/Lattice on OpenStack JUNO environment, I need to download Diego release (https://github.com/cloudfoundry-incubator/diego-release), stemcell and create a manifest, then what should I do?
Thanks.
James Bayer
unread,
Apr 20, 2015, 4:11:05 PM4/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bosh-users
bosh-init is the new name for the "bosh micro plugin". it's a cli tool that let's you install a single VM bosh release somewhere. the standard reason to use this is to deploy microbosh.
microbosh is a single VM installation of BOSH.
bosh-lite is a single VM installation of BOSH that creates containers in place of VMs on an iaas. it's typically used for development purposes because it's much faster to create and manage containers than VMs.
if your goal is to deploy lattice on openstack juno for development and evaluation use cases, then i would start by looking at the lattice Vagrantfile [1] and performing similar steps on an Ubuntu Trusty VM on Openstack.
if you want a production grade lattice environment with BOSH, then you'll need to deploy both cf-release and diego-release components co-located in a single deployment. this is an advanced bosh use case and i'd recommend starting with simpler BOSH scenarios first, like deploying redis with bosh [2].