From c908f259c49f00eba4aa83d2661ed59d979eb986 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Tue, 22 Oct 2024 14:45:26 -0400 Subject: [PATCH] add profiles linking to 2.0 and 3.0 docker images --- testing/benchmark/system-profiles/v1.tfvars | 35 +++++++++++++++++++++ testing/benchmark/system-profiles/v2.tfvars | 35 +++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 testing/benchmark/system-profiles/v1.tfvars create mode 100644 testing/benchmark/system-profiles/v2.tfvars diff --git a/testing/benchmark/system-profiles/v1.tfvars b/testing/benchmark/system-profiles/v1.tfvars new file mode 100644 index 00000000000..e719514c5bb --- /dev/null +++ b/testing/benchmark/system-profiles/v1.tfvars @@ -0,0 +1,35 @@ +user_name = "USER" + +# APM bench + +stack_version = "8.16.0-SNAPSHOT" +ess_region = "gcp-us-west2" +deployment_template = "gcp-cpu-optimized" + +worker_instance_type = "c6i.xlarge" +worker_region = "us-west-2" + +# Elastic Cloud + +apm_server_size = "8g" +apm_server_zone_count = 1 + +elasticsearch_size = "64g" +elasticsearch_zone_count = 2 + +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.xlarge" +standalone_moxy_instance_size = "c6i.2xlarge" diff --git a/testing/benchmark/system-profiles/v2.tfvars b/testing/benchmark/system-profiles/v2.tfvars new file mode 100644 index 00000000000..d657cd6e21f --- /dev/null +++ b/testing/benchmark/system-profiles/v2.tfvars @@ -0,0 +1,35 @@ +user_name = "USER" + +# APM bench + +stack_version = "8.16.0-SNAPSHOT" +ess_region = "gcp-us-west2" +deployment_template = "gcp-cpu-optimized" + +worker_instance_type = "c6i.xlarge" +worker_region = "us-west-2" + +# Elastic Cloud + +apm_server_size = "8g" +apm_server_zone_count = 1 + +elasticsearch_size = "64g" +elasticsearch_zone_count = 2 + +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.xlarge" +standalone_moxy_instance_size = "c6i.2xlarge"