Add heat template generation module with required constants 31/2831/3
authorVincenzo Riccobene <vincenzox.m.riccobene@intel.com>
Tue, 27 Oct 2015 10:58:48 +0000 (10:58 +0000)
committerAna Cunha <ana.cunha@ericsson.com>
Mon, 16 Nov 2015 20:02:03 +0000 (20:02 +0000)
commit9c0ecb5ba6043e3a48bc240a26bf5d63c3295b34
treef805d49f1c2ef1f75fd367bab8fe7290d0c2e98f
parentb53e01570ee880d43e1f9d1b7791d0254a7d8a6e
Add heat template generation module with required constants

Adds to ApexLake the support to the generation of the all the possible configurations and related heat templates.
Files containing constants have been added as well to support the module. They will also be useful for other modules of the framework.

JIRA: YARDSTICK-35

Change-Id: I9d33d5b11c586d40dbff199c21e428113bf3cdeb
Signed-off-by: Vincenzo Riccobene <vincenzox.m.riccobene@intel.com>
yardstick/vTC/apexlake/experimental_framework/constants/__init__.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/constants/conf_file_sections.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/constants/framework_parameters.py [new file with mode: 0644]
yardstick/vTC/apexlake/experimental_framework/heat_template_generation.py [new file with mode: 0644]