Openstack Heat - separate templates
问题 I am looking for the best way of creating a stack, in a number of separate steps. I would like in the first template, to only get up the compute nodes and the network configuration. In the second template, I would like to create the storage nodes and attach them to the already existing compute nodes. What do you think is the best way to do this? 回答1: Following is one possible approach. 1) Define first template for your compute nodes and network configuration. But define outputs in your first