From 2561b27774b8912b5d37d2b4283bb1b3667742c5 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 7 Nov 2018 12:14:48 +0100 Subject: [PATCH] Add logs_dir to kolla-ansible CI jobs Change-Id: Ie3efb4d5de046ba90a72e2d722130a685c4fcabf (cherry picked from commit 9257c1846911a6f3d3c5f1a1681b0008f3a03cf8) --- tools/setup_gate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh index 323fe5e30d..6951228200 100755 --- a/tools/setup_gate.sh +++ b/tools/setup_gate.sh @@ -50,11 +50,14 @@ install_type = ${INSTALL_TYPE} profile = gate registry = 127.0.0.1:4000 push = true +logs_dir = /tmp/logs/build [profiles] gate = ${GATE_IMAGES} EOF +mkdir -p /tmp/logs/build + if [[ "${DISTRO}" == "Debian" ]]; then # Infra does not sign their mirrors so we ignore gpg signing in the gate echo "RUN echo 'APT::Get::AllowUnauthenticated \"true\";' > /etc/apt/apt.conf" | sudo tee -a /etc/kolla/header