- 29 Aug, 2016 38 commits
-
-
Leigh B Stoller authored
geni slice nodes when the project was a local project. In this case, we want to return the project accounts and ignore the ssh keys sent in the geni API call (a future change might involve a merge of accounts, but not unless someone actually needs it). And for a nonlocal project we of course still want to return the geni API ssh keys, but not return the project member accounts, since they are just stub accounts and don't actually have any ssh keys associated with them. They just cause confusion.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
we were not checking this, the user would get an obscure error later. This required reorg of the credential code, since we do not want to duplicate the work of generating the credentials just to see if they are expired.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Watch for and adapt if the user certificate/speaksfor is expired, need to use an SA auth credential.
-
Leigh B Stoller authored
the MFS. This makes it possible to terminate a slice that has been paniced, since we do not want to the nodes to boot back into whatever they were doing before, just so we terminate the slice.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
not happy with that part yet.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
1. Wrap in a timeout to prevent runway looping that burns up all CPUs. Clearly a bug in medusa. 2. Support for multiple runs using different modules, specifically the VNC module.
-
Leigh B Stoller authored
be displayed in the web interface. Not going to us this code now, but might as well commit it.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
can pass additional credentials, those that are not owned by the user.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
(previously, we looked for expired speaksfor). If either is expired, we fallback to generating an SA certificate (which we can do cause all slices are in our namespace).
-
Leigh B Stoller authored
is the local cluster. This closes issue #114.
-
Leigh B Stoller authored
delay osid. Do not reload nodes whose underlying image has moved to a new version. Not typically what the user wants.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Mostly for debugging.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
permission to the image being requested. Added for image backed datasets. The key to this commit is being able to abort the logging and return STDOUT/STDERR to apache so that the image can be streamed. There is a corresponding change on the caller side, that adds a new method CallMethodStream() that takes a file descriptor to send the data to.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
that it can be reused as for dataset snapshots. This was one of the reasons that imaging progress modal was not slightly messed up for datasets.
-
Leigh B Stoller authored
allocating so we can change the state in the display.
-
Leigh B Stoller authored
The metadata does not have anything sensitive, and this is easier than rolling it into the secure download path via the CM.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
its an admin page.
-
Leigh B Stoller authored
are marked global. Dataset download is otherwise handled via the CM with credentials.
-
Leigh B Stoller authored
convert control chars for display.
-
Leigh B Stoller authored
wanting to call setgroups cause it is so slow. also refactor the code to chown/chgrp user dot files so we can call it from reactivate. Refactor the code that bumps user/project activity and calls exports setup so that we can call it from reactivate. When deleting a ZFS home/proj directory, do the ZFS rename and then set the mountpoint=none, no need to have it mounted.
-
- 25 Aug, 2016 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Guess we don't get any guests these days. Or they they don't whine, they just go to Amazon.
-