Skip to content

Instantly share code, notes, and snippets.

@dims
Created June 30, 2014 01:49
Show Gist options
  • Save dims/b789b3e4a3bf63dc8517 to your computer and use it in GitHub Desktop.
Save dims/b789b3e4a3bf63dc8517 to your computer and use it in GitHub Desktop.
---
name: microbosh-openstack
logging:
level: DEBUG
network:
type: dynamic
vip: 172.24.4.1
resources:
persistent_disk: 16384
cloud_properties:
instance_type: m1.medium
cloud:
plugin: openstack
properties:
openstack:
auth_url: http://MY_HOST_IP:5000/v2.0
username: admin
api_key: passw0rd
tenant: admin
default_security_groups: ["ssh", "bosh"]
default_key_name: microbosh
private_key: /opt/stack/bosh-workspace/microbosh.pem
apply_spec:
properties:
nats:
ping_interval: 30
ping_max_outstanding: 30
director:
max_threads: 3
hm:
resurrector_enabled: true
ntp:
- 0.north-america.pool.ntp.org
- 1.north-america.pool.ntp.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment