cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 76 forks source link

bbl-up task should rename "IS_BOSH_LITE" flag #44

Closed jaresty closed 6 years ago

jaresty commented 6 years ago

The bosh team is using this task in one of our pipelines and found that we could prevent load balancer creation by setting IS_BOSH_LITE to true. This is very useful for us, so we'd like to keep using it. However, the IS_BOSH_LITE name suggests more than just skipping load-balancer creation, so we are a bit worried about relying on this functionality. Can you please provide a dedicated way to skip load-balancer creation instead? Thank you!

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/153272361

The labels on this github issue will be updated when the story is started.

dsabeti commented 6 years ago

Hi @jaresty. The upcoming release of cf-deployment-concourse-tasks will support a SKIP_LB_CREATION that -- as its name implies -- skips load balancer creation, independent of the bosh-lite workflow.