The user guide, and unit-tests imply that one can use an include statement inside a topology file. For example:
instance-list.fppi:
instance mySuperInstance
topology.fpp
module MyDeployment
{
topology MyDeployment
{
include "instance-list.fppi"
}
}
The expectation here is that the included fppi file will transform the topology such that it included mySuperInstance. However, when running with this in-practice, the Ai.xml file generated is empty.
The user guide, and unit-tests imply that one can use an include statement inside a topology file. For example:
instance-list.fppi:
topology.fpp
The expectation here is that the included
fppi
file will transform the topology such that it includedmySuperInstance
. However, when running with this in-practice, the Ai.xml file generated is empty.This is needed to support faux-subtopologies.