concourse / concourse-bosh-release

Concourse BOSH release
Apache License 2.0
28 stars 49 forks source link

expose baggageclaim bind_ip property to support p2p streaming #140

Closed thomasmitchell closed 3 years ago

thomasmitchell commented 3 years ago

Feature Request

What challenge are you facing?

I'm trying to enable the new p2p volume streaming feature. However, using the baggageclaim default bind_ip, it listens on localhost, so other workers can't reach it to do the streaming. I need to be able to open up the baggageclaim server to bind on 0.0.0.0.

A Modest Proposal

Expose the bind-ip option of baggageclaim as a spec property for the worker job so that it may be manually set. Either that or automatically set it to 0.0.0.0 if the p2p streaming option is enabled.