Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 11b0a38

Browse files
authored
Merge pull request #930 from edquist/SOFTWARE-5030.topology-site-names
mention rule for site name allowed characters (SOFTWARE-5030)
2 parents 5d8324d + a4072c0 commit 11b0a38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/common/registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you don't already know the relevant names for your resource, using the follow
6767
| Level | Naming convention |
6868
|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
6969
| Facility | Unabbreviated institution or company name, e.g. `University of Wisconsin - Madison` |
70-
| Site | Computing center or academic department, e.g. `CHTC`, `MWT2 ATLAS UC`, `San Diego Supercomputer Center` |
70+
| Site | Computing center or academic department, e.g. `CHTC`, `MWT2 ATLAS UC`, `San Diego Supercomputer Center`<br>The only characters allowed in Site names are letters, numbers, underscores, hyphens, and spaces; i.e., a Site name must match the regular expression `^[A-Za-z0-9_ -]+$` |
7171
| Resource Group | Abbreviated facility, site, and cluster name. Resource groups used for testing purposes should have an `-ITB` or `- ITB` suffix, e.g. `TCNJ-ELSA-ITB` |
7272
| Resource | In all capital letters, `<ABBREV FACILTY>-<CLUSTER>-<RESOURCE TYPE>`, for example:<br>`TCNJ-ELSA-CE` or `NMSU-AGGIE-GRID-SQUID`<br>If you don't know which VO to use, pick `OSG`. |
7373

0 commit comments

Comments
 (0)