From 484de91ac9d1e8aa15a1d0b5b1c8dad0daf7df2e Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Fri, 1 Nov 2024 05:41:11 -0700 Subject: [PATCH] Stop using deprecated deployment templates (#5910) --- .../ess/create_deployment_csp_configuration.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/testing/ess/create_deployment_csp_configuration.yaml b/pkg/testing/ess/create_deployment_csp_configuration.yaml index 199f664a65a..c0a12f8d67a 100644 --- a/pkg/testing/ess/create_deployment_csp_configuration.yaml +++ b/pkg/testing/ess/create_deployment_csp_configuration.yaml @@ -1,15 +1,15 @@ gcp: - integrations_server_conf_id: "gcp.integrationsserver.n2.68x32x45.2" + integrations_server_conf_id: "gcp.integrationsserver.n2.68x32x45" elasticsearch_conf_id: "gcp.es.datahot.n2.68x10x45" - elasticsearch_deployment_template_id: "gcp-storage-optimized-v5" + elasticsearch_deployment_template_id: "gcp-storage-optimized" kibana_instance_configuration_id: "gcp.kibana.n2.68x32x45" azure: - integrations_server_conf_id: "azure.integrationsserver.fsv2.2" + integrations_server_conf_id: "azure.integrationsserver.fsv2" elasticsearch_conf_id: "azure.es.datahot.edsv4" - elasticsearch_deployment_template_id: "azure-storage-optimized-v2" + elasticsearch_deployment_template_id: "azure-storage-optimized" kibana_instance_configuration_id: "azure.kibana.fsv2" aws: - integrations_server_conf_id: "aws.integrationsserver.c5d.2.1" - elasticsearch_conf_id: "aws.es.datahot.i3.1.1" - elasticsearch_deployment_template_id: "aws-storage-optimized-v5" - kibana_instance_configuration_id: "aws.kibana.c5d.1.1" \ No newline at end of file + integrations_server_conf_id: "aws.integrationsserver.c5d" + elasticsearch_conf_id: "aws.es.datahot.i3" + elasticsearch_deployment_template_id: "aws-storage-optimized" + kibana_instance_configuration_id: "aws.kibana.c5d"