topology_docker.nodes.switch
¶
Simple switch Topology Docker Node using Ubuntu.
Classes¶
SwitchNode
: Simple switch node for the Topology Docker platform engine.
-
class
topology_docker.nodes.switch.
SwitchNode
(identifier, image='ubuntu:14.04', **kwargs)¶ Simple switch node for the Topology Docker platform engine.
This base switch loads an ubuntu image (by default) and creates a kernel-level bridge where it adds all of its front-panel interfaces to emulate the behaviour of a real “dumb” switch.
See
topology_docker.node.DockerNode
.Inheritance
-
notify_post_build
()¶ Get notified that the post build stage of the topology build was reached.
See
DockerNode.notify_post_build()
for more information.
-