openqa: freeze status in group vars not host vars
seems more common.
This commit is contained in:
parent
be61b3c1cf
commit
7f5bfecaa7
9 changed files with 4 additions and 7 deletions
|
@ -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 ]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -6,3 +6,4 @@ openqa_key: "{{ stg_openqa_apikey }}"
|
|||
openqa_secret: "{{ stg_openqa_apisecret }}"
|
||||
|
||||
deployment_type: stg
|
||||
freezes: false
|
||||
|
|
|
@ -6,3 +6,4 @@ openqa_key: "{{ prod_openqa_apikey }}"
|
|||
openqa_secret: "{{ prod_openqa_apisecret }}"
|
||||
|
||||
deployment_type: prod
|
||||
freezes: false
|
||||
|
|
|
@ -30,5 +30,3 @@ num_cpus: 4
|
|||
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
freezes: false
|
||||
|
|
|
@ -30,5 +30,3 @@ num_cpus: 4
|
|||
|
||||
nrpe_procs_warn: 250
|
||||
nrpe_procs_crit: 300
|
||||
|
||||
freezes: false
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue