From 445dc89175a7daececd764e550a38162df94c73e Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Thu, 5 May 2022 10:02:35 -0500 Subject: [PATCH] loadtest fix elastisearch path/alb subdomain hint (#5554) --- infrastructure/loadtesting/terraform/shared/alb.tf | 2 +- infrastructure/loadtesting/terraform/shared/elasticsearch.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/loadtesting/terraform/shared/alb.tf b/infrastructure/loadtesting/terraform/shared/alb.tf index ed5de2418b..58d3b3ec67 100644 --- a/infrastructure/loadtesting/terraform/shared/alb.tf +++ b/infrastructure/loadtesting/terraform/shared/alb.tf @@ -19,7 +19,7 @@ resource "aws_alb_listener" "https-fleetdm" { type = "fixed-response" fixed_response { content_type = "text/plain" - message_body = "moved to subdomains, try https://default.loadtesting.fleetdm.com" + message_body = "moved to subdomains, try https://default.loadtest.fleetdm.com" status_code = "404" } } diff --git a/infrastructure/loadtesting/terraform/shared/elasticsearch.tf b/infrastructure/loadtesting/terraform/shared/elasticsearch.tf index 7b3c8732f6..436f75e16c 100644 --- a/infrastructure/loadtesting/terraform/shared/elasticsearch.tf +++ b/infrastructure/loadtesting/terraform/shared/elasticsearch.tf @@ -104,7 +104,7 @@ resource "aws_autoscaling_group" "elasticstack" { tag { key = "ansible_playbook_path" - value = "tools/loadtesting/terraform/shared/elasticsearch_ansible" + value = "infrastructure/loadtesting/terraform/shared/elasticsearch_ansible" propagate_at_launch = true }