Comment 2 for bug 1625783

Revision history for this message
Steven Hardy (shardy) wrote :

This is an ordering issue, caused by the change to j2 templating combined with moving all the templates into swift via mistral.

The problem is at the time of resolving the environment on the tripleoclient side, the swap-partition.j2.yaml file has not yet been rendered, so we either need the environment path resolution to happen only inside mistral, or for tripleoclient to resolve the paths on a local copy of the post-jinja templates (e.g download the entire plan from swift).

Thanks for the report, will look into it (note this is somewhat related to https://bugs.launchpad.net/tripleo/+bug/1623552)