Skip to content

Instantly share code, notes, and snippets.

@joshuamckenty
Last active January 4, 2016 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshuamckenty/8590122 to your computer and use it in GitHub Desktop.
Save joshuamckenty/8590122 to your computer and use it in GitHub Desktop.
micro_bosh.yml.template
---
name: microbosh-openstack
logging:
level: DEBUG
network:
type: manual
vip: $allocated_floating_ip
ip: $static_ip
cloud_properties:
net_id: $cloud_net_id
resources:
persistent_disk: 16384
cloud_properties:
instance_type: m1.microbosh
cloud:
plugin: openstack
properties:
openstack:
auth_url: $OS_AUTH_URL
username: $OS_USERNAME
api_key: $OS_PASSWORD
tenant: $OS_TENANT_NAME
region: $OS_REGION_NAME # Optional
state_timeout: 900
default_security_groups: ["ssh", "bosh"]
default_key_name: microbosh
private_key: /home/ubuntu/.ssh/microbosh
apply_spec:
properties:
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