PDF: generate_config: Add IDF parsing support 87/43087/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 26 Sep 2017 01:42:24 +0000 (03:42 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 26 Sep 2017 02:01:45 +0000 (04:01 +0200)
commite5c76e735a99395ab075f95c0f4105f8727a834e
tree59be17748918c30155eb3ab9ea996a8a7a11df43
parentaf3724900b0aabf20bef9e2ee6608f258c1d685a
PDF: generate_config: Add IDF parsing support

For a given 'podN.yaml' file, check whether a file named
'idf-podN.yaml' exists in the same directory, and if it does,
pass its contents under the 'idf' dict key to the j2 template.

This assumes the contents of IDF yaml have a root 'idf' key.

Change-Id: I6c6f1b9f28c38989f8a6ed4a389c9a1da423d76d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
config/utils/generate_config.py