From dce4be062b9676d01c7c1dcc6cc74d00b80030ae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 8 Feb 2021 07:58:18 -0800 Subject: [PATCH] nuancier: set wsgi vars for httpd role. Signed-off-by: Kevin Fenzi --- inventory/host_vars/nuancier01.iad2.fedoraproject.org | 3 +++ inventory/host_vars/nuancier02.iad2.fedoraproject.org | 3 +++ 2 files changed, 6 insertions(+) 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