forked from infra/ansible
[release-monitoring] Update to F44 in production
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
c7d64d230c
commit
dbd28e4164
2 changed files with 0 additions and 19 deletions
|
|
@ -11,11 +11,7 @@ items:
|
|||
runPolicy: Serial
|
||||
source:
|
||||
dockerfile: |-
|
||||
{% if env == 'staging' %}
|
||||
FROM quay.io/fedora/fedora:44
|
||||
{% else %}
|
||||
FROM quay.io/fedora/fedora:42
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="release-monitoring-web" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
|
@ -43,13 +39,7 @@ items:
|
|||
python3-semver \
|
||||
python3-sqlalchemy \
|
||||
python3-sqlalchemy_schemadisplay \
|
||||
{% if env != 'staging' %}
|
||||
python3-sseclient \
|
||||
{% endif %}
|
||||
python3-straight-plugin \
|
||||
{% if env != 'staging' %}
|
||||
python3-toml \
|
||||
{% endif %}
|
||||
python3-wtforms && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all -y
|
||||
|
|
|
|||
|
|
@ -27,11 +27,7 @@ StartServers 20
|
|||
ServerLimit 100
|
||||
MaxRequestsPerChild 2000
|
||||
MaxRequestWorkers 100
|
||||
{% if env == 'staging' %}
|
||||
<Directory "/usr/local/lib/python3.14/site-packages/anitya/static/">
|
||||
{% else %}
|
||||
<Directory "/usr/local/lib/python3.13/site-packages/anitya/static/">
|
||||
{% endif %}
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
|
@ -55,13 +51,8 @@ LogLevel info
|
|||
TypesConfig /etc/mime.types
|
||||
AddDefaultCharset UTF-8
|
||||
CoreDumpDirectory /tmp
|
||||
{% if env == 'staging' %}
|
||||
Alias /docs /usr/local/lib/python3.14/site-packages/anitya/static/docs/html/
|
||||
Alias /static /usr/local/lib/python3.14/site-packages/anitya/static/
|
||||
{% else %}
|
||||
Alias /docs /usr/local/lib/python3.13/site-packages/anitya/static/docs/html/
|
||||
Alias /static /usr/local/lib/python3.13/site-packages/anitya/static/
|
||||
{% endif %}
|
||||
WSGIDaemonProcess anitya display-name=anitya processes=2 threads=2 maximum-requests=1000 home=/httpdir
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue