Configure Bodhi in OpenShift to use active=True for fedmsgs.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-04-16 15:15:44 +00:00
parent 14ab93c1cd
commit 79baeb984f

View file

@ -21,6 +21,7 @@ items:
{% endif %}
RUN dnf install -y bodhi-server python2-gunicorn
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
RUN echo "config = {'active': True}" > /etc/fedmsg.d/bodhi.py
EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- bodhiwsgi
type: Dockerfile