changing qa12 and qa13 to taskotron-prod-client-hosts
This commit is contained in:
parent
9c64f426b9
commit
6a458efa5b
2 changed files with 65 additions and 2 deletions
61
inventory/group_vars/taskotron-prod-client-hosts
Normal file
61
inventory/group_vars/taskotron-prod-client-hosts
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
|
||||
############################################################
|
||||
# general config
|
||||
############################################################
|
||||
|
||||
deployment_type: prod
|
||||
tcp_ports: [ "{{ buildslave_port }}" ]
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
freezes: false
|
||||
|
||||
extra_enablerepos: ''
|
||||
|
||||
|
||||
############################################################
|
||||
# buildslave config
|
||||
############################################################
|
||||
|
||||
slaves_group: buildslaves
|
||||
buildmaster: 10.5.124.206
|
||||
buildslave_port: 9989
|
||||
taskotron_admin_email: taskotron-admin-members@fedoraproject.org
|
||||
|
||||
|
||||
############################################################
|
||||
# taskotron config
|
||||
############################################################
|
||||
|
||||
taskotron_fas_user: taskotron
|
||||
#taskotron_fas_password: '{{ prod_taskotron_fas_password}}'
|
||||
taskotron_fas_password: ''
|
||||
|
||||
execdb_external_url: https://taskotron.fedoraproject.org/execdb/
|
||||
resultsdb_server: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||
# this should be proxy01.phx2 through /etc/hosts
|
||||
bodhi_server: https://bodhi.fedoraproject.org/
|
||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||
taskotron_master: https://taskotron.fedoraproject.org/taskmaster/
|
||||
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb
|
||||
artifacts_base_url: https://taskotron.fedoraproject.org/artifacts
|
||||
|
||||
client_report_to_bodhi: 'False'
|
||||
|
||||
|
||||
############################################################
|
||||
# testcloud config
|
||||
############################################################
|
||||
|
||||
buildslave_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3Fhg7qUJ1+3N2YficTWQGEPm5JYmqDE7JbnpTTjQixd51r36YJ93sMQV63UOPkVaqPHkzIETUuvWLa/fnDhyYEnLT8mSgCqGViyd93MHYFD+nIzL1OIewKPiVbBdmlDOABD+ROSkC/wAfqJMgleqdDonWC8R0Qo+Y2r4sLMF7dxdPdRe3+WIcvC5YqDUZN/2gfsZ2tnAakZ1sGcX0yPvnpF9FmtRfkNp60OK7NXMLGV7Tayhkib05rGHl0q5dK4/vxKKk/aNgIK7gE3XFF7f+S2PDjvH3q/yby2Z3Wkp61JpVl+RTGz/XKpejUSDkJyQkbIC5+QQFeei58RLDJhzLQ== tflink@lockbox01.phx2.fedoraproject.org'
|
||||
|
||||
|
||||
############################################################
|
||||
# task git mirror config
|
||||
############################################################
|
||||
|
||||
buildslave_private_sshkey_file: prod-buildslave-sshkey/prod_buildslave
|
||||
buildslave_public_sshkey_file: prod-buildslave-sshkey/prod_buildslave.pub
|
||||
buildmaster_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLIq4hjXt5WNPe6sNWz5bdQu9Oc7hMhi0aminK5DCNE9Ofz1pAKGalcw51NSOtCy8p0x8Mltdj7p453mEJlQx8Oktu87SgaGFfx3lLWXEpE9Z5EZxts43qYnzOk0qg0KbhhIMsyVl4mHmQcyB8SAtkPbzUv1ncWSpOUk5+beRUqmh34IutvqfOkAUnl1VCi2HbtNA3OMY3HmGNbSYTC+fwUA+jBZoVrmJn+ep41SmBLONz8NesVQKGx13VgvVwbf9D5BkeyRj5WtVNBRLHzawBP6hwagcIKWum8XIU4fkwhwd91kQ41Ccg3okBWxyNYv+9jy2lK13DjrCk/sBkkLJH'
|
|
@ -734,6 +734,10 @@ taskotron-client23.qa.fedoraproject.org
|
|||
taskotron-client24.qa.fedoraproject.org
|
||||
taskotron-client25.qa.fedoraproject.org
|
||||
|
||||
[taskotron-prod-client-hosts]
|
||||
qa12.qa.fedoraproject.org
|
||||
qa13.qa.fedoraproject.org
|
||||
|
||||
[unbound]
|
||||
unbound-ib01.fedoraproject.org
|
||||
unbound-tummy01.fedoraproject.org
|
||||
|
@ -761,8 +765,6 @@ virthost20.phx2.fedoraproject.org
|
|||
virthost21.phx2.fedoraproject.org
|
||||
virthost22.phx2.fedoraproject.org
|
||||
qa09.qa.fedoraproject.org
|
||||
qa12.qa.fedoraproject.org
|
||||
qa13.qa.fedoraproject.org
|
||||
qa14.qa.fedoraproject.org
|
||||
|
||||
[virthost-comm]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue