image build: temporarily add DIB debug flag

Bug https://bugs.launchpad.net/tripleo/+bug/1818305 can't be easily replicated,
and without additional information it's impossible to understand what's
failing.
This patch enables temporarily the debug flag that is usually excessively
verbose to be kept enabled

Change-Id: Iab18d18187ada40773224d0c9cf283e01cec7130
This commit is contained in:
Gabriele Cerami 2019-03-06 15:27:11 +00:00 committed by wes hayutin
parent 148f28a16f
commit 0ec6046839
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ mount devpts /dev/pts -t devpts ||:
sudo yum -y install python-tripleoclient
# TODO(gcerami): remove after https://bugs.launchpad.net/tripleo/+bug/1818305
# has a root cause
export DIB_DEBUG_TRACE=1
export DIB_YUM_REPO_CONF=""
{% for repo_path in overcloud_repo_paths %}
export DIB_YUM_REPO_CONF="$DIB_YUM_REPO_CONF {{ repo_path }}"