Skip to content

Commit

Permalink
Merge pull request #463 from lsst-it/IT-3276/auxtel
Browse files Browse the repository at this point in the history
(auxtel-ccs{1,2}.tu nodes) nfs export /css-data from -ccs2 -> -ccs1
  • Loading branch information
jhoblitt committed Nov 8, 2021
2 parents 54124d2 + 08bad87 commit 1062c4c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hieradata/node/auxtel-ccs1.tu.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ profile::ccs::daq_interface::uuid: "ff897057-3958-47f7-bfe0-a2579288aebf"
profile::ccs::daq_interface::was: "p2p1"
profile::ccs::daq_interface::mode: "dhcp-client"
ccs_software::hostname: "atsccs1"

nfs::client_enabled: true
nfs::client_mounts:
/ccs-data:
share: "ccs-data"
server: "auxtel-ccs2.tu.lsst.org"
atboot: true
17 changes: 17 additions & 0 deletions hieradata/node/auxtel-ccs2.tu.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,20 @@ profile::ccs::daq_interface::uuid: "fd524cfc-e6e4-4571-8fcb-7fbc0be591c1"
profile::ccs::daq_interface::was: "p2p1"
profile::ccs::daq_interface::mode: "dhcp-client"
ccs_software::hostname: "atsccs2"

nfs::server_enabled: true
nfs::nfs_v4_export_root_clients: >-
%{facts.networking.ip}/32(ro,fsid=root,insecure,no_subtree_check,async,root_squash)
auxtel-ccs1.tu.lsst.org(ro,fsid=root,insecure,no_subtree_check,async,root_squash)
nfs::nfs_exports_global:
/ccs-data:
clients: >-
%{facts.networking.ip}/32(ro,nohide,insecure,no_subtree_check,async,root_squash)
auxtel-ccs1.tu.lsst.org(ro,nohide,insecure,no_subtree_check,async,root_squash)
nfs::client_enabled: true
nfs::client_mounts:
/net/self/ccs-data:
share: "ccs-data"
server: "%{facts.fqdn}"
atboot: true
1 change: 1 addition & 0 deletions hieradata/org/lsst/role/atsccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ classes:
- "profile::core::common"
- "profile::core::debugutils"
- "profile::core::nfsclient"
- "profile::core::nfsserver"
- "ccs_sal"

nfs::client_enabled: true
Expand Down

0 comments on commit 1062c4c

Please sign in to comment.