Andrew Onischuk created AMBARI-3556: ---------------------------------------
Summary: Resource management. Rewrite Templates and Static Files to declarative rather than cookbook-oriented Key: AMBARI-3556 URL: https://issues.apache.org/jira/browse/AMBARI-3556 Project: Ambari Issue Type: Bug Reporter: Andrew Onischuk Assignee: Andrew Onischuk Fix For: 1.5.0 1) Since Kokki should be used with kitchen and cookbooks. Templates are not working then we use declative form. This can be fixed by replacing the location of cookbook with our custom param passed to the enviroment. 2) Also Here we should change the way variables are sent to templating engine. Since we will be getting variables from json configurations files and then parsing it into variable, probaby a dictionary of dictionaries. We should not use any files with configurations (like it is done in Kokki), but just pass the dictionary with the configuration params to the enviroment, which should handle it. -- This message was sent by Atlassian JIRA (v6.1#6144)