Skip to content

Commit

Permalink
Deduplicate manifest blocks for stemcells and udpate.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 16, 2022
1 parent bc60b57 commit e50dec2
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions manifests/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,28 +96,18 @@ instance_groups:
organization: (( grab params.cf.system_org ))
space: (( grab params.cf.system_space ))

name: scheduler

update:
serial: false
canaries: 1
max_in_flight: 1
max_errors: 1
max_in_flight: 1
serial: false
canary_watch_time: 5000-600000
update_watch_time: 5000-600000

stemcells:
- alias: default
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
version: (( grab params.stemcell_version || "latest" ))

name: scheduler

stemcells:
- alias: default
os: ubuntu-bionic
version: latest

update:
canaries: 2
max_in_flight: 1
canary_watch_time: 5000-60000
- alias: default
os: (( grab params.stemcell_os || "ubuntu-bionic" ))
version: (( grab params.stemcell_version || "latest" ))

0 comments on commit e50dec2

Please sign in to comment.