Is possible to use BOSH with KVM hosts instead ESX ?By the way, with a standard BOSH deployment, BOSH automatically span VMs across any hosts in the cluster? For example, if I create a Virtual Datacenter made with 10 servers, is BOSH smart enough to place VMs across multiple servers in the same cluster?
It's more like a bosh-dev question. but i would try to answer it here.
On Fri, Jan 18, 2013 at 5:53 AM, <gandalf.co...@gmail.com> wrote:
Is possible to use BOSH with KVM hosts instead ESX ?
By the way, with a standard BOSH deployment, BOSH automatically span VMs across any hosts in the cluster? For example, if I create a Virtual Datacenter made with 10 servers, is BOSH smart enough to place VMs across multiple servers in the same cluster?
--
Cheers,Anfernee
In theory, yes. You can use bosh with openstack as CPI, and configure KVM in openstack. That's an easy way. A hard way is to write KVM CPI, which needs a lot of hacking.
I don't use openstack, esx or aws but OpenNebula
Here is how the setup would go:
Hypervisor (KVM, ESX) ---> IaaS (openstack, vsphere) ---> BOSH ( which deploys Cloud Foundry)