Closed tyacovone closed 5 years ago
Hi,
This PR relates to the following issue: https://github.com/concourse/concourse-bosh-deployment/issues/33
Is there any news regarding this ?
Regarding the commit itself, it would probably be clearer either way:
azs: [((availability_zone))]
if we enforce a single availability zoneazs: ((availability_zones))
if we allow multiple availability zonesRegards, Florent
@FlorentFlament Thanks for the reminder!
I think we should just close this and let folks use an ops file to override it (as suggested by https://github.com/concourse/concourse-bosh-deployment/issues/33#issuecomment-355092052). Making it a var would be backwards-incompatible and in common/simple cases folks probably won't care to specify other/multiple AZs.
Thanks all!
All instances should be bound to the same availability zone and this zone should be explicitly declared by the individual deploying the given Concourse instance.
Authored-by: Trevor Yacovone tyacovone@pivotal.io