[
https://issues.apache.org/jira/browse/WHIRR-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915500#action_12915500
]
Adrian Cole commented on WHIRR-97:
----------------------------------
I'd leave out the following in TemplateBuilderStrategy:
+ if ("ec2".equals(clusterSpec.getProvider())) {
+ templateBuilder.osFamily(AMZN_LINUX);
+ } else {
+ // fall back to a recent Ubuntu image
+ templateBuilder.osFamily(UBUNTU);
+ }
AMZN_LINUX is already the default in ec2, and UBUNTU is not universally
available (ex. gogrid). I'd recommend just leaving things default if the user
didn't specify an ami.
Besides this, the tests work fine!
> Lucid is not stable on EC2
> --------------------------
>
> Key: WHIRR-97
> URL: https://issues.apache.org/jira/browse/WHIRR-97
> Project: Whirr
> Issue Type: Bug
> Components: core
> Affects Versions: 0.1.0
> Reporter: Tom White
> Assignee: Tom White
> Fix For: 0.2.0
>
> Attachments: WHIRR-97.patch, WHIRR-97.patch
>
>
> There are reported problems with Lucid on EC2 (see
> https://bugs.launchpad.net/ubuntu-on-ec2/+bug/574910). We should change the
> default, perhaps to an Amazon Linux AMI
> (http://aws.amazon.com/amazon-linux-ami/).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.