Skip to content

Commit 33ef79c

Browse files
authored
Merge pull request #1480 from lsst-it/IT-5676_mount_nfs3_comcam_archiver
(node/nfs3.cp.lsst.org) add comcam-archiver.cp.lsst.org export
2 parents 477ab8b + ea4c43c commit 33ef79c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hieradata/node/nfs3.cp.lsst.org.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ nfs::nfs_exports_global:
1111
139.229.160.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)
1212
139.229.165.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)
1313
azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)
14+
comcam-archiver.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
1415
/lsstcam:
1516
clients: >-
1617
%{facts.networking.ip}/32(ro,nohide,insecure,no_subtree_check,async,root_squash)

spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
.to include(
4545
'139.229.160.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)',
4646
'139.229.165.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)',
47-
'azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)'
47+
'azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)',
48+
'comcam-archiver.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)'
4849
)
4950
end
5051

0 commit comments

Comments
 (0)