Created
January 24, 2014 05:47
-
-
Save joshuamckenty/8592587 to your computer and use it in GitHub Desktop.
bat-openstack-dynamic.yml.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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:[email protected]: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