Skip to content

Commit

Permalink
Merge pull request #1480 from lsst-it/IT-5676_mount_nfs3_comcam_archiver
Browse files Browse the repository at this point in the history
(node/nfs3.cp.lsst.org) add comcam-archiver.cp.lsst.org export
  • Loading branch information
dtapiacl authored Sep 30, 2024
2 parents 477ab8b + ea4c43c commit 33ef79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions hieradata/node/nfs3.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nfs::nfs_exports_global:
139.229.160.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)
139.229.165.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)
azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)
comcam-archiver.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
/lsstcam:
clients: >-
%{facts.networking.ip}/32(ro,nohide,insecure,no_subtree_check,async,root_squash)
Expand Down
3 changes: 2 additions & 1 deletion spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
.to include(
'139.229.160.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)',
'139.229.165.0/24(rw,nohide,insecure,no_subtree_check,async,root_squash)',
'azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)'
'azar03.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)',
'comcam-archiver.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)'
)
end

Expand Down

0 comments on commit 33ef79c

Please sign in to comment.