Changes between Version 14 and Version 15 of FeddGettingStarted


Ignore:
Timestamp:
Jul 14, 2012 7:41:49 PM (12 years ago)
Author:
faber
Comment:

Add portal/node software requirements

Legend:

Unmodified
Added
Removed
Modified
  • FeddGettingStarted

    v14 v15  
    2424 * Configure an experiment controller that translates local DETER projects and user identities into ABAC
    2525 * Configure an access controller to map those ABAC credentials back into local users and to allocate resources on their behalf
     26 * Required software for portal nodes and nodes in federated experiments
    2627 * How to get credentials endorsed from DETERLab to gain access to federated resources and use them.
    2728
     
    351352}}}
    352353
     354== Portal Nodes and Required Software ==
     355
     356All nodes in federated experiments use dynamic routing to discover routes to nodes in other testbeds.  To support this, Linux requires either {{{gated}}} or {{{quagga}}} to be accessible.  If that software is not available the fedkit that runs on federated nodes will attempt to load it using either {{{yum}}} or {{{apt-get}}} if they are available and configured.  If samba filesystems are imported the {{{smbfs}}} and {{{samba-client}}} packages will be needed.
     357
     358Portal nodes - the nodes inserted by the federation system will need the Linux bridge utilities, {{bridge-utils}} installed.  Again, if they are absent, the portal software will try to load them.
     359
     360In the event that a either standard linux repositories for {{{yum}}}  and {{{apt-get}}} or local copies are unavailable, local images should be provided with the software installed.  The portal image should be set in the access controller configuration using the portal_image parameter.  Users should be informed of the local node image to use.