mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:02:07 +08:00
52 lines
1002 B
Plaintext
52 lines
1002 B
Plaintext
---
|
|
devel: true
|
|
|
|
copr_messaging: true
|
|
|
|
datacenter: aws
|
|
|
|
_forward_src: "forward_dev"
|
|
|
|
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["18.208.10.131", "172.30.2.207"]
|
|
keygen_host: "54.225.23.248"
|
|
|
|
backend_base_url: "https://download.copr-dev.fedorainfracloud.org"
|
|
postfix_group: copr
|
|
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
|
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|
|
|
ansible_ifcfg_blocklist: true
|
|
|
|
copr_aws_region: us-east-1
|
|
|
|
services_disabled: false
|
|
nm_controlled_resolv: True
|
|
|
|
builders:
|
|
# max|max_spawn|max_prealloc
|
|
aws:
|
|
x86_64: [4, 1, 1]
|
|
aarch64: [2, 1, 1]
|
|
|
|
aws_spot:
|
|
x86_64: [5, 2, 3]
|
|
aarch64: [5, 2, 2]
|
|
|
|
x86_hypervisor_01:
|
|
x86_64: [2,1,1]
|
|
|
|
x86_hypervisor_02:
|
|
x86_64: [2, 1, 1]
|
|
|
|
x86_hypervisor_03:
|
|
x86_64: [2, 1, 1]
|
|
|
|
#x86_hypervisor_04:
|
|
# x86_64: [2, 1, 1]
|
|
|
|
rpm_vendor_copr_name: Fedora Copr (devel)
|