Skip to content

Commit

Permalink
[cloud image] Copy AMI to testing regions
Browse files Browse the repository at this point in the history
Same has Scylla images, we need monitoring image to be available also in
testing regions so QA can use them
  • Loading branch information
yaronkaikov committed May 8, 2024
1 parent c0643c3 commit 90f7fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packer/scylla-monitor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ami_name": "{{ user `monitor_image_name` }}",
"source_ami": "{{user `aws_source_ami`}}",
"instance_type": "{{user `aws_instance_type`}}",
"aws_regions": "us-west-2,eu-west-2,eu-west-1,eu-central-1,eu-north-1",
"user_data_file": "files/user_data.txt",
"subnet_filter": {
"filters": {
Expand Down

0 comments on commit 90f7fb8

Please sign in to comment.