Skip to content

Commit

Permalink
(TESTING) ghcr.io/lsst-dm/s3nd:sha-1a94702
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Nov 25, 2024
1 parent ebad043 commit 4d29fae
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions hieradata/site/cp/cluster/lsstcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,38 @@ s3daemon::instances:
s3_endpoint_url: "https://sdfembs3.sdf.slac.stanford.edu"
port: 15580
image: "%{alias('s3daemon_default_image')}"
env:
S3DAEMON_HOST: ""
sdfembs3-lsstcam-go:
s3_endpoint_url: "https://sdfembs3.sdf.slac.stanford.edu"
port: 15581
image: "ghcr.io/lsst-dm/s3nd:sha-1a94702"
env:
S3ND_ENDPOINT_URL: "https://sdfembs3.sdf.slac.stanford.edu"
S3ND_PORT: "15581"
AWS_DEFAULT_REGION: "lfa"
S3ND_UPLOAD_TIMEOUT: "60s"
S3ND_QUEUE_TIMEOUT: "60s"
S3ND_UPLOAD_MAX_PARALLEL: "25"
S3ND_UPLOAD_TRIES: "10"
S3ND_UPLOAD_PARTSIZE: "50Mi" # larger than test file size
S3ND_UPLOAD_BWLIMIT: "160Mi"
S3ND_UPLOAD_WRITE_BUFFER_SIZE: "25Mi"
elqui-lsstcam: # XXX temporary for testing
s3_endpoint_url: "https://s3.elqui.cp.lsst.org"
port: 15590
image: "%{alias('s3daemon_default_image')}"
env:
S3DAEMON_HOST: ""
elqui-lsstcam-go:
s3_endpoint_url: "https://s3.elqui.cp.lsst.org"
port: 15591
image: "ghcr.io/lsst-dm/s3nd:sha-1a94702"
env:
S3ND_ENDPOINT_URL: "https://s3.elqui.cp.lsst.org"
S3ND_PORT: "15591"
AWS_DEFAULT_REGION: "lfa"
S3ND_UPLOAD_TIMEOUT: "3s"
S3ND_QUEUE_TIMEOUT: "60s"
S3ND_UPLOAD_MAX_PARALLEL: "25"
S3ND_UPLOAD_TRIES: "10"

0 comments on commit 4d29fae

Please sign in to comment.