Skip to content

Commit

Permalink
Merge pull request #1585 from lsst-it/IT-5845_add_host_entries
Browse files Browse the repository at this point in the history
(node/auxtel-fp01.cp) add host entry
  • Loading branch information
dtapiacl authored Dec 17, 2024
2 parents a291366 + c7c5793 commit 2ea2d66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hieradata/node/auxtel-fp01.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ nfs::nfs_exports_global:
139.229.165.0/24(ro,nohide,insecure,no_subtree_check,async,root_squash)
139.229.175.128/25(ro,nohide,insecure,no_subtree_check,async,root_squash)
hosts::entries:
sdfembs3.sdf.slac.stanford.edu:
ip: "172.24.7.249"

nfs::client_enabled: true
nfs::client_mounts:
/net/self/data:
Expand Down
1 change: 1 addition & 0 deletions spec/hosts/nodes/auxtel-fp01.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
it_behaves_like 'nm ethernet interface'
end

it { is_expected.to contain_host('sdfembs3.sdf.slac.stanford.edu').with_ip('172.24.7.249') }
it { is_expected.to contain_class('nfs::server').with_nfs_v4(true) }
it { is_expected.to contain_nfs__server__export('/data') }

Expand Down

0 comments on commit 2ea2d66

Please sign in to comment.