redhat-openstack / ansible-role-tripleo-image-build

An ansible role used to create and publish quickstart built images
Apache License 2.0
5 stars 3 forks source link

wrap call to tripleo-common in a jinja script #21

Open halcyondude opened 8 years ago

halcyondude commented 8 years ago

Now that we're calling tripleo-common with a manifest for the DIB invocation, we should wrap it in a bash jinja template, so debugging is simple / clear. Presently it's a PITA to debug things when they fail. It helps to keep the temp files around and debug in that fashion, but unlike the other steps there are no .sh artifacts that will reproduce a failed step (the actual tripleo-common call).