Commit 63ca2d65 authored by zh9314's avatar zh9314

Add information for installing kubernetes into response message.

This information is needed by deployer.
parent 82fc2634
......@@ -233,6 +233,10 @@ public class Consumer extends DefaultConsumer {
e.printStackTrace();
}
topologyElement x = new topologyElement();
x.topologyName = "kubernetes";
x.outputFilePath = tempInputDirPath+"file_kubernetes";
topologyInfoArray.add();
return topologyInfoArray;
}
......
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