This was done using yq ( https://mikefarah.gitbook.io/yq/operators/sort-keys ) Doing things this way makes it much easier to see if a variable is set in a file or if two hosts differ in what variables they set. Hopefully we can keep things sorted moving forward. Basically this means just sort a-z anything you add to any host or group vaiable and it will be in the right place. Additionally, this enforces 'normal' intent rules for all the variable files which we should also try and obey. 2 spaces for first level, 3 for next, etc. When in doubt you can run yq on it. This should cause NO actual vairable changes, it's all just readability fixing for humans, ansible parses it exactly the same. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
41 lines
1.6 KiB
Text
41 lines
1.6 KiB
Text
---
|
|
_copr_be_conf: copr-be.conf
|
|
# There is no python2 on F30
|
|
|
|
# what is the main backend service name
|
|
copr_backend_target: copr-backend.target
|
|
# copr_builder_image_name: "Fedora-Cloud-Base-20141203-21"
|
|
copr_builder_flavor_name: "ms2.builder"
|
|
copr_builder_key_name: "buildsys"
|
|
copr_builder_network_name: "copr-net"
|
|
copr_builder_security_groups: "ssh-anywhere-copr,default,ssh-from-persistent-copr"
|
|
# Copr vars
|
|
copr_hostbase: copr-be
|
|
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
|
|
copr_nova_tenant_id: "5d99f099b7fe4b0387f0352f6301ba6a"
|
|
copr_nova_tenant_name: "copr"
|
|
copr_nova_username: "copr"
|
|
csi_primary_contact: "msuchy (mirek), frostyx, praiskup IRC #fedora-admin, #fedora-buildsys"
|
|
csi_purpose: Provide the backend for copr (3rd party packages)
|
|
csi_relationship: |
|
|
- Backend: Management of copr cloud infrastructure (OpenStack).
|
|
- Small frontend with copr's public stats
|
|
# These variables are pushed into /etc/system_identification by the base role.
|
|
# Groups and individual hosts should override them with specific info.
|
|
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
|
csi_security_category: High
|
|
description: copr dispatcher and repo server
|
|
do_sign: "true"
|
|
frontend_base_url: "https://copr.fedorainfracloud.org"
|
|
host_backup_targets: ['/var/lib/copr/public_html/results']
|
|
# consumed by roles/messaging/base
|
|
messaging:
|
|
certificates:
|
|
- app_name: Copr build system
|
|
key: copr
|
|
username: copr
|
|
nrpe_procs_crit: 2500
|
|
nrpe_procs_warn: 2200
|
|
root_auth_users: msuchy pingou frostyx praiskup schlupov
|
|
spawn_in_advance: "true"
|
|
tcp_ports: [22, 80, 443]
|