concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Parameterize {web,db,worker}_instance_count in concourse manifest #92

Closed tyacovone closed 6 years ago

tyacovone commented 6 years ago

Allows the user to specify the desired instance count for each different VM type, rather than defaulting to a value of 1.

Authored-by: Trevor Yacovone tyacovone@pivotal.io

vito commented 6 years ago

I'm not in favor of adding these as required vars. Also the DB should never be scaled above 1 as I don't think it'll do any clustering semantics automatically.

I think you should use this ops file instead: https://github.com/concourse/concourse-bosh-deployment/blob/4a43204f1a2889007eb63dc43ce9b3ef584664ab/cluster/operations/scale.yml

Thanks though!