Skip to content

Instantly share code, notes, and snippets.

@thesurlydev
Created December 5, 2012 18:08
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 thesurlydev/4218030 to your computer and use it in GitHub Desktop.
Save thesurlydev/4218030 to your computer and use it in GitHub Desktop.
---
name: cinders
env:
bosh:
password: $6$VrvRxjCm03k6xY$le7ynd94lzyRmHSyTEutbvaqde.rlxci6SIz9j41RV7ryEplba8rNqaLjII/2A/iGCyirTCe7mP1jmNW.BTCs/
logging:
level: DEBUG
network:
type: dynamic
vip: 184.73.235.200
resources:
persistent_disk: 8192
cloud_properties:
instance_type: m1.small
availability_zone: us-east-1b
cloud:
plugin: aws
properties:
aws:
access_key_id: MY_ACCESS_KEY
secret_access_key: MY_SECRET_KEY
ec2_endpoint: ec2.us-east-1.amazonaws.com
default_key_name: microbosh
default_security_groups: ["microbosh"]
ec2_private_key: /home/vcap/.ssh/microbosh.pem
apply_spec:
agent:
blobstore:
address: 184.73.235.200
nats:
address: 184.73.235.200
properties:
aws_registry:
address: 184.73.235.200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment