diff --git a/hieradata/node/auxtel-fp01.cp.lsst.org.yaml b/hieradata/node/auxtel-fp01.cp.lsst.org.yaml index 90ae45bdf9..d6d8f2c2b6 100644 --- a/hieradata/node/auxtel-fp01.cp.lsst.org.yaml +++ b/hieradata/node/auxtel-fp01.cp.lsst.org.yaml @@ -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: diff --git a/spec/hosts/nodes/auxtel-fp01.cp.lsst.org_spec.rb b/spec/hosts/nodes/auxtel-fp01.cp.lsst.org_spec.rb index cebe2a3cf4..6459168235 100644 --- a/spec/hosts/nodes/auxtel-fp01.cp.lsst.org_spec.rb +++ b/spec/hosts/nodes/auxtel-fp01.cp.lsst.org_spec.rb @@ -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') }