From a9ecefd27d8231acdd8a684067b67c91b3222318 Mon Sep 17 00:00:00 2001 From: Mike Marsh <mmarsh@cs.umd.edu> Date: Sat, 10 Feb 2018 12:35:43 -0500 Subject: [PATCH] created an example configuration --- example.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 example.yml diff --git a/example.yml b/example.yml new file mode 100644 index 0000000..22ffd7f --- /dev/null +++ b/example.yml @@ -0,0 +1,15 @@ +--- +# Modify these to suit your needs. +image: "gizmonic.cs.umd.edu:8080/baseline" +image_cmd: "tail -f /etc/issue" + +# Here's how you define the network you want. +# The topology can be "mesh" or "star". The +# latter will designate the first node as the +# center of the star. +network: + num_nodes: 4 + topology: mesh + subnet_addr: 186.192.0.0 + subnet_len: 16 + -- GitLab