0

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?

Eddie
  • 9,696
  • 4
  • 45
  • 58
Shuklaswag
  • 1,003
  • 1
  • 10
  • 27

2 Answers2

3

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!

Daniel Mikusa
  • 13,716
  • 1
  • 22
  • 28
0

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

Oleksandr Slynko
  • 787
  • 6
  • 11