Changes between Version 5 and Version 6 of FeddReleaseNotes
- Timestamp:
- Dec 4, 2010 5:23:20 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddReleaseNotes
v5 v6 16 16 17 17 * [http://www.protogeni.net/trac/protogeni/wiki ProtoGENI v1.0] plug-in support. Experiments can now use ProtoGENI nodes 18 * A plug-in for using [source:fedd/ trunk/federation/deter_internal_access.py DETER's internal network] has been added, allowing multiple sub-experiments to be created on DETER.18 * A plug-in for using [source:fedd/federation/deter_internal_access.py DETER's internal network] has been added, allowing multiple sub-experiments to be created on DETER. 19 19 * An example [FeddSkelPlugin skeleton plug-in] is included in the code, as a demonstration of the architecture and a starting point for new plug-ins. 20 20 * Fedd uses [FeddPluginArchitecture#TopologyDescriptionLanguage topdl], our topology description language for sub-segment representation and communication between [FeddAbout#Overview experiment controller and access controller]. Topdl will be making its way out to user interfaces and input tools as well. … … 22 22 * This has been used to construct multi-party experiments with information hiding. 23 23 * Access controller/plug-in code has been reorganized and more heavily commented. 24 * Common functionality has been moved into a plug-in [source:fedd/ trunk/federation/access.py base class] for easy re-use.24 * Common functionality has been moved into a plug-in [source:fedd/federation/access.py base class] for easy re-use. 25 25 * [FeddPluggingIn Dynamic plug-in controllers] can be added by users 26 26 * Plug in interfaces have been [FeddDevelop documented]