- 24 Sep, 2012 1 commit
-
-
Eric Eide authored
This commit is intended to makes the license status of Emulab and ProtoGENI source files more clear. It replaces license symbols like "EMULAB-COPYRIGHT" and "GENIPUBLIC-COPYRIGHT" with {{{ }}}-delimited blocks that contain actual license statements. This change was driven by the fact that today, most people acquire and track Emulab and ProtoGENI sources via git. Before the Emulab source code was kept in git, the Flux Research Group at the University of Utah would roll distributions by making tar files. As part of that process, the Flux Group would replace the license symbols in the source files with actual license statements. When the Flux Group moved to git, people outside of the group started to see the source files with the "unexpanded" symbols. This meant that people acquired source files without actual license statements in them. All the relevant files had Utah *copyright* statements in them, but without the expanded *license* statements, the licensing status of the source files was unclear. This commit is intended to clear up that confusion. Most Utah-copyrighted files in the Emulab source tree are distributed under the terms of the Affero GNU General Public License, version 3 (AGPLv3). Most Utah-copyrighted files related to ProtoGENI are distributed under the terms of the GENI Public License, which is a BSD-like open-source license. Some Utah-copyrighted files in the Emulab source tree are distributed under the terms of the GNU Lesser General Public License, version 2.1 (LGPL).
-
- 04 Sep, 2012 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 29 Aug, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 27 Aug, 2012 1 commit
-
-
Leigh B Stoller authored
Add metadata_url and imagefile_url.
-
- 11 Jul, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 28 Jun, 2012 1 commit
-
-
Leigh B Stoller authored
Also allow pcvm for type.
-
- 15 May, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 12 Mar, 2012 1 commit
-
-
Mike Hibler authored
This is in the node type check where we look at what is currently in the partition they are imaging, and base the set of valid node type on that. However, if they specify a partition that doesn't currently have an image, we would previously effectively tell them that the image will not run on the node type that it is currently running on! Now we just say "there is no current image in that partition."
-
- 06 Mar, 2012 1 commit
-
-
Leigh B Stoller authored
entries for all pc types, even if are no nodes with those types in the testbed. This is very useful for preloading images and the mappings at the begginning of time, when loading the initial descriptors.
-
- 13 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 12 Oct, 2010 1 commit
-
-
Leigh B Stoller authored
-
- 10 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
Basically, we cannot create an image descriptor without any types defined, and we cannot create any types without a default image descriptor. I broke the circle by adding a stub pc type into the database fill file so that all Emulabs start with a predefined type. Then you can load the descriptor file, create your actual types, and then go back and edit the image descriptors to set the types those images run on (you always had to do this).
-
- 09 Apr, 2010 1 commit
-
-
Leigh B Stoller authored
process, to add the base descriptors.
-
- 24 Oct, 2008 1 commit
-
-
Kevin Atkinson authored
image.
-
- 10 Sep, 2008 1 commit
-
-
Mike Hibler authored
* when creating an image from a node, make sure the new image gets the MBR version used by the existing image * when loading a single-partition image that requires a different MBR, invalidate all other existing partition ("invalidate" in the sense that we remove any partitions table entries, we don't do anything to the disk)
-
- 02 Sep, 2008 1 commit
-
-
Mike Hibler authored
I'm sure there was a reason for this at one time, but I don't recall it...
-
- 08 Aug, 2008 1 commit
-
-
Kevin Atkinson authored
Fix Ticket #211 by reporting all the unacceptable node types at once.
-
- 04 Feb, 2008 1 commit
-
-
Kevin Atkinson authored
creating a whole disk image with the "Easy" form.
-
- 08 Jan, 2008 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 27 Nov, 2007 1 commit
-
-
Russ Fish authored
-
- 19 Nov, 2007 2 commits
- 08 Nov, 2007 1 commit
-
-
Russ Fish authored
-
- 07 Nov, 2007 1 commit
-
-
Russ Fish authored
-
- 01 Nov, 2007 1 commit
-
-
Mike Hibler authored
-
- 19 Oct, 2007 1 commit
-
-
Russ Fish authored
www/newimageid_ez.php3 - The reworked PHP page. Calls Image::NewImageId with ez=1. www/newimageid.php3 - Call Image::NewImageId with ez=0. www/imageid_defs.php - Re-use the Image::NewImageId class method, adding an 'ez' arg. backend/{newimageid_ez,GNUmakefile}.in configure configure.in - New backend script. After checks, calls OSinfo->Create and Image->Create with the same XML args array. db/Image.pm.in - Re-use the Image->Create method, adding an imageid over-ride arg. db/OSinfo.pm.in - Filter out extraneous db slot args from XML in the Create method. db/libdb.pm.in - Add TB_{OS,IMAGE}ID_* constants from dbdefs.php3 . sql/database-fill.sql - Add OS entries to the table_regex 'images' pattern set.
-
- 12 Oct, 2007 1 commit
-
-
Russ Fish authored
www/newimageid.php3 - The reworked PHP page. www/imageid_defs.php - Add an Image::NewImageId class method bridging to the script via XML. backend/{newimageid,GNUmakefile}.in configure configure.in - New backend script. db/Image.pm.in - Add a Create class method for script arg checking. sql/database-fill.sql - Add to the table_regex 'images' checking patterns.
-