Difference between revisions of "CVMFS Use Cases for GridPP"

From GridPP Wiki
Jump to: navigation, search
(Created the page.)
 
(Added to the definitions.)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
This page is for outlining use cases for deploying software with CVMFS with GridPP. It is very much a working draft and input from interested parties is very much welcome, either directly on this page or via the discussion page.
+
This page is for outlining use cases for deploying software with CVMFS with GridPP. It is very much a working draft and input from interested parties is very much welcome, either directly on this page or via the [[Talk:CVMFS Use Cases for GridPP|discussion page]].
  
 
==Definitions==
 
==Definitions==
Line 6: Line 6:
 
===Entities===
 
===Entities===
  
* '''Virtual Organisation''': See, for example, this [https://www.egi.eu/community/vos/ EGI definition];
+
* '''Virtual Organisation (VO)''': a group of GridPP users with similar scientific goals and requirements. The organisational unit for grid activities. See, for example, this [https://www.egi.eu/community/vos/ EGI definition];
 
* '''CVMFS repository (repo)''': a subdirectory within <code>/cvmfs/</code> containing scripts, libraries, executables, etc. to be run on the grid.
 
* '''CVMFS repository (repo)''': a subdirectory within <code>/cvmfs/</code> containing scripts, libraries, executables, etc. to be run on the grid.
  
 
===Actors===
 
===Actors===
  
* '''VO member''':
+
* '''VO member''': a GridPP user who belongs to the specified VO with ''user'' security permissions as defined by the VO's security policy;
* '''VO administrator''':
+
* '''VO administrator''': a '''VO member''' who also has ''administrator'' security permissions for the VO;
* '''CVFMS administrator''':
+
* '''CVFMS administrator''': a GridPP user who has ''administrator'' security permissions for the CVMFS RAL Stratum-1 (i.e. <code>/cvmfs/</code>);
* '''Site administrator''':
+
* '''Site administrator''': a GridPP user who has ''administrator'' security permissions for a given GridPP Tier-2 site (i.e. where the CVMFS software will be running).
  
 
==Use Cases==
 
==Use Cases==

Revision as of 12:38, 8 January 2015

Introduction

This page is for outlining use cases for deploying software with CVMFS with GridPP. It is very much a working draft and input from interested parties is very much welcome, either directly on this page or via the discussion page.

Definitions

Entities

  • Virtual Organisation (VO): a group of GridPP users with similar scientific goals and requirements. The organisational unit for grid activities. See, for example, this EGI definition;
  • CVMFS repository (repo): a subdirectory within /cvmfs/ containing scripts, libraries, executables, etc. to be run on the grid.

Actors

  • VO member: a GridPP user who belongs to the specified VO with user security permissions as defined by the VO's security policy;
  • VO administrator: a VO member who also has administrator security permissions for the VO;
  • CVFMS administrator: a GridPP user who has administrator security permissions for the CVMFS RAL Stratum-1 (i.e. /cvmfs/);
  • Site administrator: a GridPP user who has administrator security permissions for a given GridPP Tier-2 site (i.e. where the CVMFS software will be running).

Use Cases

  • Create a new CVMFS repository for a VO.

Useful links