forked from opensciencegrid/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-project.yaml
63 lines (52 loc) · 2.51 KB
/
template-project.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Description is a human-readable description of what the project is about
# it can be multiple lines as long as each line is indented.
Description: >-
<TEXT>
# Department is the department of the project, e.g. "Physics"
Department: <DEPT>
# FieldOfScience is a more specific description, e.g. "High Energy Physics"
FieldOfScience: <FOS>
# Organization is the organization where the project is hosted, e.g. "University of California, San Diego"
Organization: <ORG>
# PIName is the prinicipal investigator for the project
PIName: <FIRSTNAME> <LASTNAME>
Sponsor:
### If this is an OSG Connect project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG Connect
### Or if this is an XSEDE project, uncomment this CampusGrid block
# CampusGrid:
# Name: OSG-XSEDE
### Or if this project is sponsored by some other campus grid, uncomment this
### CampusGrid block and replace <NAME> with the name of the campus grid;
### look at the list in projects/_CAMPUS_GRIDS.yaml for the specific spelling
# CampusGrid:
# Name: <NAME>
### Or if this project is sponsored by a VO, uncomment this VirtualOrganization block
### and replace <VO> with the name of the virtual organization; this must match
### one of the file names in the virtual-organizations/ directory (minus the .yaml extension)
# VirtualOrganization:
# Name: <VO>
### Uncomment the ResourceAllocations block if this project can make use of
### one or more XRAC (XSEDE) or other HPC allocations.
###
### Contact the Software Team for assistance in filling in these values.
# ResourceAllocations:
##### Type is how the allocation was obtained: "XRAC" for allocations through
##### XSEDE or "Other" for allocations directly through the site.
# - Type: Other
####### SubmitResources is a list of Submit Nodes (Access Points) that users of
####### the project can submit from. There must be at least one; each line must
####### refer to a Topology Resource.
# SubmitResources:
# - UChicago_OSGConnect_login04
# - UChicago_OSGConnect_login05
####### ExecuteResourceGroups is a list of what sites this allocation
####### corresponds to and what their local allocation is at that site.
####### There must be at least one.
# ExecuteResourceGroups:
########### GroupName is a Topology Resource Group that contains the CE of the site.
# - GroupName: TACC-Stampede2
########### LocalAllocationID is the user's allocation on that site (e.g. for
########### SLURM, what goes after the `-A`) for the job
# LocalAllocationID: MyAllocation