Skip to content

Instantly share code, notes, and snippets.

@drnic
Last active November 29, 2017 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save drnic/3ff87c465d483543c53d to your computer and use it in GitHub Desktop.
Save drnic/3ff87c465d483543c53d to your computer and use it in GitHub Desktop.
BOSH deployment manifest - AWS
name: redis
director_uuid: 2ce88742-5da6-406e-93da-8d4fa9b8fa27
releases:
- name: redis
version: latest
compilation:
workers: 6
network: redis1
reuse_compilation_vms: true
cloud_properties:
instance_type: m1.small
update:
canaries: 1
max_in_flight: 50
canary_watch_time: 1000-100000
update_watch_time: 1000-100000
serial: false
networks:
- name: redis1
type: manual
subnets:
- range: 10.10.5.0/24
gateway: 10.10.5.1
reserved:
- 10.10.5.2-10.10.5.4
static:
- 10.10.5.5-10.10.5.10
cloud_properties:
subnet: subnet-5d51d338
resource_pools:
- name: small_z1
network: redis1
stemcell:
name: bosh-aws-xen-ubuntu-trusty-go_agent
version: 2859
cloud_properties:
instance_type: m3.medium
jobs:
- name: redis_leader_z1
templates:
- name: redis
release: redis
instances: 1
resource_pool: small_z1
persistent_disk: 4096
networks:
- name: redis1
properties:
network: redis1
- name: redis_z1
templates:
- name: redis
release: redis
instances: 1
resource_pool: small_z1
persistent_disk: 4096
networks:
- name: redis1
properties:
network: redis1
redis:
master: 0.redis-leader-z1.redis1.redis.microbosh
properties:
redis: {}
@kabhishek23
Copy link

Hello Nic,

I was trying out deploying redis release on vCloud Air, VM is getting created but after some time it automatically get deleted from system.

Can you share sample deployment manifest for vCloud air.

Thank you in advance.

Regards
Abhishek
abhishekkumar669@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment