File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments