Replies: 3 comments 4 replies
-
Implementing included topology files is a no-brainer. Requires a bit of renaming within the included data structure, but not more. The interesting thing is "how do we do it within a single topology file". We're almost there with groups, so we could just reuse groups, adding device, nodes and links attributes to individual groups. Alternatively, we could add named sub-topologies (or whatever you want to call them) as top-level elements in the topology file (probably better than messing with groups), and include them in nodes somehow. Any idea how you'd like that glue to look like? |
Beta Was this translation helpful? Give feedback.
-
:) I don't know, I'm sure we'll think of something |
Beta Was this translation helpful? Give feedback.
-
Implemented in #768 |
Beta Was this translation helpful? Give feedback.
-
Currently topologies are flat, consisting of a single level of nodes and links. However, some topologies have a regular structure that is best expressed as a multi-level topology:
'pod.yml' need not be a separate YAML file, there could be a way to embed multiple nodes+links structures in a single file
Beta Was this translation helpful? Give feedback.
All reactions