Skip to content

Commit

Permalink
add Terraform profiles for 8.16.0 for factors with 2.0 and 3.0 images
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 27, 2024
1 parent e796159 commit faa448f
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 23 deletions.
23 changes: 0 additions & 23 deletions testing/benchmark/system-profiles/v0_8gb.tfvars

This file was deleted.

37 changes: 37 additions & 0 deletions testing/benchmark/system-profiles/v1.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
user_name = "USER"

ess_region = "gcp-us-west2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0-SNAPSHOT"

# APM bench

worker_instance_type = "c6i.2xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "32g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "256g"
elasticsearch_zone_count = 2
elasticsearch_dedicated_masters = true

docker_image_override = {
"elasticsearch":"docker.elastic.co/cloud-release/elasticsearch-cloud-ess",
"kibana":"docker.elastic.co/cloud-release/kibana-cloud",
"apm":"docker.elastic.co/observability-ci/elastic-agent",
}

docker_image_tag_override = {
"elasticsearch":"8.16.0-SNAPSHOT",
"kibana":"8.16.0-SNAPSHOT",
"apm":"8.16.0-SNAPSHOT-rubenvanstaden-1729473426",
}

# Standalone

standalone_apm_server_instance_size = "c6i.4xlarge"
standalone_moxy_instance_size = "c6i.8xlarge"
37 changes: 37 additions & 0 deletions testing/benchmark/system-profiles/v2.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
user_name = "USER"

ess_region = "gcp-us-west2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0-SNAPSHOT"

# APM bench

worker_instance_type = "c6i.2xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "32g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "256g"
elasticsearch_zone_count = 2
elasticsearch_dedicated_masters = true

docker_image_override = {
"elasticsearch":"docker.elastic.co/cloud-release/elasticsearch-cloud-ess",
"kibana":"docker.elastic.co/cloud-release/kibana-cloud",
"apm":"docker.elastic.co/observability-ci/elastic-agent",
}

docker_image_tag_override = {
"elasticsearch":"8.16.0-SNAPSHOT",
"kibana":"8.16.0-SNAPSHOT",
"apm":"8.16.0-SNAPSHOT-rubenvanstaden-1729621598",
}

# Standalone

standalone_apm_server_instance_size = "c6i.4xlarge"
standalone_moxy_instance_size = "c6i.8xlarge"

0 comments on commit faa448f

Please sign in to comment.