Skip to content

Commit

Permalink
(TESTING) docker.io/jhoblitt/s3daemon:test6
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Nov 14, 2024
1 parent 89d30d7 commit cd9bc72
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 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,32 @@ 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: "docker.io/jhoblitt/s3daemon:test6"
env:
AWS_DEFAULT_REGION: "lfa"
S3DAEMON_UPLOAD_TIMEOUT: "3s"
S3DAEMON_QUEUE_TIMEOUT: "60s"
S3DAEMON_MAX_PARALLEL_UPLOADS: "15"
S3DAEMON_UPLOAD_TRIES: "10"
S3DAEMON_UPLOAD_PARTSIZE: "5Mi" # larger than test file size
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: "docker.io/jhoblitt/s3daemon:test6"
env:
AWS_DEFAULT_REGION: "lfa"
S3DAEMON_UPLOAD_TIMEOUT: "3s"
S3DAEMON_QUEUE_TIMEOUT: "60s"
S3DAEMON_MAX_PARALLEL_UPLOADS: "25"
S3DAEMON_UPLOAD_TRIES: "10"

0 comments on commit cd9bc72

Please sign in to comment.