forked from cernops/puppet-voms
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
40 lines (25 loc) · 925 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This module manages VOMS resources for VOMS clients.
VOMS is the Virtual Organization Membership Service, in use by gLite, EMI, and
other grid computing projects.
== Examples
voms::server {
"voms_MyVO_cern":
vo => "MyVO",
server => "voms.cern.ch",
port => 15001,
dn => ["/DC=ch/DC=cern/OU=computers/CN=voms.cern.ch"],
ca_dn => ["/DC=ch/DC=cern/CN=CERN Trusted Certification Authority"];
}
The above declaration will create the files:
/etc/vomses/MyVO/voms.cern.ch
and
/etc/grid-security/vomsdir/MyVO/voms.cern.ch.lsc
For some VOs, you can probably find a predefined class you can enable which
does all the required setup without any additional configuration e.g:
class{'voms::atlas':}
or
class{'voms::dteam':}
Additions of new VOs will be accepted.
== Authors
CERN IT/GT/DMS <[email protected]>
CERN IT/PS/PES <[email protected]>