From 679c5f5ca0e905ccb9b8c67603f068bbff9a506c Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Mon, 11 Jul 2016 21:10:04 -0400 Subject: Prevent printing remote md5 sum If the remote file is a binary or other junk, we don't want to print it to the console, so just state it's not a match for now. Add puppet logging hack to help debug CI Change-Id: Ia4717ee0cf7a2fc01299d0819c49218487ffdf15 Signed-off-by: Michael Chapman --- build/overcloud-full.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build/overcloud-full.sh') diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 73709a28..01f40269 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -83,6 +83,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --upload puppet-congress.tar.gz:/etc/puppet/modules/ \ --run-command "cd /etc/puppet/modules/ && tar xzf puppet-congress.tar.gz" \ --run-command "cd /usr/lib/python2.7/site-packages/congress/datasources && curl -O $doctor_driver" \ + --run-command "sed -i \"s/'--detailed-exitcodes',/'--detailed-exitcodes','-l','syslog','-l','console',/g\" /var/lib/heat-config/hooks/puppet" \ -a overcloud-full_build.qcow2 mv -f overcloud-full_build.qcow2 overcloud-full.qcow2 -- cgit 1.2.3-korg