Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Reduce AWS publish regions (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Iranzo Gómez <[email protected]>
  • Loading branch information
iranzo authored and kubevirt-bot committed Jan 14, 2020
1 parent 70045be commit f9732f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@ On AWS case, this last step changes. The YAML file will propagate the AMI image

### AWS Regions to propagate to

- us-west-1
- us-east-1
- us-east-2
- us-west-2
- ca-central-1
- # disabled us-east-2
- # disabled us-west-2
- # disabled ca-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- ap-northeast-1
- # disabled eu-west-2
- # disabled eu-west-3
- # disabled eu-central-1
- # disabled ap-northeast-1
- ap-southeast-1
- ap-southeast-2
- ap-south-1
- sa-east-1
- # disabled ap-southeast-2
- # disabled ap-south-1
- # disabled sa-east-1

## Enhancements

Expand Down
10 changes: 0 additions & 10 deletions ansible/aws-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,8 @@
aws_root_ami: "{{ lookup('file','/tmp/root-ami-id') }}"
ec2Regions:
- us-east-1
- us-east-2
- us-west-2
- ca-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- ap-northeast-1
- ap-southeast-1
- ap-southeast-2
- ap-south-1
- sa-east-1
tasks:
- name: "Copy AMI From us-west-1 To All Target Regions"
register: "ami_return"
Expand Down

0 comments on commit f9732f5

Please sign in to comment.