mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Nourhane @ IBM confirmed this should be OK, considering we spend about the same cloud budget as before (more machines means we still process the same amount of tasks, but faster).
94 lines
3.0 KiB
Plaintext
94 lines
3.0 KiB
Plaintext
---
|
|
_forward_src: "forward"
|
|
aws_arch_subnets:
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1a).
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1d).
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1f).
|
|
aarch64:
|
|
- subnet-0995f6a466849f4c3
|
|
- subnet-08cadf5a14b530ac4
|
|
- subnet-07b0b3168a353e3ee
|
|
x86_64:
|
|
- subnet-0995f6a466849f4c3
|
|
- subnet-08cadf5a14b530ac4
|
|
- subnet-07b0b3168a353e3ee
|
|
- subnet-09c74a3e6420a206b
|
|
- subnet-01d4e967ab5e78005
|
|
- subnet-05437ac82d63b6ef5
|
|
backend_base_url: "https://download.copr.fedorainfracloud.org"
|
|
builders:
|
|
# max|spawn_concurrently|prealloc
|
|
aws:
|
|
aarch64: [8, 2, 2]
|
|
x86_64: [20, 4, 1]
|
|
aws_spot:
|
|
aarch64: [30, 4, 3]
|
|
x86_64: [70, 8, 8]
|
|
ppc64le_hypervisor_01:
|
|
ppc64le: [15, 4, 15]
|
|
# There's the ppc64le-test machine, so keep 2 builders less.
|
|
ppc64le_hypervisor_02:
|
|
ppc64le: [13, 4, 13]
|
|
p09_hypervisor_01:
|
|
ppc64le: [31, 5, 31]
|
|
x86_hypervisor_01:
|
|
x86_64: [20, 4, 20]
|
|
x86_hypervisor_02:
|
|
x86_64: [20, 4, 20]
|
|
x86_hypervisor_03:
|
|
x86_64: [20, 4, 20]
|
|
x86_hypervisor_04:
|
|
x86_64: [20, 4, 20]
|
|
ibm_cloud_us_east:
|
|
# s390x is on-demand
|
|
s390x: [18, 6, 6]
|
|
ibm_cloud_tokyo:
|
|
# tokyo is evacuated
|
|
s390x: [0, 6, 6]
|
|
copr_aws_region: us-east-1
|
|
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["52.44.175.77", "172.30.2.240"]
|
|
|
|
copr_builder_fedora_version: 38
|
|
|
|
copr_builder_images:
|
|
aws:
|
|
aarch64: ami-0f501baf909425008
|
|
x86_64: ami-0bf2d362f62f81bdf
|
|
hypervisor:
|
|
ppc64le: copr-builder-ppc64le-20230608_110920
|
|
x86_64: copr-builder-x86_64-20230608_112008
|
|
ibm_cloud:
|
|
s390x:
|
|
tokyo: r022-520df49e-d982-4f58-9df0-f8fbda004ecf
|
|
us_east: r014-28482f8a-f9aa-421a-a140-ffa1539d1c56
|
|
osuosl:
|
|
ppc64le: copr-builder-ppc64le-20230608_110920
|
|
|
|
copr_messaging: true
|
|
datacenter: aws
|
|
devel: false
|
|
dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
|
frontend_base_url: "https://copr.fedorainfracloud.org"
|
|
keygen_host: "54.83.48.73"
|
|
rpm_vendor_copr_name: Fedora Copr
|
|
root_auth_users: msuchy frostyx praiskup nikromen
|
|
|
|
aws_cloudfront_distribution: E2PUZIRCXCOXTG
|
|
|
|
nrpe_client_uid: 500
|
|
|
|
rsnapshot_push:
|
|
server_host: storinator01.rdu-cc.fedoraproject.org
|
|
backup_dir: /srv/nfs/copr-be
|
|
cases:
|
|
copr-be-copr-user:
|
|
user: copr
|
|
rsync_args: -H --relative /var/lib/copr/public_html --info=progress2
|
|
command: rsnapshot_copr_backend
|
|
timing_plan: copr_be
|
|
# copr-backend's copr/resalloc pubkey
|
|
ssh_pub_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeTO0ddXuhDZYM9HyM0a47aeV2yIVWhTpddrQ7/RAIs99XyrsicQLABzmdMBfiZnP0FnHBF/e+2xEkT8hHJpX6bX81jjvs2bb8KP18Nh8vaXI3QospWrRygpu1tjzqZT0Llh4ZVFscum8TrMw4VWXclzdDw6x7csCBjSttqq8F3iTJtQ9XM9/5tCAAOzGBKJrsGKV1CNIrfUo5CSzY+IUVIr8XJ93IB2ZQVASK34T/49egmrWlNB32fqAbDMC+XNmobgn6gO33Yq5Ly7Dk4kqTUx2TEaqDkZfhsVu0YcwV81bmqsltRvpj6bIXrEoMeav7nbuqKcPLTxWEY/2icePF"
|