Skip to content

Commit

Permalink
(site/ls/role/ccs-dc) add s3daemon elqui instance
Browse files Browse the repository at this point in the history
The eqlui instance is for testing and is temporary.
  • Loading branch information
jhoblitt committed Nov 5, 2024
1 parent 65ef74d commit 5e63a0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hieradata/site/ls/role/ccs-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ files:
ccs_software::services:
prod:
- {name: "image-handling", user: "ccs-ipa", group: "ccs-ipa", workdir: "/home/ccs-ipa"}

s3daemon::instances:
elqui: # testing
s3_endpoint_url: "https://s3.elqui.cp.lsst.org"
port: 15558
5 changes: 5 additions & 0 deletions spec/fixtures/hieradata/site/ls/role/ccs-dc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
s3daemon::instances:
elqui:
aws_access_key_id: "%{alias('s3daemon_site::aws_access_key_id')}"
aws_secret_access_key: "%{alias('s3daemon_site::aws_secret_access_key')}"

0 comments on commit 5e63a0d

Please sign in to comment.