Configure Bodhi in OpenShift to use active=True for fedmsgs.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
14ab93c1cd
commit
79baeb984f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue