Commit dc226d13 authored by Spiros Koulouzis's avatar Spiros Koulouzis

returned provisoned tosca

parent 65d5c5d3
......@@ -285,8 +285,7 @@ class CloudStormService {
private ToscaTemplate runCloudStorm(String tempInputDirPath) throws IOException, ApiException {
String[] args = new String[]{"run", tempInputDirPath};
// standalone.MainAsTool.main(args);
tempInputDirPath = "/tmp/Input-166590762352547";
standalone.MainAsTool.main(args);
CloudsStormTopTopology _top = objectMapper.readValue(new File(tempInputDirPath + TOPOLOGY_RELATIVE_PATH
+ TOP_TOPOLOGY_FILE_NAME),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment