diff --git a/hieradata/node/nfs3.cp.lsst.org.yaml b/hieradata/node/nfs3.cp.lsst.org.yaml index e13d8f1cf0..358d4caf29 100644 --- a/hieradata/node/nfs3.cp.lsst.org.yaml +++ b/hieradata/node/nfs3.cp.lsst.org.yaml @@ -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: >- @@ -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) diff --git a/spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb b/spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb index 725db043d7..8d46a0f3b8 100644 --- a/spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb +++ b/spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb @@ -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