Changes between Initial Version and Version 1 of Software/eAM/g2Scheduler


Ignore:
Timestamp:
Sep 11, 2014, 6:33:37 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/g2Scheduler

    v1 v1  
     1== Scheduler ==
     2
     3''' Usage '''
     4
     5This service manages the reservations for access to the resources. Authenticated users are allowed to make reservations to use experiment resources. This service presents the display by which they make such reservations, and handles schedule conflict resolution. It is queried by the login, and account management services to determine if a user can use the service they are attempting to use.
     6
     7----
     8''' Notes '''
     9
     10----
     11
     12''' Installation and Configuration '''
     13
     14The Scheduler service is packaged in the omf-aggmgr-scheduler-5.4 package. It can be installed form the package repository with
     15
     16{{{
     17apt-get install omf-aggmgr-scheduler-5.4
     18}}}
     19
     20Instructions on how to add the Orbit software repository to your list of apt-sources can be found ​here.
     21
     22Once installed the service is configured by TODO.