Skip to content

Commit

Permalink
fix: extra vars for extra aws
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda committed Jun 24, 2024
1 parent 67c9516 commit 5b0eddf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 5b0eddf

Please sign in to comment.