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
59 lines
1.7 KiB
Text
59 lines
1.7 KiB
Text
---
|
|
copr_machine_type: backend
|
|
|
|
# what is the main backend service name
|
|
copr_backend_target: copr-backend.target
|
|
|
|
# Copr vars
|
|
copr_hostbase: copr-be
|
|
# 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
|
|
do_sign: "true"
|
|
host_backup_targets: ['/var/lib/copr/public_html/results']
|
|
|
|
# consumed by roles/copr/certbot
|
|
letsencrypt:
|
|
certificates:
|
|
copr-be.cloud.fedoraproject.org:
|
|
challenge_dir: /var/lib/copr/public_html
|
|
domains:
|
|
- copr-be.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\..*
|
|
|
|
nrpe_procs_crit: 2500
|
|
nrpe_procs_warn: 2200
|
|
|
|
tcp_ports: [
|
|
22, 80, 443,
|
|
# node_exporter/prometheus
|
|
9100,
|
|
]
|
|
services_disabled: false
|
|
|
|
aws_ipv6_addr: "2600:1f18:8ee:ae00:d553:8ed5:d8b6:9f83/128"
|
|
|
|
copr_backend_data_raid10_volumes:
|
|
- nvme-Amazon_Elastic_Block_Store_vol017b9ff832cb0fd97-part1
|
|
- nvme-Amazon_Elastic_Block_Store_vol0188cd4fedb1e7c78-part1
|
|
- nvme-Amazon_Elastic_Block_Store_vol025a19c2330fca7cd-part1
|
|
- nvme-Amazon_Elastic_Block_Store_vol0e809c6ef1c11f2c9-part1
|
|
|
|
copr_backend_data_2_raid1_volumes:
|
|
- nvme-Amazon_Elastic_Block_Store_vol0f226a7163d28d8fd-part1
|
|
- nvme-Amazon_Elastic_Block_Store_vol07293869d85a750b8-part1
|
|
|
|
notes: |
|
|
Provide the backend for copr (3rd party packages)
|
|
* Backend: Management of copr cloud infrastructure (OpenStack).
|
|
* Small frontend with copr's public stats
|