Skip to content

Commit 2e77334

Browse files
committed
(node/nfs1.cp.lsst.org) clean up host from summit infrastructure
1 parent fb3c825 commit 2e77334

File tree

4 files changed

+1
-190
lines changed

4 files changed

+1
-190
lines changed

hieradata/node/nfs1.cp.lsst.org.yaml

Lines changed: 0 additions & 114 deletions
This file was deleted.

site/profile/data/common.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,6 @@ profile::core::yum::dell::repo:
101101
target: "/etc/yum.repos.d/dell.repo"
102102

103103
profile::nfs::client::csc::mounts:
104-
/net/project:
105-
share: "project"
106-
server: "nfs1.cp.lsst.org"
107-
atboot: true
108-
/net/scratch:
109-
share: "scratch"
110-
server: "nfs1.cp.lsst.org"
111-
atboot: true
112-
/net/home:
113-
share: "home"
114-
server: "nfs1.cp.lsst.org"
115-
atboot: true
116-
/net/lsstdata:
117-
share: "lsstdata"
118-
server: "nfs1.cp.lsst.org"
119-
atboot: true
120104
/net/auxtel/lsstdata:
121105
share: "lsstdata"
122106
server: "auxtel-archiver.cp.lsst.org"

spec/classes/nfs/csc_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
context 'with default module data' do
1111
it { is_expected.to compile.with_all_deps }
1212
it { is_expected.to contain_class('nfs::client') }
13-
it { is_expected.to have_nfs__client__mount_resource_count(6) }
13+
it { is_expected.to have_nfs__client__mount_resource_count(2) }
1414
end
1515
end
1616
end

spec/hosts/nodes/nfs1.cp.lsst.org_spec.rb

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)