Skip to content

Commit

Permalink
(node/nfs3.cp.lsst.org) add comcam-dc01.cp.lsst.org export
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed Dec 18, 2024
1 parent d555752 commit 3220853
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions hieradata/node/nfs3.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ nfs::nfs_v4_export_root_clients: >-
139.229.160.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
139.229.165.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
azar03.cp.lsst.org(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
comcam-vs01.cp.lsst.org(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
nfs::nfs_exports_global:
/comcam:
clients: >-
Expand All @@ -12,6 +13,15 @@ nfs::nfs_exports_global:
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)
comcam-dc01.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
comcam-vs01.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,root_squash)
/export/comcam/repo:
clients: >-
%{facts.networking.ip}/32(rw,insecure,no_subtree_check,async,root_squash)
139.229.160.0/24(rw,insecure,no_subtree_check,async,root_squash)
139.229.165.0/24(rw,insecure,no_subtree_check,async,root_squash)
azar03.cp.lsst.org(rw,insecure,no_subtree_check,async,root_squash)
comcam-vs01.cp.lsst.org(rw,insecure,no_subtree_check,async,root_squash)
/lsstcam:
clients: >-
%{facts.networking.ip}/32(ro,nohide,insecure,no_subtree_check,async,root_squash)
Expand Down
4 changes: 3 additions & 1 deletion spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
'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)'
'comcam-archiver.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)',
'comcam-dc01.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)',
'comcam-vs01.cp.lsst.org(rw,nohide,insecure,no_subtree_check,async,no_root_squash)'
)
end

Expand Down

0 comments on commit 3220853

Please sign in to comment.