Difference between revisions of "Accounting Portlet: How to install and configure"
From Gcube Wiki
(→Generic Resource) |
(→Overview) |
||
Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
− | AM can be installed in different scopes | + | AM can be installed in different scopes and, depending on desired information, various kinds of tabs can be enabled at installation time. |
The tabs contain information about the Storage, Service and Job. | The tabs contain information about the Storage, Service and Job. | ||
To show the information that you want, simply add a generic resource with the choices made. | To show the information that you want, simply add a generic resource with the choices made. | ||
− | Generally except in special cases, the configuration | + | Generally, except in special cases, the configuration has to respect this conditions: |
− | * '''Scope ROOT''' | + | * '''Scope ROOT''' enables Storage |
− | * '''Scope VO''' | + | * '''Scope VO''' enables Service |
− | * '''Scope VRE''' | + | * '''Scope VRE''' enables Service |
== Generic Resource == | == Generic Resource == |
Revision as of 14:39, 7 November 2016
Contents |
In this guide we describe how to install and configure Accounting Manager portlet(AM).
Overview
AM can be installed in different scopes and, depending on desired information, various kinds of tabs can be enabled at installation time. The tabs contain information about the Storage, Service and Job. To show the information that you want, simply add a generic resource with the choices made.
Generally, except in special cases, the configuration has to respect this conditions:
- Scope ROOT enables Storage
- Scope VO enables Service
- Scope VRE enables Service
Generic Resource
Thi is a configuration example where are enabled Services and Job:
<Resource version="0.4.x"> <ID>39bb33cb-08c3-4ab3-bf86-583dc0839dd3</ID> <Type>GenericResource</Type> <Scopes> <Scope>/gcube/devNext/NextNext</Scope> </Scopes> <Profile> <SecondaryType>AccountingProfile</SecondaryType> <Name>AccountingManager</Name> <Description>Accounting Manager portlet for this scope</Description> <Body> <enabletabs> <enabletab> <name>Service</name> </enabletab> <enabletab> <name>Job</name> </enabletab> </enabletabs> </Body> </Profile> </Resource>
Possible values are:
... <name>Storage</name> ... <name>Service</name> ... <name>Job</name> ...