Skip to content

Instantly share code, notes, and snippets.

@fsmunoz
Forked from drnic/manifest.yml
Last active October 16, 2017 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fsmunoz/a9bce343fb8e33492e1ea598d914a075 to your computer and use it in GitHub Desktop.
Save fsmunoz/a9bce343fb8e33492e1ea598d914a075 to your computer and use it in GitHub Desktop.
BOSH deployment manifest - AWS
name: redis
director_uuid: f5d1f979-c7d4-443b-a24b-8479536eaeed
releases:
- name: redis
version: latest
stemcells:
- alias: trusty
os: ubuntu-trusty
version: latest
instance_groups:
- name: redis_leader_z1
vm_type: sl-server
stemcell: trusty
azs: [z1]
networks: [{name: default}]
jobs:
- name: redis
release: redis
properties:
password: foo
instances: 1
persistent_disk: 4096
update:
canaries: 1
max_in_flight: 50
canary_watch_time: 1000-100000
update_watch_time: 1000-100000
serial: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment