diff --git a/inventory/host_vars/nuancier01.iad2.fedoraproject.org b/inventory/host_vars/nuancier01.iad2.fedoraproject.org index 50f7bacdb0..6fd0c97869 100644 --- a/inventory/host_vars/nuancier01.iad2.fedoraproject.org +++ b/inventory/host_vars/nuancier01.iad2.fedoraproject.org @@ -10,3 +10,6 @@ volgroup: /dev/vg_guests eth0_ip: 10.3.163.99 vmhost: vmhost-x86-04.iad2.fedoraproject.org datacenter: iad2 + +wsgi_procs: 2 +wsgi_threads: 2 diff --git a/inventory/host_vars/nuancier02.iad2.fedoraproject.org b/inventory/host_vars/nuancier02.iad2.fedoraproject.org index 4e5ec6118c..dc33b68a70 100644 --- a/inventory/host_vars/nuancier02.iad2.fedoraproject.org +++ b/inventory/host_vars/nuancier02.iad2.fedoraproject.org @@ -10,3 +10,6 @@ volgroup: /dev/vg_guests eth0_ip: 10.3.163.100 vmhost: vmhost-x86-01.iad2.fedoraproject.org datacenter: iad2 + +wsgi_procs: 2 +wsgi_threads: 2