Skip to content

Commit b766c4c

Browse files
authored
Merge pull request #4212 from lsst-sqre/tickets/DM-48589b
DM-48589: Enable DP1 Butler on idfint
2 parents aaa492b + 075c78c commit b766c4c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

applications/butler/values-idfint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ autoscaling:
33
config:
44
dp02ClientServerIsDefault: true
55
dp02PostgresUri: postgresql://butler@dp02.rsp-sql-int.internal:5432/dp02
6+
dp1PostgresUri: postgresql://butler@dp1.rsp-sql-int.internal:5432/dp1
67
s3EndpointUrl: "https://storage.googleapis.com"
78
repositories:
89
dp02: "file:///opt/lsst/butler/public/config/dp02.yaml"
10+
dp1: "file:///opt/lsst/butler/config/dp1.yaml"
11+
shareNubladoSecrets: false

environments/values-idfint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ fqdn: "data-int.lsst.cloud"
33
appOfAppsName: "science-platform"
44
butlerServerRepositories:
55
dp02: "https://data-int.lsst.cloud/api/butler/repo/dp02/butler.yaml"
6+
dp1: "https://data-int.lsst.cloud/api/butler/repo/dp1/butler.yaml"
67
gcp:
78
projectId: "science-platform-int-dc5d"
89
region: "us-central1"

0 commit comments

Comments
 (0)