2020-02-19 21:17:39 +01:00
|
|
|
---
|
2020-02-20 15:19:03 +01:00
|
|
|
description: copr dispatcher and repo server - dev instance
|
|
|
|
|
|
|
|
_lighttpd_conf_src: "lighttpd/lighttpd_dev.conf"
|
|
|
|
|
|
|
|
copr_nova_auth_url: "https://fedorainfracloud.org:5000/v2.0"
|
|
|
|
copr_nova_tenant_id: "a6ff2158641c439a8426d7facab45437"
|
|
|
|
copr_nova_tenant_name: "coprdev"
|
|
|
|
copr_nova_username: "copr"
|
|
|
|
|
|
|
|
copr_builder_image_name: "builder-f24"
|
|
|
|
copr_builder_flavor_name: "ms2.builder"
|
|
|
|
copr_builder_network_name: "coprdev-net"
|
|
|
|
copr_builder_key_name: "buildsys"
|
|
|
|
copr_builder_security_groups: "ssh-anywhere-coprdev,default,ssh-from-persistent-coprdev"
|
|
|
|
|
|
|
|
copr_builder_images:
|
|
|
|
x86_64: copr-builder-x86_64-f31-20200117_120726
|
|
|
|
ppc64le: copr-builder-ppc64le-f31-20200117_132023
|
|
|
|
aarch64: copr-builder-20200120_133457
|
|
|
|
aws:
|
|
|
|
x86_64: ami-009d97ed84d6b6fba # copr-builder-x86_64-f31-20200117_142517
|
|
|
|
aarch64: ami-05694f6d50e78cb91 # copr-builder-aarch64-f31-20200117_142544
|
|
|
|
|
|
|
|
do_sign: "true"
|
|
|
|
|
|
|
|
spawn_in_advance: "false"
|
2020-02-21 15:16:56 +01:00
|
|
|
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
2020-02-20 15:19:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
# 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: Moderate
|
|
|
|
csi_primary_contact: "msuchy (mirek), frostyx, dturecek, praiskup IRC #fedora-admin, #fedora-buildsys"
|
|
|
|
csi_purpose: Provide the testing environment of copr's backend
|
|
|
|
csi_relationship: This host is the testing environment for the cloud infrastructure of copr's backend
|
|
|
|
|
|
|
|
# consumed by roles/copr/certbot
|
|
|
|
letsencrypt:
|
|
|
|
predefined_deploy_script: lighttpd
|
|
|
|
certificates:
|
2020-02-21 15:16:56 +01:00
|
|
|
copr-be-dev.cloud.fedoraproject.org:
|
2020-02-20 15:19:03 +01:00
|
|
|
domains:
|
2020-02-21 15:16:56 +01:00
|
|
|
- copr-be-dev.cloud.fedoraproject.org
|
2020-02-20 15:19:03 +01:00
|
|
|
challenge_dir: /var/lib/copr/public_html
|
|
|
|
mail: copr-devel@lists.fedorahosted.org
|
2020-02-19 21:17:39 +01:00
|
|
|
|
|
|
|
root_auth_users: msuchy pingou frostyx dturecek praiskup schlupov thrnciar
|
|
|
|
|
|
|
|
# consumed by roles/messaging/base
|
|
|
|
messaging:
|
|
|
|
certificates:
|
|
|
|
- key: copr
|
|
|
|
username: copr
|
|
|
|
app_name: Copr build system
|
|
|
|
|
|
|
|
# Copr vars
|
|
|
|
copr_hostbase: copr-be-dev
|
|
|
|
_copr_be_conf: copr-be.conf-dev
|
2020-02-19 21:28:50 +01:00
|
|
|
|
|
|
|
datacenter: aws
|