copr: add aws region to configuration
This commit is contained in:
parent
e18670cf00
commit
5a64bb3727
4 changed files with 6 additions and 2 deletions
|
@ -18,4 +18,6 @@ dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
|||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
copr_aws_region: us-east-1
|
||||
|
||||
datacenter: cloud
|
||||
|
|
|
@ -18,3 +18,5 @@ frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|||
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
copr_aws_region: us-east-1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
region = us-east-1
|
||||
region = {{ copr_aws_region }}
|
||||
output = json
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
aws_access_key: {{ copr_aws_access_key_id }}
|
||||
aws_secret_key: {{ copr_aws_secret_access_key }}
|
||||
|
||||
aws_region: us-east-1
|
||||
aws_region: {{ copr_aws_region }}
|
||||
|
||||
builder_images:
|
||||
x86_64: "{{ copr_builder_images.aws.x86_64 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue