Extract topology information from Heat Template
Hello,
I want to extract topology information from the HEAT template and store in CMDB, the Horizon interface has a topology tab under stacks(project/orchestration). How do I get it in json/YAML ?
Is there any parser for HEAT template to extract Topology information ? or getting the list of resources from the heat api, how can I define the connection between these resources ? I was expecting a "connected_to" parameter or "network" parameter .