Skip to content

Instantly share code, notes, and snippets.

@joshuamckenty
Created January 24, 2014 05:47
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/8592587 to your computer and use it in GitHub Desktop.
Save joshuamckenty/8592587 to your computer and use it in GitHub Desktop.
bat-openstack-dynamic.yml.template
---
cpi: openstack
properties:
static_ip: $bat_floating_ip # floating IP to use for the bat-release jobs
uuid: $BOSH_UUID # BAT_DIRECTOR UUID
pool_size: 1
stemcell:
name: bosh-openstack-kvm-ubuntu
version: 1840
instances: 1
key_name: microbosh # OpenStack key name
network:
type: dynamic
cloud_properties:
net_id: $cloud_net_id
security_groups:
- default
mbus: nats://nats:0b450ada9f830085e2cdeff6@10.42.49.80:4222 # Not used now, but don't remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment