cloudfoundry-community / bosh-cloudstack-cpi-release

a bosh external CPI Provider for CloudStack Iaas
Apache License 2.0
5 stars 7 forks source link

bosh-init should be easier #48

Open poblin-orange opened 7 years ago

poblin-orange commented 7 years ago

As of cpi v15, for the bosh-init / micro-bosh creation phase, one must run the bosh-cloudstack-cpi-core jar as a standalone jar. Despite being spring boot, this is cumbersome and error prone. We shoud provide a simple script to launch the cpi

poblin-orange commented 7 years ago

as a starter, adding a Dockerfile, and a docker hub automated build to publish the image. https://hub.docker.com/r/orangecloudfoundry/bosh-cloudstack-cpi-core/

poblin-orange commented 7 years ago

added a launch script for the docker image.

poblin-orange commented 7 years ago

Still missing simple procedure (ie application.yml template, single script to template consistent micro-bosh.yml, application.yml and logback.xml for smooth bootstrap)