cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

If targeting non-default VPC, microbosh not targeting correct VPC #285

Closed drnic closed 10 years ago

drnic commented 10 years ago

No mention in micro_bosh.yml of subnets & vpcs:


---
name: firstbosh
logging:
  level: DEBUG
network:
  type: dynamic
  vip: 10.10.0.36
...

Instead:

network:
  type: manual
  #vip: 54.200.124.155
  ip: 10.10.0.38
  dns:
  - 10.10.0.2
  cloud_properties:
    subnet: subnet-2013cd45
drnic commented 10 years ago

fixed in v0.14.1