don't freeze openQA hosts (for now)
in future they likely ought to freeze, but I'm still twiddling bits right now, and want to work on having openQA emit fedmsgs on test completion.
This commit is contained in:
parent
61355acddf
commit
2b6385a42a
4 changed files with 6 additions and 2 deletions
|
@ -30,3 +30,5 @@ num_cpus: 4
|
|||
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
freezes: false
|
||||
|
|
|
@ -30,3 +30,5 @@ num_cpus: 4
|
|||
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
freezes: false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
freezes: true
|
||||
freezes: false
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
eth0_ip: 10.5.124.155
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
freezes: true
|
||||
freezes: false
|
||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
eth0_ip: 10.5.124.156
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue