- 25 Mar, 2009 2 commits
-
-
Leigh B. Stoller authored
-
Gary Wong authored
-
- 24 Mar, 2009 8 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
table. Right now Utah testbed only.
-
Leigh B. Stoller authored
the first time.
-
Leigh B. Stoller authored
Add a demonstration of getting lists from the ClearingHouse.
-
Ryan Jackson authored
Prevents linux from mounting the wrong partition as root when mounting by label.
-
Gary Wong authored
-
Gary Wong authored
-
- 23 Mar, 2009 4 commits
-
-
Leigh B. Stoller authored
-
Gary Wong authored
software, executing commands, etc.).
-
Gary Wong authored
-
Tarun Prabhu authored
-
- 20 Mar, 2009 3 commits
-
-
Kevin Tew authored
-
Gary Wong authored
gracefully AND quietly.
-
David Johnson authored
-
- 19 Mar, 2009 3 commits
-
-
Kevin Tew authored
-
Leigh B. Stoller authored
-
Gary Wong authored
-
- 18 Mar, 2009 14 commits
-
-
Ryan Jackson authored
- Arguments are now parsed. mod_tmcd handles 'version', 'redirect', and 'vnodeid' directly. Arguments to the called function are encapsulated in the 'args' argument. - The command to execute is now part of the filename, not an argument. - Errors are mapped to HTTP protocol status codes (unknown command returns 404, redirect from a host other than boss returns 403, errors from inside libtmcd return 500, etc). The status line returned with these errors provides more information about why the request failed ("403 Requires Encryption" if SSL is required, "400 Invalid Version" if the version argument isn't an integer, etc). This way the client can tell why the request failed. - More libtmcd cleanup.
-
Gary Wong authored
variables PROTOGENI_CERTIFICATE and PROTOGENI_PASSPHRASE.
-
Gary Wong authored
for settings the user might want to vary, and try to make the output helpful.
-
Leigh B. Stoller authored
-
Jonathon Duerig authored
-
Leigh B. Stoller authored
nodes between slices or experiments. Just prototyping some ideas. Also some minor changes for dealing with jailed nodes in geni slivers.
-
Leigh B. Stoller authored
nodes between slices or experiments. Just prototyping some ideas.
-
Leigh B. Stoller authored
support. Can even create multiple jailed nodes on the same physical node. Sorry, no sharing of physical nodes yet (between slices). Also no link support yet; coming later. The syntax is an extension of the current hack syntax: " <node uuid=\"" + node_uuid + "\" " +\ " nickname=\"geni1\" "+\ " phys_nickname=\"geni1\" "+\ " virtualization_type=\"emulab-vnode\" " +\ " virtualization_subtype=\"emulab-jail\"> " +\ " </node>" This only works on sites that already can do jails.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
redo.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
I need that for ProtoGeni CM. Change the virtnode insert/delete to use VirtExperiment library.
-
Leigh B. Stoller authored
mulitple vnodes on the same pnode! Also allow for an OSID argument to SelectOS().
-
Leigh B. Stoller authored
-
- 17 Mar, 2009 4 commits
-
-
Ryan Jackson authored
Also, some minor cleanup.
-
Ryan Jackson authored
- Arguments aren't parsed yet. - bootlog is disabled for now since it wants to read from the socket. This will be handled with a PUT request eventually. I'll add it back in when I get everything else working. - Event system support is disabled due to linking issues (libevent wants ssl). Also, cleanup of libtmcd: - We don't pass the socket around anymore. All of our responses are written into a dynamically allocated buffer and returned to the caller. This shouldn't be a problem unless we want to return a large amount of data to the client. We'll deal with that later if necessary.
-
David Johnson authored
-
David Johnson authored
-
- 16 Mar, 2009 2 commits
-
-
Ryan Jackson authored
-
Kevin Tew authored
-