Make ipa-downloader error fail the build 76/3876/3
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 5 Nov 2020 23:23:24 +0000 (15:23 -0800)
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Mon, 16 Nov 2020 17:42:23 +0000 (17:42 +0000)
commit261e40f7e1d37c37f79e27cab064202b240c14e9
treec72bbb215c51d594234d8ac05b21b50e71ab4f88
parent4af76f3aff2833922846f7cbf6fc3490dd72ea93
Make ipa-downloader error fail the build

Running the image in the background and then issuing docker wait fails
to detect a failed return code from the container as docker wait
prints the return code of the container and exits with 0.

Check explicitly that the ironic-python-agent files the httpd
container needs are downloaded.

This change also removes extraneous whitespace from the generated
ironic.env.

Issue-ID: ICN-499
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Icc0f7ce5b19c47008c37d59c3f029809c68b16cc
deploy/metal3-vm/02_configure_host.sh
env/metal3/03_launch_prereq.sh