Changes between Version 6 and Version 7 of Software/eAM/g0Accountig


Ignore:
Timestamp:
Oct 2, 2014, 1:34:14 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/g0Accountig

    v6 v7  
    11[[TOC(Software/eAM/g*, depth=3)]]
     2=== Accounting Services ===
     3
     4Two OMF packages are shared among all acount management services: accountingCommon and controlPanlel. First contains common functions while the second provides front-end support for services such as scheduler, account management and status.
     5
     6== Accounting Common  ==
     7
     8Packaged in  ''omf-aggmgr-accountingcommon'' package.
     9
     10=== Installation and Configuration ===
     11
     12== Control Panel ==
     13
     14Packaged in  ''omf-aggmgr-controlpanel'' package.
     15
     16=== Installation and Configuration ===
     17
     18{{{
     19apt-get install omf-aggmgr-controlpanel-5.4
     20}}}
    221
    322
    423== Account Management ==
    524
    6 === accountingCommon ===
    7 Formerly loginCommon.
    8 
    9 All services depend on it.
    10 === autoapprover ===
    11 
    12 Formerly login service
    13 
    14 === controlPanel ===
    15 Service to encapsulate all front end services such as scheduler, account management and status.
    16 
    17 === accountManagement ===
     25The Account Management is packaged in the ''omf-aggmgr-accountmanagement'' package.
    1826
    1927=== Installation and Configuration ===
    2028
    21 The Account Management is packaged in the ''omf-aggmgr-accountmanagement-5.4'' package. It can be installed form the package repository with
    22 
     29It can be installed form the package repository with
    2330{{{
    2431apt-get install omf-aggmgr-accountmanagement-5.4
     
    2734Instructions on how to add the Orbit software repository to your list of apt-sources can be found ​[wiki:Documentation/kPackages#UsingtheOribtPackageRepository ​here].
    2835
    29 Once installed the service is configured by TODO.
     36{{{
     37 accountManagement:
     38    :database:
     39        # User name and password for scheduler database
     40        database: 'newScheduler'
     41    registration:
     42        email:
     43            # Administrator email configuration
     44            sender: 'account-manager@geni.net'
     45            sender_name: 'Account manager'
     46        captcha:
     47            temp_image_dir: '/tmp'
     48            ttf_file: 'images/font21.ttf'
     49        proxyPathRegistration: '/userManagement'
     50        #favicon is either absolute uri, or relative to homeURL or name of file located
     51        # in public_html/ogs_accountManagement/images
     52        favicon: 'geni_banner.png'
     53}}}
     54
     55== Autoapprover ==
     56
     57Formerly known as login service. It implements