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?
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?
BOSH requires additional package called CPI in order to run on different platforms. You can check Github for available third-party CPIs.
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!