Skip to content

Instantly share code, notes, and snippets.

@svrc
Created February 1, 2019 21:51
Show Gist options
  • Save svrc/15c2d7015f601516f32eeb4a90071892 to your computer and use it in GitHub Desktop.
Save svrc/15c2d7015f601516f32eeb4a90071892 to your computer and use it in GitHub Desktop.
bosh edge
---
name: edge
director_uuid: ((director_uuid))
releases:
- name: haproxy
version: latest
- name: networking
version: latest
stemcells:
- alias: default
os: ubuntu-trusty
version: latest
instance_groups:
- name: edge
azs: [z1]
instances: 1
vm_type: large
stemcell: default
jobs:
- name: multi_nics
release: networking
properties:
networking:
public_multi_nics:
- ip: 10.193.53.120
gateway: 10.193.53.1
- ip: 10.193.53.121
gateway: 10.193.53.1
- ip: 10.193.53.122
gateway: 10.193.53.1
snats:
- cidr: 192.168.0.0/24
localgateway: 192.168.0.1
toip: 10.193.53.121
- cidr: 192.168.1.0/24
localgateway: 192.168.1.1
toip: 10.193.53.121
lbs:
- cidr: 192.168.1.0/24
localgateway: 192.168.1.1
lbip: 10.193.53.120
dnats:
- external_port: 443
external_ip: 10.193.53.122
internal_ip: 192.168.0.4
internal_port: 443
internal_gateway: 192.168.0.1
- name: haproxy
release: haproxy
properties:
ha_proxy: {}
networks:
- name: lb
default:
- dns
- gateway
static_ips:
- 10.193.53.120
- name: nat1
static_ips:
- 10.193.53.121
- name: nat2
static_ips:
- 10.193.53.122
- name: private_deploy
static_ips:
- 192.168.0.1
- name: private2_deploy
static_ips:
- 192.168.1.1
update:
canaries: 1
canary_watch_time: 30000-300000
update_watch_time: 30000-300000
max_in_flight: 1
max_errors: 2
serial: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment