cloudfoundry-community / bosh-cloudstack-cpi-release

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

should be able to expose a specific host for cloustack template registration #17

Open poblin-orange opened 8 years ago

poblin-orange commented 8 years ago

As the cpi holds the http server exposing the template, for cloudstack template http pull, it should be possible to configure a specific ip / host for template registration. Currently (v8), this ip also the webdav host ip, used by CPI to push the vhd file (in general, this is the bosh director ip. this ip is often not directly accessible from cloudstack).

We should be able to configure the ip/host given to cloudstack.

example use case:

poblin-orange commented 6 years ago

should be solved by #55