Created
September 9, 2014 03:39
-
-
Save ngtuna/72ec68d886d645d54de1 to your computer and use it in GitHub Desktop.
microbosh-openstack [success]
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
--- | |
name: microbosh-openstack | |
logging: | |
level: debug | |
network: | |
type: manual | |
ip: 10.10.10.14 | |
cloud_properties: | |
net_id: d9dd14b6-4d1f-4554-9c29-64a6d8ef8838 | |
resources: | |
persistent_disk: 16384 | |
cloud_properties: | |
instance_type: m1.micro | |
cloud: | |
plugin: openstack | |
properties: | |
openstack: | |
auth_url: http://10.16.7.44:5000/v2.0 | |
username: admin | |
api_key: password | |
tenant: fsbOpenStack | |
default_security_groups: ["ssh", "bosh"] | |
default_key_name: cf-2608 | |
private_key: /root/cf-2608.pem | |
apply_spec: | |
properties: | |
director: | |
max_threads: 3 | |
hm: | |
resurrector_enabled: true | |
ntp: # This example uses the North American NTP servers. Edit for your region. | |
- 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