Skip to content

Instantly share code, notes, and snippets.

@Infra-Red
Created September 2, 2016 14:43
Show Gist options
  • Save Infra-Red/45bd6f785c8299f6d65a0c7962be8f49 to your computer and use it in GitHub Desktop.
Save Infra-Red/45bd6f785c8299f6d65a0c7962be8f49 to your computer and use it in GitHub Desktop.
BOSH-Lite OpenStack stub-meta
---
meta:
director_uuid:
elastic_ip:
instance_type: m1.large
networks:
- name: default
subnets:
- range: x.x.x.x/x
gateway: x.x.x.x
cloud_properties: { net_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx }
dns: [8.8.8.8]
security_groups: [bosh]
reserved:
- x.x.x.x - x.x.x.x
static:
- x.x.x.x - x.x.x.x
- name: elastic
cloud_properties:
net_id: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # <- OpenStack External network
security_groups: [bosh, cf-public]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment