From 2b6385a42a5f1f844082e3606ddb5c41c6118825 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 8 Mar 2016 08:52:49 -0800 Subject: [PATCH] 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. --- inventory/host_vars/openqa-stg01.qa.fedoraproject.org | 2 ++ inventory/host_vars/openqa01.qa.fedoraproject.org | 2 ++ inventory/host_vars/qa05.qa.fedoraproject.org | 2 +- inventory/host_vars/qa06.qa.fedoraproject.org | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/openqa-stg01.qa.fedoraproject.org b/inventory/host_vars/openqa-stg01.qa.fedoraproject.org index 34c26cf5d1..6c31e11b4d 100644 --- a/inventory/host_vars/openqa-stg01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-stg01.qa.fedoraproject.org @@ -30,3 +30,5 @@ num_cpus: 4 nrpe_procs_warn: 250 nrpe_procs_crit: 300 + +freezes: false diff --git a/inventory/host_vars/openqa01.qa.fedoraproject.org b/inventory/host_vars/openqa01.qa.fedoraproject.org index 11dfc95cac..34abe43243 100644 --- a/inventory/host_vars/openqa01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa01.qa.fedoraproject.org @@ -30,3 +30,5 @@ num_cpus: 4 nrpe_procs_warn: 250 nrpe_procs_crit: 300 + +freezes: false diff --git a/inventory/host_vars/qa05.qa.fedoraproject.org b/inventory/host_vars/qa05.qa.fedoraproject.org index c49f7c2600..7d1dc10d93 100644 --- a/inventory/host_vars/qa05.qa.fedoraproject.org +++ b/inventory/host_vars/qa05.qa.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/qa06.qa.fedoraproject.org b/inventory/host_vars/qa06.qa.fedoraproject.org index 4ed07c1c0e..c860bc3498 100644 --- a/inventory/host_vars/qa06.qa.fedoraproject.org +++ b/inventory/host_vars/qa06.qa.fedoraproject.org @@ -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