Created
April 7, 2015 07:06
-
-
Save bha123/e7a0a31acec59c07bdd2 to your computer and use it in GitHub Desktop.
manifest.yml
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 | |
network: | |
type: manual | |
vip: 172.168.10.5 # Replace with a floating IP address | |
ip: 10.0.0.2 # Replace with an address from the subnet IP address allocation pool of your OpenStack internal network | |
cloud_properties: | |
net_id: fd31ed85-c5f1-40ad-933c-25e81dc6147c # Replace with your OpenStack internal network UUID | |
resources: | |
persistent_disk: 50000 | |
cloud_properties: | |
instance_type: m1.xlarge | |
cloud: | |
plugin: openstack | |
properties: | |
openstack: | |
auth_url: http://192.168.2.142:5000/v2.0 # Replace with your OpenStack Identity API endpoint | |
tenant: admin # Replace with OpenStack tenant name | |
username: admin # Replace with OpenStack username | |
api_key: vedams123 # Replace with your OpenStack password | |
default_key_name: microbosh # OpenStack Keypair name | |
private_key: /home/vedams/my-micro-deployment/microbosh.pem # Path to OpenStack Keypair private key | |
default_security_groups: ["ssh","bosh"] | |
apply_spec: | |
properties: | |
max_upload_size: "10000m" | |
director: {max_threads: 3} | |
hm: {resurrector_enabled: true} | |
ntp: [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