forked from opensciencegrid/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-SITE.yaml
28 lines (23 loc) · 1.03 KB
/
template-SITE.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
# LongName is the expanded name of the site
LongName: University of XYZ Cluster
# Description is a brief description of your site
Description: Computer Science building of the University of XYZ
# If you have an up-to-date local git clone, fill ID with the output from `bin/next_site_id`
# Otherwise, leave it blank and we will fill in the appropriate value for you.
ID: <ID>
# AddressLine1 is the street address of the site
AddressLine1: 1234 Fifth St
### AddressLine2 (optional) is the second line of the street address
# AddressLine2: Room 101
# City is the city the site is located in
City: Madison
# Country is the country the site is located in
Country: United States
### State (optional) is the state or province the site is located in
# State: Wisconsin
### Zipcode (optional) is the zipcode/postal code of the site
# Zipcode: "01234"
# Latitude is the latitude of the site (positive values are in the northern hemisphere)
Latitude: 54.40
# Longitude is the longitude of the site (positive values are in the eastern hemisphere)
Longitude: -90.01