Skip to content

Commit

Permalink
Merge pull request #1610 from lsst-it/IT-5861_love1_tu_nfsproject
Browse files Browse the repository at this point in the history
(role/amor) add project nfs love1.tu
  • Loading branch information
cbarria authored Jan 8, 2025
2 parents 7e938af + 9d214d9 commit b0ac035
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hieradata/site/tu/role/amor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ nfs::client_mounts:
share: "scratch"
server: "nfs-scratch.tu.lsst.org"
atboot: true
/net/project:
share: "project"
server: "nfs-project.tu.lsst.org"
atboot: true
8 changes: 8 additions & 0 deletions spec/hosts/nodes/love1.tu.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
it { expect(nm_keyfile['ipv4']['route1']).to eq('140.252.147.16/28,140.252.147.129') }
it { expect(nm_keyfile['ipv4']['route2']).to eq('140.252.147.48/28,140.252.147.129') }
end

it do
is_expected.to contain_nfs__client__mount('/net/project').with(
share: 'project',
server: 'nfs-project.tu.lsst.org',
atboot: true
)
end
end # on os
end # on_supported_os
end

0 comments on commit b0ac035

Please sign in to comment.