illustration of correct indentation for Apache Brooklyn `provisioning.properties` and how to specify those properties on the location
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: 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