Changes between Version 7 and Version 8 of FeddDownload
- Timestamp:
- Nov 5, 2009 5:03:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddDownload
v7 v8 9 9 == What machines should run fedd == 10 10 11 Under fedd version 2.0, the experiment controller - the fedd that accepts user requests- may run on any machine, though it is often convenient to run it on the users machine of an emulab testbed. It will be asserting [http://fedd.isi.deterlab.net/trac/wiki/FeddAbout#GlobalIdentifiers:Three-levelNames three-level names] so it is intuitive to colocate a controller that will be asserting identities from a given testbed, but not required. Any host with a [http://fedd.isi.deterlab.net/trac/wiki/FeddAbout#GlobalIdentifiers:Fedids fedid] can assert them, of course. 12 13 The following discussion applies to the access controllers running on emulab-style testbeds. 14 11 15 Depending on what sorts of resources you intend to make available to 12 16 others and what modifications you are willing to make to your testbed, 13 you may choose to run feddin different configurations, with17 you may choose to run a fedd access controller in different configurations, with 14 18 functionality partitioned between users and boss. 15 19 16 If you intend to allow feddto either create projects from whole cloth,20 If you intend to allow an access controller to either create projects from whole cloth, 17 21 or to modify the access rights of projects or keys of users, at least 18 22 some of fedd will have to run on boss. You can choose to run a fedd … … 39 43 The easiest way to get a copy of fedd installed on your machine is to 40 44 download the python distutils tar file and install it. The current 41 version is [attachment:fedd- 1.01.tar.gz fedd-1.01.tar.gz].45 version is [attachment:fedd-2.00.tar.gz fedd-2.00.tar.gz]. 42 46 43 47 You will need to have the following python packages installed as well. … … 136 140 == Federation Kit == 137 141 138 The federation kit includes the software that provides the shared environment in the federated experiment. It is described in more detail in the [FeddAbout#TheFederationKit overview of the system.] The version we primarily use is available for [attachment: 142 The federation kit includes the software that provides the shared environment in the federated experiment. It is described in more detail in the [FeddAbout#TheFederationKit overview of the system.] The version we primarily use is available for [attachment:fedkit.tgz download]. Download it, put it somewhere that `fedd` can read it, like `/usr/local/etc/fedd` and set the '''fedkit''' parameter in the [experiment_control] section of the [FeddConfig#ExperimentControlOptions config file] to be the pathname of the tar file. 139 143 140 144 == Subversion access ==