migrated notes from infra/hosts motd changes; excluding CSI infos removed csi_* vars from group_vars; converted csi_purpose & csi_relationship into notes fixed merge conflicts minor changes; var updating YAMLs & playbooks udpated YAMLs & playbooks again updated correctly; buildhw.yml fixing merge conflicts dest added in motd.yml
54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
---
|
|
copr_machine_type: backend
|
|
|
|
_copr_be_conf: copr-be.conf-dev
|
|
# what is the main backend service name
|
|
copr_backend_target: copr-backend.target
|
|
|
|
# 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"
|
|
# 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
|
|
mail: coprteam@fedoraproject.org
|
|
|
|
predefined_deploy_script: lighttpd
|
|
|
|
# consumed by roles/messaging/base
|
|
messaging:
|
|
certificates:
|
|
- app_name: Copr build system
|
|
key: copr
|
|
username: copr
|
|
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.copr\..*
|
|
|
|
tcp_ports: [
|
|
22, 80, 443,
|
|
# node_exporter/prometheus
|
|
9100,
|
|
]
|
|
services_disabled: false
|
|
|
|
aws_ipv6_addr: "2600:1f18:8ee:ae00:6c8c:e094:1c5b:c2f9/128"
|
|
|
|
copr_backend_data_raid10_volumes:
|
|
- 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
|
|
|
|
copr_backend_data_2_raid1_volumes:
|
|
- nvme-Amazon_Elastic_Block_Store_vol0ce8220e998e2e32a-part1
|
|
- nvme-Amazon_Elastic_Block_Store_vol0038e042c49987b82-part1
|
|
|
|
notes: |
|
|
Provide the testing environment of copr's backend
|
|
This host is the testing environment for the cloud infrastructure of copr's backend
|