concourse / concourse-bosh-deployment

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

uaa requires larger canary watch #203

Closed jtarchie closed 4 years ago

jtarchie commented 4 years ago

When we deployed UAA (and therefor Credhub), we had to set the canary timeout to a larger value.

- type: replace
  path: /instance_groups/name=web/update?
  value:
    update_watch_time: 1000-150000
    canary_watch_time: 1000-150000

Options:

  1. update the main concourse cluster bosh deployment with these values
  2. only use it when the UAA opsfile is provided