2020-02-19 21:17:39 +01:00
|
|
|
---
|
2024-11-29 09:41:23 +01:00
|
|
|
copr_machine_type: backend
|
|
|
|
|
|
2021-11-16 13:27:57 -08:00
|
|
|
_copr_be_conf: copr-be.conf-dev
|
|
|
|
|
# what is the main backend service name
|
|
|
|
|
copr_backend_target: copr-backend.target
|
2024-03-12 13:17:16 +01:00
|
|
|
|
2021-11-16 13:27:57 -08:00
|
|
|
# Copr vars
|
|
|
|
|
copr_hostbase: copr-be-dev
|
|
|
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
|
|
|
# Groups and individual hosts should override them with specific info.
|
|
|
|
|
description: copr dispatcher and repo server - dev instance
|
|
|
|
|
do_sign: "true"
|
2021-11-20 20:39:40 +01:00
|
|
|
# consumed by roles/copr/certbot
|
|
|
|
|
letsencrypt:
|
|
|
|
|
certificates:
|
|
|
|
|
copr-be-dev.cloud.fedoraproject.org:
|
|
|
|
|
challenge_dir: /var/lib/copr/public_html
|
|
|
|
|
domains:
|
|
|
|
|
- copr-be-dev.cloud.fedoraproject.org
|
2022-02-04 15:24:36 +01:00
|
|
|
mail: coprteam@fedoraproject.org
|
2022-01-30 18:50:28 +01:00
|
|
|
|
2021-11-20 20:39:40 +01:00
|
|
|
predefined_deploy_script: lighttpd
|
2024-03-12 13:17:16 +01:00
|
|
|
|
2020-02-19 21:17:39 +01:00
|
|
|
# consumed by roles/messaging/base
|
|
|
|
|
messaging:
|
|
|
|
|
certificates:
|
2021-11-16 13:27:57 -08:00
|
|
|
- app_name: Copr build system
|
|
|
|
|
key: copr
|
|
|
|
|
username: copr
|
2022-07-07 09:09:07 +02:00
|
|
|
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
2024-03-12 13:17:16 +01:00
|
|
|
|
2021-11-18 15:26:28 +01:00
|
|
|
tcp_ports: [
|
|
|
|
|
22, 80, 443,
|
|
|
|
|
# node_exporter/prometheus
|
|
|
|
|
9100,
|
|
|
|
|
]
|
2025-11-23 22:34:22 +01:00
|
|
|
services_disabled: false
|
2021-11-30 13:28:59 +01:00
|
|
|
|
|
|
|
|
aws_ipv6_addr: "2600:1f18:8ee:ae00:6c8c:e094:1c5b:c2f9/128"
|
2022-11-22 19:50:07 +01:00
|
|
|
|
|
|
|
|
copr_backend_data_raid10_volumes:
|
2022-11-23 21:38:32 +01:00
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol00ee3a18d4b88bd2d-part1
|
|
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol01d7d16e5e447b3c4-part1
|
|
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol0860700f1b82314b5-part1
|
|
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol0ea433a88aef9c644-part1
|
2023-10-03 15:38:39 +02:00
|
|
|
|
|
|
|
|
copr_backend_data_2_raid1_volumes:
|
|
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol0ce8220e998e2e32a-part1
|
|
|
|
|
- nvme-Amazon_Elastic_Block_Store_vol0038e042c49987b82-part1
|
2025-01-06 13:04:00 +05:30
|
|
|
|
2026-06-01 17:21:57 +02:00
|
|
|
rpmeta_enabled: true
|
|
|
|
|
rpmeta_hostname: rpmeta.stg.fedoraproject.org
|
|
|
|
|
|
2025-01-06 13:04:00 +05:30
|
|
|
notes: |
|
|
|
|
|
Provide the testing environment of copr's backend
|
|
|
|
|
This host is the testing environment for the cloud infrastructure of copr's backend
|
2026-06-04 15:00:12 +01:00
|
|
|
|
|
|
|
|
zabbix_macros:
|
|
|
|
|
'COPR.FE_URL': copr.stg.fedoraproject.org
|