fedimg: add volume size option to config
This commit is contained in:
parent
fde47c6b09
commit
d7c1cd0730
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ base_task_url = https://kojipkgs.fedoraproject.org//work/tasks
|
|||
[aws]
|
||||
util_username = {{aws_util_username}}
|
||||
test_username = {{aws_test_username}}
|
||||
util_volume_size = {{aws_util_volume_size}}
|
||||
test_volume_size = {{aws_test_volume_size}}
|
||||
{% if env == 'staging' %}
|
||||
access_id = {{fedimg_aws_stg_access_id}}
|
||||
secret_key = {{fedimg_aws_stg_secret_key}}
|
||||
|
|
|
@ -3,6 +3,8 @@ delete_image_on_failure: True
|
|||
|
||||
aws_util_username: ec2-user
|
||||
aws_test_username: fedora
|
||||
aws_util_volume_size: 3
|
||||
aws_test_volume_size: 3
|
||||
# access_id and secret_key are in private vars
|
||||
aws_iam_profile: "arn:aws:iam::013116697141:user/oddshocks"
|
||||
aws_test: "/bin/true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue