summaryrefslogtreecommitdiffstats
path: root/lava-master
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-01-08 14:33:27 +0100
committerCorentin LABBE <clabbe@baylibre.com>2019-01-14 14:22:05 +0100
commite9c7827af4a9f8e52b8f0df04365808298d08c0a (patch)
tree1bcb451b8365a21b7b066a5d2d28df15eb5b0df3 /lava-master
parentf3d0e211a5b7c4fca8221e22631266d283209e78 (diff)
Permit to choose loglevel
By default, all process use the DEBUG loglevel, this could be too much for a production server. This patch permits to tune the loglevel.
Diffstat (limited to 'lava-master')
-rw-r--r--lava-master/Dockerfile2
-rw-r--r--lava-master/default/.empty0
2 files changed, 2 insertions, 0 deletions
diff --git a/lava-master/Dockerfile b/lava-master/Dockerfile
index b41446f..5d2a119 100644
--- a/lava-master/Dockerfile
+++ b/lava-master/Dockerfile
@@ -4,6 +4,8 @@ COPY backup /root/backup/
COPY configs/tftpd-hpa /etc/default/tftpd-hpa
+COPY default/* /etc/default/
+
RUN git clone https://github.com/BayLibre/lava-healthchecks.git
RUN cp lava-healthchecks/health-checks/* /etc/lava-server/dispatcher-config/health-checks/
COPY health-checks/* /etc/lava-server/dispatcher-config/health-checks/
diff --git a/lava-master/default/.empty b/lava-master/default/.empty
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lava-master/default/.empty