Skip to content

Instantly share code, notes, and snippets.

@ahgittin
Created April 23, 2015 09:14
Show Gist options
  • Save ahgittin/ef8a4b39695f6d4c684e to your computer and use it in GitHub Desktop.
Save ahgittin/ef8a4b39695f6d4c684e to your computer and use it in GitHub Desktop.
illustration of correct indentation for Apache Brooklyn `provisioning.properties` and how to specify those properties on the location
name: chef-mysql-sample
location:
jclouds:aws-ec2:us-west-1:
minRam: 4gb
services:
- type: chef:mysql
...
provisioning.properties:
# this will override `minRam` set above
minRam: 5046mb
minCores: 4
minDisk: 1024
imageId: eu-west-1/ami-3bbaa54f
extraSshPublicKeyUrls:
- https://link/to/my/....................publickey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment