-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ib1f348dde781d2eb660beb273f62b98692175ef5 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/174582 Tested-by: Build Bot <[email protected]> Reviewed-by: vikas chaudhary <[email protected]>
- Loading branch information
1 parent
502dbc3
commit acd845f
Showing
32 changed files
with
2,837 additions
and
19 deletions.
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 characters
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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[infrastructure] | ||
provider = aws | ||
type = ec2 | ||
os_arch = arm | ||
|
||
[clusters] | ||
couchbase1 = | ||
ec2.ec2_cluster_1.ec2_node_group_1.1:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.2:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.3:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.4:index | ||
|
||
[clients] | ||
workers1 = | ||
ec2.ec2_cluster_1.ec2_node_group_2.1 | ||
|
||
[utilities] | ||
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1 | ||
|
||
[ec2] | ||
clusters = ec2_cluster_1 | ||
|
||
[ec2_cluster_1] | ||
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3 | ||
storage_class = gp3 | ||
|
||
[ec2_node_group_1] | ||
instance_type = c6gd.4xlarge | ||
instance_capacity = 4 | ||
volume_size = 4000 | ||
volume_type = gp3 | ||
volume_throughput = 1000 | ||
iops = 16000 | ||
|
||
[ec2_node_group_2] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[ec2_node_group_3] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[storage] | ||
data = /data | ||
|
||
[credentials] | ||
rest = Administrator:password | ||
ssh = root:couchbase | ||
aws_key_name = korry | ||
|
||
[parameters] | ||
OS = CentOS 7 | ||
CPU = c6gd.4xlarge (16 vCPU) | ||
Memory = 32 GB | ||
Disk = EBS 4TB (gp3) |
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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[infrastructure] | ||
provider = aws | ||
type = ec2 | ||
os_arch = arm | ||
|
||
[clusters] | ||
couchbase1 = | ||
ec2.ec2_cluster_1.ec2_node_group_1.1:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.2:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.3:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.4:index | ||
|
||
[clients] | ||
workers1 = | ||
ec2.ec2_cluster_1.ec2_node_group_2.1 | ||
|
||
[utilities] | ||
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1 | ||
|
||
[ec2] | ||
clusters = ec2_cluster_1 | ||
|
||
[ec2_cluster_1] | ||
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3 | ||
storage_class = gp3 | ||
|
||
[ec2_node_group_1] | ||
instance_type = c6gd.4xlarge | ||
instance_capacity = 4 | ||
volume_size = 1000 | ||
volume_type = gp3 | ||
volume_throughput = 1000 | ||
iops = 12000 | ||
|
||
[ec2_node_group_2] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[ec2_node_group_3] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[storage] | ||
data = /data | ||
|
||
[credentials] | ||
rest = Administrator:password | ||
ssh = root:couchbase | ||
aws_key_name = korry | ||
|
||
[parameters] | ||
OS = CentOS 7 | ||
CPU = c6gd.4xlarge (16 vCPU) | ||
Memory = 32 GB | ||
Disk = EBS 4TB (gp3) |
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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
[infrastructure] | ||
provider = aws | ||
type = ec2 | ||
os_arch = arm | ||
|
||
[clusters] | ||
couchbase1 = | ||
ec2.ec2_cluster_1.ec2_node_group_1.1:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.2:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.3:kv | ||
ec2.ec2_cluster_1.ec2_node_group_1.4:index | ||
|
||
[clients] | ||
workers1 = | ||
ec2.ec2_cluster_1.ec2_node_group_2.1 | ||
|
||
[utilities] | ||
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1 | ||
|
||
[ec2] | ||
clusters = ec2_cluster_1 | ||
|
||
[ec2_cluster_1] | ||
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3 | ||
storage_class = gp2 | ||
|
||
[ec2_node_group_1] | ||
instance_type = c6gd.4xlarge | ||
instance_capacity = 4 | ||
volume_size = 4000 | ||
volume_type = io2 | ||
iops = 64000 | ||
|
||
[ec2_node_group_2] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[ec2_node_group_3] | ||
instance_type = c5.24xlarge | ||
instance_capacity = 1 | ||
volume_size = 100 | ||
|
||
[storage] | ||
data = /data | ||
|
||
[credentials] | ||
rest = Administrator:password | ||
ssh = root:couchbase | ||
aws_key_name = korry | ||
|
||
[parameters] | ||
OS = CentOS 7 | ||
CPU = c6gd.4xlarge (16 vCPU) | ||
Memory = 32 GB | ||
Disk = EBS 4TB (io2) |
Oops, something went wrong.