Skip to content

Commit

Permalink
Merge branch 'opensciencegrid:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbenjamin authored Oct 15, 2024
2 parents e901b4a + f06fc10 commit 6859433
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 1 deletion.
11 changes: 11 additions & 0 deletions projects/UWLaCrosse_Petullo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Department: Department of Computer Science & Computer Engineering
Description: We are interested in high-performance computing, system software, and
cybersecurity. We aim to learn the use of HTCondor and OSPool as we work towards
obtaining funding for additional infrastructure. We are particularly interested
in learning how to contribute compute resources to OSPool.
FieldOfScience: Computer and Information Services
FieldOfScienceID: '11.0101'
InstitutionID: "https://osg-htc.org/iid/dwilwle5aapv"
Organization: University of Wisconsin-La Crosse
PIName: W. Michael Petullo

2 changes: 1 addition & 1 deletion src/templates/iframe.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ will want to adjust the Map.data which populates the select input and legend.
}
async fetchOSPoolResourceUpdateTime() {
const response = await fetch("https://api.github.com/repos/osg-htc/ospool-data/commits?path=/data/ospool_resources_report/ospool_resources.json&per_page=1")
const response = await fetch("https://api.github.com/repos/osg-htc/ospool-data/commits")
const commits = await response.json()
const timestampString = commits[0].commit.author.date
this.ospoolResourcesTimestamp = new Date(timestampString).toLocaleString()
Expand Down
181 changes: 181 additions & 0 deletions topology/Carleton College/Carleton SIG/Carleton-CRUG.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@

# Production is true if the resources in this group will join the production OSG pool,
# and not the Integration Test Bed (ITB) pool.
Production: true
# SupportCenter is one of the support centers in topology/support-centers.yaml
SupportCenter: Self Supported

# GroupDescription is a long description of the resource group; may be multiple lines.
GroupDescription: This is a cluster at Carleton College

# Resources contains one or more resources in this
# ResourceGroup. A resource provides one or more services
Resources:
# Resource Name should be a short descriptor of the resource.
# e.g. the Center for High Throughput Computing's GlideinWMS Frontend is "CHTC-glidein2"
# Resource Names need to be unique across all resources in the OSG.
Carleton-CRUG-EP:
# Active is true if the resource is accepting requests, and false otherwise.
# When first registering a resource, set this to false. Set it to true when it's ready for production.
Active: true
# Description is a long description of the resource; may be multiple lines
Description: This is a hosted CE for Carleton College.
# ContactLists contain information about people to contact regarding this resource.
# The "ID" is a hash of their email address available at https://topology.opensciencegrid.org/miscuser/xml
# If you cannot find the contact above XML, please register the contact:
# https://opensciencegrid.org/docs/common/registration/#registering-contacts
ContactLists:
# Administrative Contacts are persons or groups of people (i.e.,
# mailing lists) that are directly responsible for the
# maintenance of the resource
Administrative Contact:
Primary:
Name: Michael Tie
ID: OSG1000824
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# Security Contact are persons or groups of people (i.e.,
# mailing lists) that are responsible for handling security
# issues related to the resource
Security Contact:
Primary:
Name: Michael Tie
ID: OSG1000824
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (OPTIONAL) Executive Contacts are persons or groups of
# people (i.e., mailing lists) are responsible for making policy
# decisions regarding the site's integration with the OSG resource
# Executive Contact:
# Primary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# Local contacts are an optional set of persons or groups of
# people (i.e., mailing lists) if they are a different from the
# persons responsible for the resouce. For example, OSG Hosted
# CEs are operated by OSG Staff, who are separate from the local
# contacts that are responsible for running the site's scheduler

# (OPTIONAL) Local Executive Contacts are persons or groups of
# people (i.e., mailing lists) are responsible for making policy
# decisions regarding the site's integration with the OSG resource
# Local Executive Contact:
# Primary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (OPTIONAL) Local Operaitonal Contacts are persons or groups of
# people (i.e., mailing lists) that are directly responsible for the
# maintenance of the site's integration with the OSG resource
# Local Operational Contact:
# Primary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# (OPTIONAL) Local Security Contacts are persons or groups of
# mailing lists) that are responsible for handling security
# issues related to the site's integration with the OSG resource
# Local Security Contact:
# Primary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Secondary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>
# Tertiary:
# Name: <FIRSTNAME> <LASTNAME>
# ID: <EMAIL HASH>

# FQDN is the fully qualified domain name of the host running this resource
FQDN: osg00.crug.carleton.edu
### FQDNAliases (optional) are any other DNS aliases by which this host can be accessed
# FQDNAliases:
# - <HOSTNAME1>
# - <HOSTNAME2>

### DN (optional except for XCache resources) is the DN of the host cert of the resource
# in OpenSSL 1.0 format (i.e. /DC=org/DC=incommon/C=US/...)
# DN: <DN>

# Services is one or more services provided by this resource;
# valid services are listed in topology/services.yaml with the format "<SERVICE NAME>: <ID>"
Services:
# <SERVICE NAME>:
Execution Endpoint:
# Description is a brief description of the service
Description: Carleton College ospool containers
### Details (optional)
# Details:
# # hidden
# hidden: false
# ### uri_override (optional, use if your service is on some non-standard URL)
# # uri_override: <HOST>:<PORT>
# ### sam_uri (optional)
# # sam_uri: htcondor://...
# ### endpoint (for perfSONAR services)
# # endpoint: <HOSTNAME>

# Other services if you have any
# <SERVICE NAME>:
# ...

### Tags (optional) is a list of tags associated with the resource.
### Include the tag "CC*" if applicable for a CC* CE.
# Tags:
# - <TAG1>
# - <TAG2>

### VOOwnership (optional) is the percentage of the resource owned by one or more VOs.
### If part of the resource is not owned by the VO, do not list it.
### The total percentage cannot exceed 100.
# VOOwnership:
# <VO1>: <PERCENT>
# <VO2>: <PERCENT>

### WLCGInformation (optional) is only for resources that are part of the WLCG
# WLCGInformation:
# APELNormalFactor: 0.0
# HEPScore23Percentage: 0.0
# AccountingName: <name>
# HEPSPEC: 0
# InteropAccounting: true
# InteropBDII: true
# InteropMonitoring: true
# KSI2KMax: 0
# KSI2KMin: 0
# StorageCapacityMax: 0
# StorageCapacityMin: 0
# TapeCapacity: 0

# Other resources if you have any...
# <RESOURCE NAME>:
# ...
12 changes: 12 additions & 0 deletions topology/Portland State University/PDX-OIT/PDX-Coeus_downtime.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- Class: UNSCHEDULED
ID: 1940060677
Description: Down during OS updates
Severity: Outage
StartTime: Oct 15, 2024 15:00 +0000
EndTime: Nov 15, 2024 14:00 +0000
CreatedTime: Oct 15, 2024 15:27 +0000
ResourceName: PDX-Coeus-CE1
Services:
- CE
# ---------------------------------------------------------

Original file line number Diff line number Diff line change
Expand Up @@ -861,3 +861,38 @@
Services:
- Squid
# ---------------------------------------------------------
- Class: SCHEDULED
ID: 1939219805
Description: OSCER cluster maintenance
Severity: Outage
StartTime: Oct 16, 2024 13:00 +0000
EndTime: Oct 17, 2024 04:00 +0000
CreatedTime: Oct 14, 2024 16:06 +0000
ResourceName: OU_OSCER_ATLAS
Services:
- CE
- GridFtp
# ---------------------------------------------------------
- Class: SCHEDULED
ID: 1939219806
Description: OSCER cluster maintenance
Severity: Outage
StartTime: Oct 16, 2024 13:00 +0000
EndTime: Oct 17, 2024 04:00 +0000
CreatedTime: Oct 14, 2024 16:06 +0000
ResourceName: OU_OSCER_ATLAS_SE
Services:
- GridFtp
- XRootD component
# ---------------------------------------------------------
- Class: SCHEDULED
ID: 1939219807
Description: OSCER cluster maintenance
Severity: Outage
StartTime: Oct 16, 2024 13:00 +0000
EndTime: Oct 17, 2024 04:00 +0000
CreatedTime: Oct 14, 2024 16:06 +0000
ResourceName: OU_OSCER_ATLAS_SLATE_SQUID
Services:
- Squid
# ---------------------------------------------------------
1 change: 1 addition & 0 deletions topology/University of Wisconsin–La Crosse/FACILITY.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
InstitutionID: "https://osg-htc.org/iid/dwilwle5aapv"

0 comments on commit 6859433

Please sign in to comment.