Skip to content

Instantly share code, notes, and snippets.

@pblittle
Created May 4, 2016 20:55
Show Gist options
  • Save pblittle/18f078369f17d6415baf99572f25bff4 to your computer and use it in GitHub Desktop.
Save pblittle/18f078369f17d6415baf99572f25bff4 to your computer and use it in GitHub Desktop.
---
name: microbosh
logging:
level: DEBUG
network:
type: manual
vip: REDACTED
ip: 10.10.0.20
dns:
- 10.10.0.2
cloud_properties:
subnet: REDACTED
resources:
persistent_disk: 20000
cloud_properties:
instance_type: t2.medium
availability_zone: us-east-1a
cloud:
plugin: aws
properties:
aws: &aws
access_key_id: REDACTED
secret_access_key: REDACTED
region: us-east-1
default_key_name: bosh
default_security_groups: ["bosh"]
ec2_private_key: ~/.ssh/id_rsa_bosh
agent:
ntp: &ntp
- 0.pool.ntp.org
- 1.pool.ntp.org
apply_spec:
agent:
blobstore:
address: 10.10.0.20
nats:
address: 10.10.0.20
properties:
ntp: *ntp
registry:
address: 10.10.0.20
dns:
recursor: 208.67.220.220
hm:
resurrector_enabled: false
director_account:
user: hm
password: REDACTED
agent: { mbus: "nats://nats:nats@10.10.0.20:4222" }
aws: *aws
director:
enable_snapshots: true
ssl:
key: |
-----BEGIN RSA PRIVATE KEY-----
REDACTED
-----END RSA PRIVATE KEY-----
cert: |
-----BEGIN CERTIFICATE-----
REDACTED
-----END CERTIFICATE-----
user_management:
provider: local
local:
users:
- { name: admin, password: REDACTED }
- { name: hm, password: REDACTED }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment