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:
Adam Williamson 2016-03-08 08:52:49 -08:00
parent 61355acddf
commit 2b6385a42a
4 changed files with 6 additions and 2 deletions

View file

@ -30,3 +30,5 @@ num_cpus: 4
nrpe_procs_warn: 250
nrpe_procs_crit: 300
freezes: false

View file

@ -30,3 +30,5 @@ num_cpus: 4
nrpe_procs_warn: 250
nrpe_procs_crit: 300
freezes: false

View file

@ -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

View file

@ -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