-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.8.1
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
Placement groups work for cc1.4xlarge and cc2.8xlarge instances but don't work for hi1.4xlarge instances. In an attempt to fix this I noticed that these were not correctly specified in jclouds 1.5.1 (fixed in jclouds 1.6.0-SNAPSHOT). These are the differences between 1.5.1 and 1.6.0-SNAPSHOT. The virtualization type is now set to hvm: https://github.com/jclouds/jclouds/blob/master/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java#L359
and the hi1.4xlarge are built with ccAMI support: https://github.com/jclouds/jclouds/blob/master/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/suppliers/AWSEC2HardwareSupplier.java#L71
I cloned jclouds 1.5.1 and patched these differences locally. I compiled whirr 0.8.1 against this, and while the virtualization type is now correct, placement groups are still not created for hi1.4xlarge.