- 26 Mar, 2010 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Everything else works the same; stick the required entries in the interfaces tables and the outlets_remoteauth table. Oh, I ripped out the existing parallelizzation code and replaced it with the library code emutil::ParRun(), which is slowly making its way across the system, replacing all the one-off cases of using fork to parallelize things. Very handy.
-
- 25 Mar, 2010 5 commits
-
-
Leigh B Stoller authored
Add MapToImage() which maps an osinfo to a specific image for a node type. Both of these are used in os_setup.
-
Leigh B Stoller authored
partition table lookups here. Used by os_setup, etc.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
osid that is supposed to point to a specific one.
-
Leigh B Stoller authored
-
- 23 Mar, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 22 Mar, 2010 15 commits
-
-
Leigh B Stoller authored
do not mess up existing elabinelab experiments.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
elabinelab.
-
Leigh B Stoller authored
new_interfaces tables, send them over to the inner elab, and tell it to incorporate them with newnode. If that all works, update the reserved bit, regen the outer dhcpd conf, and then reboot the nodes. After reboot, they will be attached to the inner elab.
-
Ryan Jackson authored
Also allow tags to be passed in with the -T option.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
deleted, they still remain in the user table with a status of "archived", but since all the queries in the system now use uid_idx instead of uid, it is safe to reuse a uid since they are no longer ambiguous. The reason for not deleting users from the users table is so that the stats records can refer to the original record (who was that person named "mike"). This is very handy and worth the additional effort it has taken. There is no way to ressurect a user, but it would not be hard to add.
-
- 19 Mar, 2010 7 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
to lose your elab cause of a swap problem!
-
Leigh B Stoller authored
-
Leigh B Stoller authored
group_stats, project_stats).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
node; this causes an ambiguity when the proxy is for a local cluster node (which happens cause all protogeni nodes are considered remote nodes. The control network IP *does* go into the widearea_nodeinfo table.
-
- 18 Mar, 2010 2 commits
-
-
Leigh B Stoller authored
down mode) is powered back on when starting or deleting the sliver.
-
Ryan Jackson authored
Refs can contain slashes. For example, the short ref for 'refs/heads/foo/bar' is 'foo/bar'. Previously, we just chopped off everything up to and including the last slash character, which doesn't return the correct short ref in this case. Call git-rev-parse to shorten the ref for us. In case it doesn't return anything (which shouldn't happen), fall back to the full ref.
-
- 17 Mar, 2010 1 commit
-
-
Kevin Atkinson authored
from the old domain no longer exist to avoid strange behavior.
-
- 16 Mar, 2010 6 commits
-
-
Kevin Atkinson authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
into node_type_attributes for the two node types that were using nobootinfo.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
is 180, which is too short for some calls.
-
- 15 Mar, 2010 1 commit
-
-
Mike Hibler authored
Improve previous fix to use an initialized variable for more predictable and correct results!
-