-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff McMillen
authored and
Jeff McMillen
committed
Dec 6, 2024
1 parent
3ef04df
commit b7f8389
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
const dataFilesAllocations = { | ||
hosts: { | ||
'ls6.tacc.utexas.edu': ['TACC-ACI'], | ||
'data.tacc.utexas.edu': ['TACC-ACI'], | ||
'ranch.tacc.utexas.edu': ['TACC-ACI'], | ||
'stampede2.tacc.utexas.edu': ['TACC-ACI'], | ||
'maverick2.tacc.utexas.edu': ['TACC-ACI'], | ||
'frontera.tacc.utexas.edu': ['TACC-ACI'], | ||
}, | ||
portal_alloc: 'TACC-ACI', | ||
active: [ | ||
{ | ||
title: 'TACC-ACI', | ||
projectId: 9192, | ||
projectName: 'TACC-ACI', | ||
systems: [ | ||
{ | ||
name: 'ls6', | ||
host: 'ls6.tacc.utexas.edu', | ||
}, | ||
{ | ||
name: 'frontera', | ||
host: 'frontera.tacc.utexas.edu', | ||
}, | ||
], | ||
}, | ||
], | ||
}; | ||
|
||
export default dataFilesAllocations; |