Is there a way to use Bosh to handle an app deployed on a local cluster without an IaaS?

61 views Asked by At

I have a cluster of local machines, and I would like to deploy a web app on it using Bosh. However, the Bosh documentation appears to show a lack of options if you do not use a popular IaaS.

Is there a way around this?

2

There are 2 answers

0
Daniel Mikusa On

The "Install Bosh" section of the Bosh Docs (you're looking at the Cloud Foundry docs) has a more complete list of supported IaaS technologies (each IaaS technology has its own CPI, which is the specific code for interacting with that IaaS).

You mentioned deploying to a "cluster of local machines". I don't know what that is exactly, but if you're looking to deploy to bare metal you're probably looking for the RackHD CPI.

Hope that helps!

0
Oleksandr Slynko On

BOSH requires additional package called CPI in order to run on different platforms. You can check Github for available third-party CPIs.