Skip to content

Commit

Permalink
Merge pull request #284 from lsst-it/IT-2699_rpi_puppet
Browse files Browse the repository at this point in the history
IT-2699: Raspberry profile for puppet
  • Loading branch information
hreinking committed Dec 30, 2020
2 parents ae782cf + e4db250 commit 4e3c726
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
15 changes: 15 additions & 0 deletions hieradata/node/allsky2-cam.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
classes:
- "profile::core::nfsclient"

files:
/dimm:
ensure: "directory"
mode: "1777"

nfs::client_enabled: true
nfs::client_mounts:
/dimm:
share: "dimm"
server: "nfs1.cp.lsst.org"
atboot: true
5 changes: 5 additions & 0 deletions hieradata/site/cp/role/allsky2-rpi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
classes:
- "profile::core::common"

profile::core::common::deploy_icinga_agent: false
2 changes: 1 addition & 1 deletion hieradata/site/cp/role/nfsserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nfs::nfs_v4_export_root_clients: >-
139.229.146.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
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)
139.229.170.0/26(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
139.229.170.0/24(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
139.229.175.0/26(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
139.229.175.128/25(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
139.229.191.0/25(rw,fsid=root,insecure,no_subtree_check,async,root_squash)
Expand Down

0 comments on commit 4e3c726

Please sign in to comment.