- 06 Oct, 2015 9 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
code so that it does less copying of html around, and less magic. It also does all its work via ajax and checks form values along the way instead of all at once at the end. Guest verification works in this version.
-
Leigh B Stoller authored
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
Keith Downie authored
-
- 05 Oct, 2015 5 commits
-
-
Leigh B Stoller authored
the image itself (thus latest version) instead of the more typical version url.
-
Mike Hibler authored
If both -r and -n (number of records) was given (i.e., as called via the web page), then we were still fetching the oldest N records but then presenting those most recent first. Not real useful. Now we use sub-query fu to fetch the most recent N records but still keep those in oldest-to-newest order for processing. Also, removed two-field-order-by hack as sorting on just the timestamp now seems to use the index and no longer does a filesort. Don't generate summary info when the -x (history index) option is given.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 02 Oct, 2015 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
The reason we keep these tables by default is for long-term stats (i.e., for reports and proposals). OTOH, the reason you might want to flush these tables is if you want to reuse the node name.
-
Mike Hibler authored
-
- 01 Oct, 2015 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 25 Sep, 2015 5 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
same project/name in order to combine the allowed hardware types. Only when images are in emulab-ops.
-
Leigh B Stoller authored
least 2009; change min to max of the bw/rbw values, since the link has to satisfy the direction with the higher bandwidth not the lower bandwidth. We probably don't run into this very often since people do not often do asymmetric links like 100Mb/155Mb, on nodes that have both 1Gb and 100Mb interfaces. Also through in some warning code to catch this before it gets to snmpit, which fails when you try to set a 100Mb interface to 1Gb. This might turn into a fatal error later.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 24 Sep, 2015 4 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
folks. AddNodes($slice_urn, $credentials, $nodes): The "nodes" argument is a hash that looks like: {"node45" : {"diskimage" : "urn...", "startup" : "/bin/echo", "tarballs" : ["tarball1", "tarball2", ...], "lans" : ["lan1", "lan2", ...] "node" : "pc189"}, "nodeXX" : {...}} DeleteNodes($slice_urn, $credentials, $nodes): The "nodes" argument is a list like: ["node45", ...] Any node can be deleted, but it is not yet clear what happens if all the nodes of a lan are removed. I probably need to do some work there, but David can start with this.
-
Keith Downie authored
-
- 23 Sep, 2015 7 commits
-
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Fools! I will constrain you all!
-
Leigh B Stoller authored
limited to Emulab and APT.
-
Leigh B Stoller authored
problem of AuditFork after flipping to a new user. Its also convenient, its annoyed me forever that I can't read the log files in /tmp.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 22 Sep, 2015 4 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
change the images.
-