Skip to content

Instantly share code, notes, and snippets.

@karel1980
Created January 31, 2012 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karel1980/1710417 to your computer and use it in GitHub Desktop.
Save karel1980/1710417 to your computer and use it in GitHub Desktop.
# define 'classes': collections of useful role combinations
whirr.instance-class.web=role1+role2
whirr.instance-class.db=role3+role4
# define profiles. these could describe hardware, image, memory, ...
whirr.instance-descriptor.lightweight.hardwareId=x1.large
whirr.instance-descriptor.heavyweight.hardwareId=x4.large
# cluster:
whirr.instance-templates=3 web/heavyweight, 1 db/lightweight, 1 db/heavyweight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment