Skip to content

Commit b203d06

Browse files
authored
Merge pull request #1836 from lsst-it/IT-6374/comcam-vs01-cp-data
(node/comcam-vs01.cp) mv /ccs-data -> /data
2 parents 58520c8 + 453d20a commit b203d06

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

hieradata/node/comcam-vs01.cp.lsst.org.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nm::connections:
8787
nfs::client_enabled: true
8888
nfs::nfs_v4_client: true
8989
nfs::client_mounts:
90-
/net/ccs-data:
91-
share: "/ccs-data"
90+
/data:
91+
share: "data"
9292
server: "comcam-fp01.cp.lsst.org"
9393
atboot: true

spec/hosts/nodes/comcam-vs01.cp.lsst.org_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
it_behaves_like 'nm ethernet interface'
5252
it_behaves_like 'nm dhcp interface'
5353
end
54+
55+
it do
56+
is_expected.to contain_nfs__client__mount('/data').with(
57+
share: 'data',
58+
server: 'comcam-fp01.cp.lsst.org',
59+
atboot: true
60+
)
61+
end
5462
end # context "on #{os}"
5563
end # on_supported_os
5664
end

0 commit comments

Comments
 (0)