kayobe/dev
Andreas Jaeger 030ede06e8 Fix error logging of dev/functions
In case of failures in kayobe-overcloud-centos, the error message fails
with:
kayobe/dev/functions: line 569: LOGDIR: unbound variable

Example:
https://zuul.opendev.org/t/openstack/build/ce1fadc3ee6d4842a599da57a670cc18

This can be reproduced with:
set -eu

if [[ -n ${LOGDIR} ]]; then
    echo "LOGDIR set"
else
    echo "else"
fi

Fix the error reporting with assigning an empty string to LOGDIR by
default.

Change-Id: Ieef73950f89e4dfb727ddc59ef2750d9b81f3c58
2020-02-13 15:32:49 +00:00
..
config.sh Add a job for seed deployment 2018-04-09 12:10:38 +01:00
configure-firewall.sh Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
dev-hosts Add container-image-builders group 2017-11-28 15:32:49 +00:00
dev-vagrant-network-allocation.yml Refactor Vagrantfile to support VMware 2017-11-29 11:30:25 +00:00
dev-vagrant.yml Support configuring tunnel network 2018-07-20 13:57:03 +01:00
environment-setup.sh Update development scripts for control plane deployment 2019-02-05 09:36:35 +00:00
functions Fix error logging of dev/functions 2020-02-13 15:32:49 +00:00
install-dev.sh Support complete installation of Kayobe as a python package 2019-02-01 12:55:27 +00:00
install.sh Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
overcloud-deploy.sh Address dev environment review comments 2018-02-06 14:08:45 +00:00
overcloud-test-baremetal.sh Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
overcloud-test-vm.sh Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
overcloud-upgrade.sh Test upgrades in CI 2018-11-05 12:02:31 +00:00
ovs-vsctl Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
seed-deploy.sh Address dev environment review comments 2018-02-06 14:08:45 +00:00
seed-hypervisor-deploy.sh Address dev environment review comments 2018-02-06 14:08:45 +00:00
seed-upgrade.sh Test upgrading seed services in CI 2018-12-21 15:21:47 +00:00
tenks-deploy-compute.sh Add alternative tenks deploy and teardown entrypoints. 2019-06-06 14:03:58 +01:00
tenks-deploy-config-compute.yml CI: Don't set cpu mode 2019-10-21 10:28:07 +00:00
tenks-deploy-config-overcloud.yml CI: Don't set cpu mode 2019-10-21 10:28:07 +00:00
tenks-deploy-overcloud.sh Add alternative tenks deploy and teardown entrypoints. 2019-06-06 14:03:58 +01:00
tenks-deploy.sh Add tenks-deploy.sh dev script 2018-11-20 18:53:09 +00:00
tenks-teardown-compute.sh Add alternative tenks deploy and teardown entrypoints. 2019-06-06 14:03:58 +01:00
tenks-teardown-overcloud.sh Add alternative tenks deploy and teardown entrypoints. 2019-06-06 14:03:58 +01:00
tenks-teardown.sh Update development scripts for control plane deployment 2019-02-05 09:36:35 +00:00