Give greenwave some temporary logging at startup to debug policies.

This commit is contained in:
Ralph Bean 2017-08-17 21:15:09 +00:00
parent 1fdfbaa83f
commit aa81a4ecd8

View file

@ -19,7 +19,7 @@ spec:
python-requests \
PyYAML \
python2-flask
RUN git clone https://pagure.io/greenwave.git /srv/greenwave
RUN git clone -b startup-logging https://pagure.io/greenwave.git /srv/greenwave
RUN ln -s /etc/greenwave/settings.py /srv/greenwave/conf/settings.py
RUN mkdir -p /etc/greenwave/policies/
RUN ln -s /srv/greenwave/conf/policies/fedora.yaml /etc/greenwave/policies/fedora.yaml