From 6e7844e5e63b74b514addbe1016a60391f688e82 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 31 Aug 2020 13:30:55 -0700 Subject: [PATCH] sundries01.stg: This host has to be rhel7 for now. Signed-off-by: Kevin Fenzi --- inventory/host_vars/sundries01.stg.iad2.fedoraproject.org | 4 ++-- roles/bodhi2/base/templates/httpd.conf.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/sundries01.stg.iad2.fedoraproject.org b/inventory/host_vars/sundries01.stg.iad2.fedoraproject.org index 166874c6e4..c821f08c65 100644 --- a/inventory/host_vars/sundries01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/sundries01.stg.iad2.fedoraproject.org @@ -2,8 +2,8 @@ nm: 255.255.255.0 gw: 10.3.166.254 dns: 10.3.163.33 -ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2 -ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/ +ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2 +ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_guests eth0_ip: 10.3.166.33 vmhost: vmhost-x86-02.stg.iad2.fedoraproject.org diff --git a/roles/bodhi2/base/templates/httpd.conf.j2 b/roles/bodhi2/base/templates/httpd.conf.j2 index 2e6baa914b..b6c7a1e1f2 100644 --- a/roles/bodhi2/base/templates/httpd.conf.j2 +++ b/roles/bodhi2/base/templates/httpd.conf.j2 @@ -61,7 +61,7 @@ Alias /static/v{{ bodhi_version.split('-')[0] }} /srv/bodhi/bodhi/server/static/ {% else %} Alias /static/v{{ bodhi_version.split('-')[0] }} /usr/lib/python3.8/site-packages/bodhi/server/static/ {% endif %} -WSGIDaemonProcess bodhi display-name=bodhi processes=2 threads=2 maximum-requests=500 home=/httpdir request-timeout=90 +WSGIDaemonProcess bodhi display-name=bodhi processes=4 threads=1 maximum-requests=500 home=/httpdir request-timeout=90 WSGIApplicationGroup %{GLOBAL} WSGISocketPrefix run/wsgi WSGIRestrictStdout Off