https://github.com/orange-cloudfoundry/bosh-cpi-cloudstack
Rewrite in golang of bosh cpi cloudstack
https://github.com/orange-cloudfoundry/bosh-cpi-cloudstack
Last synced: 5 months ago
JSON representation
Rewrite in golang of bosh cpi cloudstack
- Host: GitHub
- URL: https://github.com/orange-cloudfoundry/bosh-cpi-cloudstack
- Owner: orange-cloudfoundry
- License: apache-2.0
- Created: 2018-07-12T09:29:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T03:13:39.000Z (5 months ago)
- Last Synced: 2026-01-16T18:47:39.434Z (5 months ago)
- Language: Go
- Size: 11.9 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bosh-cpi-cloudstack
Complete rewrite in golang of the [current CloudStack CPI](https://github.com/cloudfoundry-community/bosh-cloudstack-cpi-core/).
This new CPI remove boilerplate as such as:
- **Webdav**: This was used to be able to register stemcell as template in CloudStack.
We now use template upload provided natively by CloudStack (see: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=39620237)
- **Registry**: There is no [registry](https://bosh.io/docs/bosh-components/#registry) implementation in this CPI.
We target to use registry provided by bosh.
- **Web Server**: This new CPI is not anymore a webserver as the previous CPI. This is fully compliant with bosh RPC mechanism to call CPI.
## Install
Please use boshrelease directly available at: https://github.com/orange-cloudfoundry/bosh-go-cpi-cloudstack-cpi