/bosh-cloudstack-cpi-core

bosh external cloustack cpi implementation (spring boot, included in bosh-cloudstack-cpi-release)

Primary LanguageJavaApache License 2.0Apache-2.0

As of April 2021, this repo is deprecated in favor of https://github.com/orange-cloudfoundry/bosh-go-cpi-cloudstack

Build Status Docker Automated build

bosh-cloudstack-cpi-core

bosh external cloustack cpi implementation (spring boot, included in bosh-cloudstack-cpi-release)

The cpi-core is a single spring boot jar with tomcat embedded. Includes Spring Boot Actuator (eg: can use /health, /trace, /metrics endpoints), Hystrix and Zipkin Sleuth instrumentation.

For bosh inception, the cpi is also provided as a docker image, with can be launched with the provided launchCpi.sh script. An application.yml and logback.xml must be provided, and the cpi-launched before bosh-init deploy.

see bosh-cloudstack-cpi-release for doc and issues.