Revision 0fb832c4
- Changed template names to be more specific for this particular use of the ticket generator.
- Added some logging.
- Moved variable replacement system from the YAML to the Python domain so that the tickets do not have to still be valid YAML after replacing the variables. Creating valid YAML turned out to be tricky since YAML scoping is based on indentation, so that one must know the YAML context to correctly modify the document programmatically. Now, the MN description document can contain free text with paragraphs.
- Added a system that allows specifying MN name and environment tags to be inserted into ticket titles. The environment tag is recursively applied to all tickets below the ticket in which it is specified.
- Refactored the ticket template to match the new ticket layout.
Files
- added
- modified
- copied
- renamed
- deleted