Skip to content

Commit 7e04bc7

Browse files
committed
Adding beegfs endpoint for 931
1 parent 849867d commit 7e04bc7

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ globus:
33

44
# 9.3.1 ENDPOINTS
55

6+
bl931-beegfs-data:
7+
root_path: /beamline_staging/bl931/raw/
8+
uri: beegfs.als.lbl.gov
9+
uuid: d33b5d6e-1603-414e-93cb-bcb732b7914a
10+
name: bl931-beegfs-data
11+
612
bl931-compute-dtn:
713
root_path: /
814
uri: compute-dtn.als.lbl.gov

orchestration/flows/bl931/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ def __init__(self) -> None:
1111
self.tc: TransferClient = transfer.init_transfer_client(self.apps["als_transfer"])
1212
self.bl931_compute_dtn = self.endpoints["bl931-compute-dtn"]
1313
self.bl931_nersc_alsdev_raw = self.endpoints["bl931-nersc_alsdev_raw"]
14+
self.bl931_beegfs = self.endpoints["bl931-beegfs-data"]

0 commit comments

Comments
 (0)