JCLOUDS-1467 Updated the SSD drive information.
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/1e2cc2df Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/1e2cc2df Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/1e2cc2df Branch: refs/remotes/github/pr/1260 Commit: 1e2cc2df32a6f556bd66009b06102dc83f29d3dc Parents: 12ccb3d Author: kraza <[email protected]> Authored: Mon Dec 3 10:39:08 2018 -0500 Committer: kraza <[email protected]> Committed: Mon Dec 3 10:39:08 2018 -0500 ---------------------------------------------------------------------- .../java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java | 4 ++-- apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/1e2cc2df/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java ---------------------------------------------------------------------- diff --git a/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java b/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java index b7ce6e2..e31dd33 100644 --- a/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java +++ b/apis/ec2/src/main/java/org/jclouds/ec2/compute/domain/EC2HardwareBuilder.java @@ -1106,7 +1106,7 @@ public class EC2HardwareBuilder extends HardwareBuilder { .processors(ImmutableList.of(new Processor(8.0, 3.0))) .volumes(ImmutableList.<Volume>of( new VolumeBuilder().type(LOCAL).size(10.0f).device("/dev/sda1").bootDevice(true).durable(false).build(), - new VolumeBuilder().type(LOCAL).size(200.0f).device("/dev/sdb").bootDevice(false).durable(false).build())) + new VolumeBuilder().type(LOCAL).size(225.0f).device("/dev/sdb").bootDevice(false).durable(false).build())) .is64Bit(true); } @@ -1119,7 +1119,7 @@ public class EC2HardwareBuilder extends HardwareBuilder { .processors(ImmutableList.of(new Processor(16.0, 3.0))) .volumes(ImmutableList.<Volume>of( new VolumeBuilder().type(LOCAL).size(10.0f).device("/dev/sda1").bootDevice(true).durable(false).build(), - new VolumeBuilder().type(LOCAL).size(400.0f).device("/dev/sdb").bootDevice(false).durable(false).build())) + new VolumeBuilder().type(LOCAL).size(450.0f).device("/dev/sdb").bootDevice(false).durable(false).build())) .is64Bit(true); } http://git-wip-us.apache.org/repos/asf/jclouds/blob/1e2cc2df/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java ---------------------------------------------------------------------- diff --git a/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java b/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java index 31c8460..d673d9a 100644 --- a/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java +++ b/apis/ec2/src/main/java/org/jclouds/ec2/domain/InstanceType.java @@ -847,7 +847,7 @@ public class InstanceType { * <ul> * <li>16 GiB of memory</li> * <li>8 vCPU</li> - * <li>1 x 200 NVMe SSD</li> + * <li>1 x 225 NVMe SSD</li> * <li>Up to 25 Gbps of network bandwidth using Elastic Network Adapter (ENA)-based Enhanced Networking</li> * </ul> */ @@ -858,7 +858,7 @@ public class InstanceType { * <ul> * <li>32 GiB of memory</li> * <li>16 vCPU</li> - * <li>1 x 400 NVMe SSD</li> + * <li>1 x 450 NVMe SSD</li> * <li>Up to 25 Gbps of network bandwidth using Elastic Network Adapter (ENA)-based Enhanced Networking</li> * </ul> */
