Merge "Add logs_dir to kolla-ansible CI jobs"

This commit is contained in:
Zuul 2018-11-08 05:19:32 +00:00 committed by Gerrit Code Review
commit 20cef90841

View File

@ -57,11 +57,14 @@ install_type = ${INSTALL_TYPE}
profile = gate profile = gate
registry = 127.0.0.1:4000 registry = 127.0.0.1:4000
push = true push = true
logs_dir = /tmp/logs/build
[profiles] [profiles]
gate = ${GATE_IMAGES} gate = ${GATE_IMAGES}
EOF EOF
mkdir -p /tmp/logs/build
if [[ "${DISTRO}" == "Debian" ]]; then if [[ "${DISTRO}" == "Debian" ]]; then
# Infra does not sign their mirrors so we ignore gpg signing in the gate # 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 echo "RUN echo 'APT::Get::AllowUnauthenticated \"true\";' > /etc/apt/apt.conf" | sudo tee -a /etc/kolla/header