Skip to content

Commit af04854

Browse files
authored
Merge pull request #1485 from lsst-it/IT-5695_htcondor_fix
(role/htcondor) fix comcam-archiver NFS to nfs3.cp
2 parents 8ff4bb0 + 2b2cbf1 commit af04854

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

hieradata/site/cp/role/htcondor.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ nfs::client_mounts:
1616
server: "nfs-auxtel.cp.lsst.org"
1717
atboot: true
1818
/repo/LSSTComCam:
19-
share: "/repo/LSSTComCam"
20-
server: "comcam-archiver.cp.lsst.org"
19+
share: "/comcam/repo/LSSTComCam"
20+
server: "nfs3.cp.lsst.org"
2121
atboot: true
2222
/readonly/lsstdata/other:
2323
share: "lsstdata"
2424
server: "nfs1.cp.lsst.org"
2525
atboot: true
2626
/readonly/lsstdata/comcam:
27-
share: "lsstdata"
28-
server: "comcam-archiver.cp.lsst.org"
27+
share: "/comcam/lsstdata"
28+
server: "nfs3.cp.lsst.org"
2929
atboot: true
3030
/readonly/lsstdata/auxtel:
3131
share: "/auxtel/lsstdata"

spec/hosts/roles/htcondor_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143

144144
it do
145145
is_expected.to contain_nfs__client__mount('/repo/LSSTComCam').with(
146-
share: '/repo/LSSTComCam',
147-
server: 'comcam-archiver.cp.lsst.org',
146+
share: '/comcam/repo/LSSTComCam',
147+
server: 'nfs3.cp.lsst.org',
148148
atboot: true
149149
)
150150
end
@@ -159,8 +159,8 @@
159159

160160
it do
161161
is_expected.to contain_nfs__client__mount('/readonly/lsstdata/comcam').with(
162-
share: 'lsstdata',
163-
server: 'comcam-archiver.cp.lsst.org',
162+
share: '/comcam/lsstdata',
163+
server: 'nfs3.cp.lsst.org',
164164
atboot: true
165165
)
166166
end

0 commit comments

Comments
 (0)