Created
January 31, 2012 13:13
Revisions
-
Karel Vervaeke revised this gist
Jan 31, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,8 @@ 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 -
Karel Vervaeke created this gist
Jan 31, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # 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.heavyweight.hardwareId=x4.large whirr.instance-descriptor.lightweight.hardwareId=x4.large # cluster: whirr.instance-templates=3 web/heavyweight, 1 db/lightweight, 1 db/heavyweight