Skip to content

Commit

Permalink
(role/htcondor) update config and dry up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarria committed Apr 26, 2024
1 parent 5656bd5 commit f57a9f0
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 171 deletions.
9 changes: 9 additions & 0 deletions hieradata/role/htcondor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ classes:
- "profile::core::common"
- "profile::core::nfsclient"

packages:
- "nano"

files:
/etc/profile.d/rubin.sh:
ensure: file
mode: "0600"
content: "export DAF_BUTLER_REPOSITORY_INDEX=/project/data-repos.yaml"

htcondor::htcondor_version: "23.0"
24 changes: 22 additions & 2 deletions hieradata/site/cp/role/htcondor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,31 @@ htcondor::htcondor_host: "htcondor-cm.cp.lsst.org"

nfs::client_enabled: true
nfs::client_mounts:
/mnt/project:
/project:
share: "project"
server: "nfs1.cp.lsst.org"
atboot: true
/mnt/rsphome:
/rsphome:
share: "rsphome"
server: "nfs-rsphome.cp.lsst.org"
atboot: true
/repo/LATISS:
share: "/auxtel/repo/LATISS"
server: "nfs-auxtel.cp.lsst.org"
atboot: true
/repo/LSSTComCam:
share: "/repo/LSSTComCam"
server: "comcam-archiver.cp.lsst.org"
atboot: true
/readonly/lsstdata/other:
share: "lsstdata"
server: "nfs1.cp.lsst.org"
atboot: true
/readonly/lsstdata/comcam:
share: "lsstdata"
server: "comcam-archiver.cp.lsst.org"
atboot: true
/readonly/lsstdata/auxtel:
share: "/auxtel/lsstdata"
server: "nfs-auxtel.cp.lsst.org"
atboot: true
4 changes: 2 additions & 2 deletions hieradata/site/dev/role/htcondor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ htcondor::htcondor_host: "htcondor-cm.dev.lsst.org"

nfs::client_enabled: true
nfs::client_mounts:
/mnt/project:
/project:
share: "project"
server: "nfs-project.ls.lsst.org"
atboot: true
/mnt/rsphome:
/rsphome:
share: "rsphome"
server: "nfs-rsphome.ls.lsst.org"
atboot: true
16 changes: 14 additions & 2 deletions hieradata/site/ls/role/htcondor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@ htcondor::htcondor_host: "htcondor-cm.ls.lsst.org"

nfs::client_enabled: true
nfs::client_mounts:
/mnt/project:
/project:
share: "project"
server: "nfs-project.ls.lsst.org"
atboot: true
/mnt/rsphome:
/rsphome:
share: "rsphome"
server: "nfs-rsphome.ls.lsst.org"
atboot: true
/repo/LATISS:
share: "/auxtel/repo/LATISS"
server: "nfs-auxtel.ls.lsst.org"
atboot: true
/data/lsstdata/BTS/auxtel:
share: "/auxtel/lsstdata/BTS/auxtel"
server: "nfs-auxtel.ls.lsst.org"
atboot: true
/datasets:
share: "lsstdata"
server: "nfs-lsstdata.ls.lsst.org"
atboot: true
Loading

0 comments on commit f57a9f0

Please sign in to comment.