openqa: freeze status in group vars not host vars

seems more common.
This commit is contained in:
Adam Williamson 2016-03-10 14:04:57 -08:00
parent be61b3c1cf
commit 7f5bfecaa7
9 changed files with 4 additions and 7 deletions

View file

@ -28,6 +28,7 @@ checkcompose_smtp: bastion.phx2.fedoraproject.org
checkcompose_url: "https://{{ external_hostname }}"
deployment_type: prod
freezes: false
# http and NFS
tcp_ports: [ 80, 2049 ]

View file

@ -35,6 +35,7 @@ wikitcms_password: "{{ stg_wikitcms_password }}"
checkcompose_url: "https://{{ external_hostname }}"
deployment_type: stg
freezes: false
# http and NFS
tcp_ports: [80, 2049]

View file

@ -6,3 +6,4 @@ openqa_key: "{{ stg_openqa_apikey }}"
openqa_secret: "{{ stg_openqa_apisecret }}"
deployment_type: stg
freezes: false

View file

@ -6,3 +6,4 @@ openqa_key: "{{ prod_openqa_apikey }}"
openqa_secret: "{{ prod_openqa_apisecret }}"
deployment_type: prod
freezes: false

View file

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

View file

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

View file

@ -1,5 +1,4 @@
---
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,4 @@
---
freezes: false
fas_client_groups: sysadmin-qa,sysadmin-main
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
eth0_ip: 10.5.124.156

View file

@ -1,5 +1,4 @@
---
freezes: false
fas_client_groups: sysadmin-qa,sysadmin-main
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
eth0_ip: 10.5.124.157