# Functions
CopyFilesToNode copies the files needed for the cluster to the node.
CopyFileToNode copies a single file to a node.
CreateNetworks create two networks, one of type bridge and inside of it another one of type ovn, the latter is completely isolated from the host network and from the other networks on the same server.
CreateNode creates a single node.
CreateNodes creats the nodes for the cluster.
CreateProfile that restricts the hardware and provides privileged access to the containers.
NewTestCluster creates a new cluster and returns an object of type Output that can be used to get the created nodes and destroy the cluster when it is no longer needed.
NodeHasInternet checks if the node has internet access.
PullImage pull the image used for the nodes.
Run runs a command in a node.