-
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
f5e6bb4
commit 688f9e1
Showing
1 changed file
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +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: [ | ||
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', | ||
}, | ||
{ | ||
title: 'TACC-ACI', | ||
projectId: 9192, | ||
projectName: 'TACC-ACI', | ||
systems: [ | ||
{ | ||
name: 'ls6', | ||
host: 'ls6.tacc.utexas.edu', | ||
}, | ||
{ | ||
name: 'frontera', | ||
host: 'frontera.tacc.utexas.edu', | ||
}, | ||
], | ||
name: 'frontera', | ||
host: 'frontera.tacc.utexas.edu', | ||
}, | ||
], | ||
], | ||
}, | ||
], | ||
}; | ||
|
||
export default dataFilesAllocations; | ||
export default dataFilesAllocations; |