From 1d7c4fb1616a1bee9e7de6bfc78043f9dc93f1ee Mon Sep 17 00:00:00 2001 From: dtapiacl Date: Wed, 18 Dec 2024 11:11:40 -0300 Subject: [PATCH] (node/nfs3.cp.lsst.org) add comcam-dc01.cp.lsst.org export --- hieradata/node/nfs3.cp.lsst.org.yaml | 2 ++ spec/hosts/nodes/nfs3.cp.lsst.org_spec.rb | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/hieradata/node/nfs3.cp.lsst.org.yaml b/hieradata/node/nfs3.cp.lsst.org.yaml index e13d8f1cf0..29cf234dda 100644 --- a/hieradata/node/nfs3.cp.lsst.org.yaml +++ b/hieradata/node/nfs3.cp.lsst.org.yaml @@ -12,6 +12,8 @@ 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,no_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