From 5b0eddf950cceff3434fba7a6a56e2d657f288b2 Mon Sep 17 00:00:00 2001 From: gene-redpanda <123959009+gene-redpanda@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:47:10 -0500 Subject: [PATCH] fix: extra vars for extra aws --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0aec1ee..6c6242c 100644 --- a/Makefile +++ b/Makefile @@ -507,7 +507,9 @@ extra-aws: -var='hosts_file=$(EXTRA_INVENTORY)' \ -var='machine_architecture=$(MACHINE_ARCH)' \ -var='enable_connect=false' \ - -var='instance_type=$(INSTANCE_TYPE_AWS)' + -var='broker_instance_type=$(INSTANCE_TYPE_AWS)' \ + -var='client_instance_type=$(INSTANCE_TYPE_AWS)' \ + -var='prometheus_instance_type=$(INSTANCE_TYPE_AWS)' .PHONY: extra-aws-destroy extra-aws-destroy: @@ -525,7 +527,9 @@ extra-aws-destroy: -var='hosts_file=$(EXTRA_INVENTORY)' \ -var='machine_architecture=$(MACHINE_ARCH)' \ -var='enable_connect=false' \ - -var='instance_type=$(INSTANCE_TYPE_AWS)' + -var='broker_instance_type=$(INSTANCE_TYPE_AWS)' \ + -var='client_instance_type=$(INSTANCE_TYPE_AWS)' \ + -var='prometheus_instance_type=$(INSTANCE_TYPE_AWS)' .PHONY: extra-cluster