Improve packer-validate debugging output 05/8305/5
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 9 Jan 2018 09:21:14 +0000 (19:21 +1000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 10 Jan 2018 16:49:04 +0000 (11:49 -0500)
This patch achieves 3 tasks:

1. Improves the debugging output provided by printing out the
   details about which vars and templates files are being tested.
2. Fixes an issue where packer was not actually testing every
   combination of varfile and template file due to cloud-env.json.
3. Includes common-packer vars files if available (should silently
   ignore if it does not exist).

Issue: RELENG-744
Change-Id: Id6e1f2423a378cbe376ccefe2568c22669fb7859
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>

No differences found