- 14 Feb, 2012 1 commit
-
-
Jonathon Duerig authored
-
- 13 Feb, 2012 5 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-
- 10 Feb, 2012 4 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Mike Hibler authored
-
- 09 Feb, 2012 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
sliverstatus. Change CM name from keys to users.
-
- 08 Feb, 2012 6 commits
-
-
Mike Hibler authored
No more 768MB limit for memory. Use FreeBSD 9 kernel if available, it is more stable with Xen.
-
Leigh B Stoller authored
This reverts commit f352b4d5.
-
Leigh B Stoller authored
the CM; we return the entire set of logins (keys) that were included when the sliver was created. Format looks like: keys => [{'urn' => $urn. 'login' => $login, 'keys' => [...] }, {'urn' => $urn. 'login' => $login, 'keys' => [...] }]; This is *not* integrated with the AM yet.
-
Leigh B Stoller authored
-
Ryan Jackson authored
-
Jonathon Duerig authored
-
- 07 Feb, 2012 2 commits
-
-
Jonathon Duerig authored
-
Leigh B Stoller authored
that list.
-
- 03 Feb, 2012 1 commit
-
-
Ryan Jackson authored
-
- 02 Feb, 2012 3 commits
-
-
Leigh B Stoller authored
1. Change default slice expiration to a new site variable called protogeni/default_slice_lifetime, defaults to six hours. 2. Add a site variable (protogeni/warn_short_slices) to tell the sa_daemon if it should send email to war about short lived slices expiring, defaults to off.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 01 Feb, 2012 6 commits
-
-
Leigh B Stoller authored
confuses the user.
-
Leigh B Stoller authored
devices (for creating the stack object). We were using the older mapping code (that computes on the fly) in the snmpit front end, but now we use the DB in both the front end, and from the stack later.
-
Leigh B Stoller authored
from tbacct, which happens in the context of the project/group root, not as the user.
-
Mike Hibler authored
So we can specify a different slice (partition) to create the filesystem on.
-
Mike Hibler authored
This is for BSD, so that we can tweak the default /boot/loader.conf file to turn off "comconsole" on machines that don't have a UART. In my experience, trying to probe the UART on newer machines that don't have one causes a kernel crash. Currently this attribute is just signalled by the existance of the /etc/testbed/isvgaonly file in the diskloader MFS. But this will be eventually sent over via "tmcc loadinfo" so that we can set the attribute on a per-node-type or per-node basis.
-
Mike Hibler authored
The logic here is: * this is the last step and that a failure at this point causes a complete swapout of the experiment, possibly losing important state. * we can probably recover from this by just manually starting the event system.
-
- 30 Jan, 2012 10 commits
-
-
Leigh B Stoller authored
* When generating an encrypted SSL certificate, derive an SSH public key from the private key and store in the pubkeys table for the user. Note that SSH version 2 RSA keys are actually just openssl RSA keys, and that ssh-keygen can extract an ssh compatible public key from it. * Change getsslcert.php3 to return the ssh private and public key when give the "ssh" boolean argument. This is mostly for the benefit of Flack; we probably need a better UI for the user to get this stuff. * Remove the requirement that users must upload an SSH key to use protogeni, since we now create one for them when they create their encrypted SSL certificate. * Some cleanup; instead of looking at the comment field to determine what pubkeys are Emulab created (and should not be deleted), use new internal and nodelete flags.
-
Leigh B Stoller authored
can stop using the comment field to determine which keys are the ones generated by emulab. Internal keys are the unencrypted keys created for users. They are also nodelete, but we also mark the ssh public derived from the user's encrypted ssl certificate as nodelete.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
MarkNodesForUpdate() on the experiment to force all of the nodes to update their accounts.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
an experiment.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
in Utah. Also add initialization of user_sslcerts to avoid serial number conflict with initial certificates.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-