82 lines
3.4 KiB
Text
82 lines
3.4 KiB
Text
---
|
|
nrpe_procs_warn: 900
|
|
nrpe_procs_crit: 1000
|
|
|
|
|
|
############################################################
|
|
# general config
|
|
############################################################
|
|
|
|
deployment_type: stg
|
|
tcp_ports: [ "{{ buildslave_port }}" ]
|
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
|
freezes: false
|
|
|
|
# this enables extra repos during dnf install but that's broken right now, remember to re-enable
|
|
extra_enablerepos: 'infrastructure-testing'
|
|
#extra_enablerepos: ''
|
|
|
|
|
|
############################################################
|
|
# buildslave config
|
|
############################################################
|
|
|
|
slaves_group: buildslaves
|
|
buildmaster: 10.5.124.232
|
|
buildslave_port: 9989
|
|
buildslave_password: "{{ stg_buildslave_password }}"
|
|
taskotron_admin_email: taskotron-admin-members@fedoraproject.org
|
|
|
|
|
|
############################################################
|
|
# taskotron config
|
|
############################################################
|
|
|
|
taskotron_fas_user: taskotron
|
|
# stuff is kinda not working for stg bodhi right now. workaround by having empty fas password
|
|
#taskotron_fas_password: '{{ stg_taskotron_fas_password}}'
|
|
taskotron_fas_password: ''
|
|
|
|
execdb_external_url: https://taskotron.stg.fedoraproject.org/execdb/
|
|
resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/
|
|
# this should be proxy01.stg through /etc/hosts
|
|
bodhi_server: http://bodhi.fedoraproject.org/
|
|
kojihub_url: https://koji.fedoraproject.org/kojihub
|
|
kojipkg_url: https://kojipkgs.fedoraproject.org/packages
|
|
taskotron_master: https://taskotron.stg.fedoraproject.org/taskmaster/
|
|
resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb
|
|
artifacts_base_url: https://taskotron.stg.fedoraproject.org/artifacts
|
|
|
|
client_report_to_bodhi: 'False'
|
|
|
|
imagesdir: /var/lib/diskimages
|
|
|
|
grokmirror_user: grokmirror
|
|
|
|
|
|
############################################################
|
|
# testcloud config
|
|
############################################################
|
|
|
|
buildslave_pubkey: "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA4EOTNfPIvIjCLNRYauVquS2LA8CZvCi6f87TASDZv4moFTv3mrCIdA3ycYLg+r+ODdPDjF9Cjpw1os/8L07XegTt9gAJVIpxzu3ZgQDkSQbx/hlDi+RG4EOIHL8nNJmu27dOVd1tb3k3aOkP5twO4uEq9RygrQBWMZTmOHdS/q8ZVUQG0d1sKv2J8EuBENgICjjIhhYvdvluu3G65jKxMgDbSXjkK6vZpbDbS2d6JI3VeLbVGlyFbHkTu7vH/vzTJZfOYgp0ZbvW9Wo3VSq/ia5qtrLKwRcBkpyCkP6uOQ14zqj4zJd/Hv7qhEcUhC8Jsb7d/Z6b3q5ID0s/9nuHdQ== tflink@lockbox01.phx2.fedoraproject.org"
|
|
|
|
|
|
############################################################
|
|
# task git mirror config
|
|
############################################################
|
|
|
|
buildslave_private_sshkey_file: dev-buildslave-sshkey/dev_buildslave
|
|
buildslave_public_sshkey_file: dev-buildslave-sshkey/dev_buildslave.pub
|
|
buildmaster_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvFSCgmexHcx9FevlBzVAMtBmJ6PyPeZ8kBx1L8sXy39QEUWiwm43woedqI6VPkrhy18VbnJDbVp/SiI7dQNnmNSYcfqQvXrXE36kBuOCI7tmESbuNvyPjRTDro7bp/U3jlaw+0f4Q7wSFPY60/L2qfHSwcmG89K7tj2zXDAuZlZ1RfhsTmB/4LI0cWLPU5xDxjhJkq+pTEiqbx2jF69DbUBkwfMHnrlspqEZtjuIrjVlRKhTM0TdqygNCnqU1SriA40JrDOp0bb3sHbEoVf7geFdFYrXh8w2r5Mk9nOxO7Fsqb539fgnThPJ7dOTUPOolBYXyEgPie36MLNzYsVlN'
|
|
|
|
|
|
############################################################
|
|
# imagefactory config
|
|
############################################################
|
|
|
|
imagefactory_host: qa12.qa.fedoraproject.org
|
|
imagefactory_baseurl: 'http://{{imagefactory_host}}:8075/imagefactory'
|
|
imagefactory_tools_branch: master
|
|
|
|
# enable nested virt
|
|
nested: true
|