Add logs_dir to kolla-ansible CI jobs

Change-Id: Ie3efb4d5de046ba90a72e2d722130a685c4fcabf
This commit is contained in:
Michal Nasiadka 2018-11-07 12:14:48 +01:00
parent 75144c9476
commit 9257c18469
1 changed files with 3 additions and 0 deletions

View File

@ -57,11 +57,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